[cairo-commit] cairo ChangeLog, 1.1044, 1.1045 configure.in, 1.141,
1.142
Carl Worth
commit at pdx.freedesktop.org
Mon Sep 12 11:11:35 PDT 2005
- Previous message: [cairo-commit] cairo/pixman/src fbcompose.c, 1.3, 1.4 fbmmx.c, 1.5,
1.6 fbpict.c, 1.5, 1.6 fbpict.h, 1.1, 1.2
- Next message: [cairo-commit] cairo/src cairo-matrix.c,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv32597
Modified Files:
ChangeLog configure.in
Log Message:
2005-09-12 Carl Worth <cworth at cworth.org>
Fix for bug #4401 as reported by Tim Mooney:
* configure.in: Don't bother checking for sincos function.
* src/cairo-matrix.c: (cairo_matrix_init_rotate): Don't use sincos
function since it is apparently buggy on some platforms, (Tru64 at
least).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1044
retrieving revision 1.1045
diff -u -d -r1.1044 -r1.1045
--- ChangeLog 10 Sep 2005 00:10:52 -0000 1.1044
+++ ChangeLog 12 Sep 2005 18:11:33 -0000 1.1045
@@ -1,3 +1,13 @@
+2005-09-12 Carl Worth <cworth at cworth.org>
+
+ Fix for bug #4401 as reported by Tim Mooney:
+
+ * configure.in: Don't bother checking for sincos function.
+
+ * src/cairo-matrix.c: (cairo_matrix_init_rotate): Don't use sincos
+ function since it is apparently buggy on some platforms, (Tru64 at
+ least).
+
2005-09-09 Carl Worth <cworth at cworth.org>
* ROADMAP: Add two bugs to the 1.0.2 roadmap:
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- configure.in 31 Aug 2005 21:43:31 -0000 1.141
+++ configure.in 12 Sep 2005 18:11:33 -0000 1.142
@@ -81,8 +81,6 @@
LIBS="$LIBS $LIBM"
-AC_CHECK_FUNCS(sincos)
-
dnl ===========================================================================
AC_ARG_ENABLE(xlib,
- Previous message: [cairo-commit] cairo/pixman/src fbcompose.c, 1.3, 1.4 fbmmx.c, 1.5,
1.6 fbpict.c, 1.5, 1.6 fbpict.h, 1.1, 1.2
- Next message: [cairo-commit] cairo/src cairo-matrix.c,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list