[cairo-commit] cairo ChangeLog,1.814,1.815

Carl Worth commit at pdx.freedesktop.org
Fri Aug 5 07:48:21 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2005-08-05  Carl Worth  <cworth at cworth.org>

        Patch from John Ehresman <jpe at wingide.com> to aid win32
        compilation:

        * src/cairo-output-stream.c: Define snprintf as _snprintf when
        under the influence of _MSC_VER.

        * test/read-png.c: (read_png_argb32):
        * src/cairo-wideint.h: Define int32_t and friends as __int32 and
        friends when under the influence of _MSC_VER.

        * test/buffer-diff.c:
        * test/cairo-test.c: Make include of unistd.h conditional on
        HAVE_UNISTD_H.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.814
retrieving revision 1.815
diff -u -d -r1.814 -r1.815
--- ChangeLog	5 Aug 2005 06:10:26 -0000	1.814
+++ ChangeLog	5 Aug 2005 14:48:18 -0000	1.815
@@ -1,3 +1,19 @@
+2005-08-05  Carl Worth  <cworth at cworth.org>
+
+	Patch from John Ehresman <jpe at wingide.com> to aid win32
+	compilation:
+
+	* src/cairo-output-stream.c: Define snprintf as _snprintf when
+	under the influence of _MSC_VER.
+	
+	* test/read-png.c: (read_png_argb32):
+	* src/cairo-wideint.h: Define int32_t and friends as __int32 and
+	friends when under the influence of _MSC_VER.
+
+	* test/buffer-diff.c:
+	* test/cairo-test.c: Make include of unistd.h conditional on
+	HAVE_UNISTD_H.
+
 2005-08-05  Kristian Høgsberg  <krh at redhat.com>
 
 	Patch from Adrian Johnson <ajohnson at redneon.com>




More information about the cairo-commit mailing list