[cairo-commit] cairo ChangeLog,1.477,1.478

Carl Worth commit at pdx.freedesktop.org
Thu Apr 7 12:33:09 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv16191

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-png.c (PNG_SIG_SIZE): Use a preprocessor macro to get
        a literal value in the array size declaration, (for better
        portability to lame compilers that can't deal with a const int
        variable for the array size). Reported by Oleg Smolsky.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -d -r1.477 -r1.478
--- ChangeLog	7 Apr 2005 19:05:52 -0000	1.477
+++ ChangeLog	7 Apr 2005 19:33:06 -0000	1.478
@@ -1,5 +1,12 @@
 2005-04-07  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-png.c (PNG_SIG_SIZE): Use a preprocessor macro to get
+	a literal value in the array size declaration, (for better
+	portability to lame compilers that can't deal with a const int
+	variable for the array size). Reported by Oleg Smolsky.
+
+2005-04-07  Carl Worth  <cworth at cworth.org>
+
 	* configure.in:
 	* src/cairo-wideint.h:
 	* src/cairoint.h: Use configure-time checks for stdint.h




More information about the cairo-commit mailing list