Subject: CVS commit: pkgsrc/devel/p5-ExtUtils-ParseXS
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/09/2007 23:32:59
Module Name: pkgsrc
Committed By: abs
Date: Sat Jun 9 23:32:59 UTC 2007
Modified Files:
pkgsrc/devel/p5-ExtUtils-ParseXS: Makefile distinfo
Log Message:
Updated devel/p5-ExtUtils-ParseXS 2.15 -> 2.18
2.18
- Added some UNITCHECK stuff, which (I think) makes XS code able to
do UNITCHECK blocks. [Nicholas Clark]
- Changed 'use re "eval";' to 'BEGIN { $^H |= 0x00200000 };' so we
can compile re.xs in bleadperl. [Yves Orton]
- Fix an undefined-variable warning related to 'inout' parameter
processing.
2.17 - Mon Nov 20 17:07:27 2006
- Stacked $filepathname to make #line directives in #INCLUDEs work.
[Nicholas Clark]
- Sprinked dVAR in with dXSARGS, for God-(Jarkko)-knows-what
reason. [Jarkko Hietaniemi]
- Use printf-style formats in Perl_croak() for some significant
savings in number of distinct constant strings in the linked
binaries we create. [Alexey Tourbin]
- Don't use 'class' as a variable name in the t/XSTest.xs module,
since that's a keyword in C++. [Jarkko Hietaniemi]
2.16 Fri Sep 15 22:33:24 CDT 2006
- Fix a problem with PREFIX not working inside INTERFACE
sections. [Salvador Fandin~o]
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-ExtUtils-ParseXS/Makefile \
pkgsrc/devel/p5-ExtUtils-ParseXS/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.