[cairo-commit] cairo/test buffer-diff.c, 1.7, 1.8 cairo-test.c, 1.50, 1.51

Carl Worth commit at pdx.freedesktop.org
Fri Aug 5 10:05:31 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv4300/test

Modified Files:
	buffer-diff.c cairo-test.c 
Log Message:

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

        * src/cairo-arc.c:
        * src/cairo-matrix.c: Remove include of math.h since cairoint.h
        does it more carefully, (for annoying platforms for which just
        including math.h without extra defines is not enough).

        * src/cairo.c: Replace Cairo with cairo.

        * test/buffer-diff.c: Include config.h so HAVE_UNISTD_H gets
        picked up as necessary.

        * test/cairo-test.c: Fix non-UTF-8 copyright symbol.


Index: buffer-diff.c
===================================================================
RCS file: /cvs/cairo/cairo/test/buffer-diff.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- buffer-diff.c	5 Aug 2005 14:48:19 -0000	1.7
+++ buffer-diff.c	5 Aug 2005 17:05:29 -0000	1.8
@@ -23,6 +23,10 @@
  *
  * Author: Richard D. Worth <richard at theworths.org> */
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>

Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- cairo-test.c	5 Aug 2005 14:48:19 -0000	1.50
+++ cairo-test.c	5 Aug 2005 17:05:29 -0000	1.51
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2004 Red Hat, Inc.
+ * Copyright © 2004 Red Hat, Inc.
  *
  * Permission to use, copy, modify, distribute, and sell this software
  * and its documentation for any purpose is hereby granted without




More information about the cairo-commit mailing list