Changes for version 2.21 - 2009-10-05
- Bug fixes:
- Adds full path in INCLUDE #line directives (RT#50198) [patch by "spb"]
- Other:
- Updated copyright and maintainer list
Changes for version 2.20_07 - 2009-10-03
- Bug fixes:
- Use "char* file" for perl < 5.9, not "char[] file"; fixes mod_perl breakage due to prior attempts to fix RT#48104 [David Golden]
Changes for version 2.20_06 - 2009-10-02
- Bug fixes:
- Added t/typemap to fix broken test on perl 5.6.2 [David Golden]
- More prototype fixes for older perls [Goro Fuji]
- Avoid "const char *" in test files as it breaks on 5.6.2 [Goro Fuji]
- Other:
- Merged changes from 2.2004 maintenance branch (see 2.200401 to 2.200403)
- David Golden
Changes for version 2.20_05 - 2009-08-22
- Bug fixes:
- Fix prototype related bugs [Goro Fuji]
- Fix the SCOPE keyword [Goro Fuji]
Documentation
- xsubpp - compiler to convert Perl XS code into C code
Modules
- ExtUtils::ParseXS - converts Perl XS code into C code UNAUTHORIZED