Update of /cvsroot/file-extattr/File-ExtAttr
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17171
Modified Files:
Changes MANIFEST
Log Message:
Add a typemap for usage of "const char *" in the XS. This may help fix the build with Perl 5.6.x or earlier.
Index: Changes
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Changes 15 Dec 2007 09:28:12 -0000 1.35
--- Changes 21 Dec 2007 16:49:53 -0000 1.36
***************
*** 1,4 ****
--- 1,9 ----
Revision history for Perl extension File::ExtAttr.
+ 1.08 2007-??-??
+
+ - (richdawe) Add a typemap for usage of "const char *" in the XS.
+ This may help fix the build with Perl 5.6.x or earlier.
+
1.07 2007-12-15
Index: MANIFEST
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/MANIFEST,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MANIFEST 15 Dec 2007 09:28:12 -0000 1.19
--- MANIFEST 21 Dec 2007 16:49:53 -0000 1.20
***************
*** 7,10 ****
--- 7,11 ----
TODO
ExtAttr.xs
+ typemap
portable.h
flags.c
|