[cairo-commit] cairo ChangeLog,1.956,1.957
Owen Taylor
commit at pdx.freedesktop.org
Tue Aug 23 05:18:50 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv7243
Modified Files:
ChangeLog
Log Message:
2005-08-23 Owen Taylor <otaylor at redhat.com>
Some fixes for warnings from sparse (Part of #4208,
Kjartan Maraas)
* test/cairo-test.c (create_xlib_surface): Use NULL, not 0.
* src/cairo-matrix.c (_cairo_matrix_transformed_circle_major_axis):
Fix C99'ism of mixed code and declarations.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.956
retrieving revision 1.957
diff -u -d -r1.956 -r1.957
--- ChangeLog 23 Aug 2005 08:55:29 -0000 1.956
+++ ChangeLog 23 Aug 2005 12:18:48 -0000 1.957
@@ -1,3 +1,13 @@
+2005-08-23 Owen Taylor <otaylor at redhat.com>
+
+ Some fixes for warnings from sparse (Part of #4208,
+ Kjartan Maraas)
+
+ * test/cairo-test.c (create_xlib_surface): Use NULL, not 0.
+
+ * src/cairo-matrix.c (_cairo_matrix_transformed_circle_major_axis):
+ Fix C99'ism of mixed code and declarations.
+
2005-08-23 Carl Worth <cworth at cworth.org>
* BUGS: caps only added to last subpath: COVERED by
More information about the cairo-commit
mailing list