This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow overriding line numbers and files while parsing strings
[perl5.git] / dist / ExtUtils-ParseXS / lib / ExtUtils / Typemaps.pm
2011-07-12 Steffen MuellerAllow overriding line numbers and files while parsing...
2011-07-12 Steffen MuellerBetter error checking/handling
2011-07-12 Steffen MuellerMake get_(in|out)putmap more flexible
2011-07-12 Steffen MuellerDo not use Carp, fix propagation of replace/skip
2011-07-12 Steffen MuellerMore whitespace bug-compatibility
2011-07-12 Steffen MuellerMore bug-compatibility with old ExtUtils::ParseXS
2011-07-12 Steffen MuellerReinstate prototype default and warning about invalid...
2011-07-12 Steffen MuellerImplement 'skip' option for merging typemaps
2011-07-12 Steffen MuellerImplement 'replace' option when merging typemaps
2011-07-12 Steffen MuellerAllow merging typemaps from file
2011-07-12 Steffen MuellerAdd method to generate the prototype lookup hash
2011-07-12 Steffen MuellerMethods to get typemaps in ParseXS compatible format
2011-07-12 Steffen MuellerReduce code duplication by using the same prototype...
2011-07-12 Steffen MuellerTeach EU::Typemaps about the _ prototype
2011-07-12 Steffen MuellerBump ExtUtils::Typemaps version
2011-07-12 Steffen MuellerSimplify "remove" logic after previous refactoring
2011-07-12 Steffen MuellerHash lookup for output sections
2011-07-12 Steffen MuellerConvert input sections to hash lookup
2011-07-12 Steffen MuellerStart refactoring EU::Typemaps
2011-07-12 Steffen MuellerRemove note about being untested
2011-07-12 Steffen Muellerupdate copyright
2011-07-12 Steffen MuellerAdd a trailing 's' to the name of EU::Typemap