[cairo-commit] cairo-perl ChangeLog, 1.63, 1.64 cairo-perl.typemap, 1.4, 1.5

Torsten Schoenfeld commit at pdx.freedesktop.org
Sun Sep 9 12:56:23 PDT 2007


Committed by: tsch

Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv4257

Modified Files:
	ChangeLog cairo-perl.typemap 
Log Message:
	* cairo-perl.typemap: Add const char * for backwards
	compatibility.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- ChangeLog	13 Aug 2007 19:26:11 -0000	1.63
+++ ChangeLog	9 Sep 2007 19:56:20 -0000	1.64
@@ -1,3 +1,8 @@
+2007-09-09	tsch
+
+	* cairo-perl.typemap: Add const char * for backwards
+	compatibility.
+
 2007-08-13	tsch
 
 	* doctypes: Add missing type names.

Index: cairo-perl.typemap
===================================================================
RCS file: /cvs/cairo/cairo-perl/cairo-perl.typemap,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cairo-perl.typemap	8 Jan 2006 17:06:29 -0000	1.4
+++ cairo-perl.typemap	9 Sep 2007 19:56:21 -0000	1.5
@@ -8,6 +8,10 @@
 
 TYPEMAP
 
+# For backwards compatibility: The typemap shipped with perl 5.6.2 apparently
+# don't know const char *.
+const char * 	   	T_PV
+
 cairo_bool_t		T_UV
 
 cairo_font_extents_t *	T_CAIRO_FONT_EXTENTS



More information about the cairo-commit mailing list