[cairo-commit] cairo-ocaml ChangeLog,1.2,1.3 Makefile,1.2,1.3
Olivier Andrieu
commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005
- Previous message: [cairo-commit] papers/opengl_freenix04 jaggies.png,NONE,1.1 sinus.png,NONE,1.1 Makefile,1.4,1.5 opengl_freenix04.tex,1.20,1.21
- Next message: [cairo-commit] packaging/debian/cairo/debian changelog, 1.31,
1.32 rules, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: oandrieu
Update of /cvs/cairo/cairo-ocaml
In directory pdx:/tmp/cvs-serv30873
Modified Files:
ChangeLog Makefile
Log Message:
various small fixes
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/ChangeLog 17 Dec 2003 14:05:50 -0000 1.2
--- b/ChangeLog 22 Feb 2004 19:21:08 -0000 1.3
***************
*** 1,2 ****
--- 1,14 ----
+ 2004-02-22 Olivier Andrieu <oliv__a at users.sourceforge.net>
+
+ * Makefile, src/cairo.ml, src/cairo.mli, src/ocairo.ml,
+ src/ocairo.mli, src/ml_cairo.c, src/ml_cairo_bigarr.c,
+ src/ml_cairo_channel.c, src/ml_cairo_wrappers.h:
+ * make the code safer for exotic archs (WIN32,
+ ARCH_ALIGN_DOUBLE)
+
+ * rename ps_finalise to finalise
+
+ * test/Makefile, test/demo.ml: added a translation of cairo-demo.c
+
2003-12-17 02:15 Olivier Andrieu <oliv__a at users.sourceforge.net>
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/Makefile 26 Nov 2003 19:45:24 -0000 1.2
--- b/Makefile 22 Feb 2004 19:21:08 -0000 1.3
***************
*** 6,10 ****
VERSION = 0.2
DISTSRC = aclocal.m4 config.make.in configure configure.ac Makefile Makefile.rules \
! doc support/install-sh support/install-sh support/ocaml.m4 \
src/*.ml src/*.mli src/*.c src/*.h src/Makefile src/.depend_c \
test/Makefile test/*.ml
--- 6,10 ----
VERSION = 0.2
DISTSRC = aclocal.m4 config.make.in configure configure.ac Makefile Makefile.rules \
! doc support/install-sh support/ocaml.m4 \
src/*.ml src/*.mli src/*.c src/*.h src/Makefile src/.depend_c \
test/Makefile test/*.ml
- Previous message: [cairo-commit] papers/opengl_freenix04 jaggies.png,NONE,1.1 sinus.png,NONE,1.1 Makefile,1.4,1.5 opengl_freenix04.tex,1.20,1.21
- Next message: [cairo-commit] packaging/debian/cairo/debian changelog, 1.31,
1.32 rules, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list