diff options
author | Steffen Mueller <smueller@cpan.org> | 2011-07-12 21:57:49 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2011-07-12 21:57:54 +0200 |
commit | 96893281c6f796153cd1c238c56581fa7c8c802a (patch) | |
tree | 692389ce06f92298734499d45ff67314d42142ea | |
parent | 390bb135033a94f5b6d5b104bcf55636063a7280 (diff) | |
download | perl-96893281c6f796153cd1c238c56581fa7c8c802a.tar.gz |
Document full changeset in ExtUtils::ParseXSsmueller/eu_typemap
-rw-r--r-- | dist/ExtUtils-ParseXS/Changes | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dist/ExtUtils-ParseXS/Changes b/dist/ExtUtils-ParseXS/Changes index 49508b82a7..696705cd80 100644 --- a/dist/ExtUtils-ParseXS/Changes +++ b/dist/ExtUtils-ParseXS/Changes @@ -1,11 +1,17 @@ Revision history for Perl extension ExtUtils::ParseXS. - - Move typemap handling code to ExtUtils::Typemaps - with full object-oriented goodness. [Steffen Mueller] +3.00_01 - Tue Jul 12 22:00:00 EDT 2011 - - Significant refactoring of the whole code base. + - Major refactoring of the whole code base. It finally runs under 'use strict' for the first time! - [James Keenan] + [James Keenan, Steffen Mueller] + + - Typemaps can now be embedded into XS code using a here-doc + like syntax and the new "TYPEMAP:" XS keyword. + [Steffen Mueller] + + - Move typemap handling code to ExtUtils::Typemaps + with full object-oriented goodness. [Steffen Mueller] - Check API compatibility when loading xs modules. If on a new-enough perl, add the XS_APIVERSION_BOOTCHECK macro to |