[cairo-commit]
cairo/src cairo-arc.c, 1.3, 1.4 cairo-matrix.c, 1.29,
1.30 cairo.c, 1.118, 1.119
Carl Worth
commit at pdx.freedesktop.org
Fri Aug 5 10:05:31 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv4300/src
Modified Files:
cairo-arc.c cairo-matrix.c cairo.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: cairo-arc.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-arc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairo-arc.c 11 Jul 2005 20:29:46 -0000 1.3
+++ cairo-arc.c 5 Aug 2005 17:05:29 -0000 1.4
@@ -34,8 +34,6 @@
* Carl D. Worth <cworth at cworth.org>
*/
-#include <math.h>
-
#include "cairo-arc-private.h"
/* Spline deviation from the circle in radius would be given by:
Index: cairo-matrix.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-matrix.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cairo-matrix.c 20 Jun 2005 19:54:15 -0000 1.29
+++ cairo-matrix.c 5 Aug 2005 17:05:29 -0000 1.30
@@ -36,7 +36,6 @@
#define _GNU_SOURCE
#include <stdlib.h>
-#include <math.h>
#include "cairoint.h"
Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- cairo.c 5 Aug 2005 01:44:29 -0000 1.118
+++ cairo.c 5 Aug 2005 17:05:29 -0000 1.119
@@ -1649,7 +1649,7 @@
* for operations such as listing all available fonts on the system,
* and it is expected that most applications will need to use a more
* comprehensive font handling and text layout library in addition to
- * Cairo.
+ * cairo.
**/
void
cairo_select_font_face (cairo_t *cr,
More information about the cairo-commit
mailing list