[cairo-commit] cairo ChangeLog,1.1026.2.22,1.1026.2.23
Bertram Felgenhauer
commit at pdx.freedesktop.org
Thu Sep 29 17:28:56 PDT 2005
Committed by: inte
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv18751
Modified Files:
Tag: BRANCH_1_0
ChangeLog
Log Message:
2005-09-30 Bertram Felgenhauer <int-e at gmx.de>
reviewed by: cworth
* src/cairo-hull.c (_cairo_hull_create),
(_cairo_hull_vertex_compare): Using a pointer comparison as the
fallback total order was wrong - these pointers are not stable.
So we introduce our own total order instead.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1026.2.22
retrieving revision 1.1026.2.23
diff -u -d -r1.1026.2.22 -r1.1026.2.23
--- ChangeLog 28 Sep 2005 17:37:40 -0000 1.1026.2.22
+++ ChangeLog 30 Sep 2005 00:28:54 -0000 1.1026.2.23
@@ -1,3 +1,12 @@
+2005-09-30 Bertram Felgenhauer <int-e at gmx.de>
+
+ reviewed by: cworth
+
+ * src/cairo-hull.c (_cairo_hull_create),
+ (_cairo_hull_vertex_compare): Using a pointer comparison as the
+ fallback total order was wrong - these pointers are not stable.
+ So we introduce our own total order instead.
+
2005-09-28 T Rowley <tim.rowley at gmail.com>
* src/cairo-atsui-font.c (_cairo_atsui_font_text_to_glyphs):
More information about the cairo-commit
mailing list