This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ExtUtils::ParseXS: Explicitly require current version of submodules
[perl5.git] / dist / ExtUtils-ParseXS / t /
2011-08-21 Steffen MuellerMake sure to strip trailing semicolons from inputmap
2011-08-10 Steffen MuellerFix trivial test failure from dbef30a62b2ca0b186
2011-08-10 Mike SheldrakeExtUtils::ParseXS: Test All @INC Derived typemap Locations
2011-07-27 Steffen MuellerFix ExtUtils::ParseXS to work on pre 5.8.9 perls
2011-07-14 Craig A. BerryA typemap is a file, not a directory.
2011-07-12 Steffen MuellerAttempt band-aid fix for win32 build failure
2011-07-12 Steffen MuellerAdd is_empty method to EU::Typemaps
2011-07-12 Steffen MuellerError handling/message improvements
2011-07-12 Steffen MuellerSupport for embedded typemaps in XS
2011-07-12 Steffen MuellerSome simple tests for errors
2011-07-12 Steffen MuellerEliminate four unsightly magical hash refs
2011-07-12 Steffen Muelleruse warnings
2011-07-12 Steffen MuellerMake get_(in|out)putmap more flexible
2011-07-12 Steffen MuellerAdd comment explaining where terrible code comes from
2011-07-12 Steffen MuellerLose now obsolete process_single_typemap()
2011-07-12 Steffen MuellerMore compatibility testing
2011-07-12 Steffen MuellerAdd test of EU::Typemap output against old ParseXS...
2011-07-12 Steffen MuellerImplement 'skip' option for merging typemaps
2011-07-12 Steffen MuellerImplement 'replace' option when merging typemaps
2011-07-12 Steffen MuellerAdd a trailing 's' to the name of EU::Typemap
2011-07-12 Steffen MuellerExtract typemap-related code from ExtUtils::ParseXS
2011-07-12 Steffen MuellerRemove unnecessary Data::Dumper loading
2011-07-12 Steffen MuellerReapply the patch that tought EU::ParseXS about _ protos
2011-07-12 Steffen MuellerRe-apply EU::ParseXS portion of c33e8be1506a75e
2011-07-12 James E. KeenanAdd documentation and additional tests
2011-07-12 James E. KeenanMostly adding tests and documentation.
2011-07-12 James E. KeenanMove several functions to Utilities.pm
2011-07-12 James E. KeenanChange check_cpp() to check_conditional_preprocessor_st...
2011-07-12 James E. KeenanAdd messages to 3 tests which lacked them.
2011-07-12 James E. KeenanMore and better tests
2011-07-12 James E. KeenanChange name of sub errors() to sub report_error_count()
2011-07-12 James E. KeenanImprove test coverage, extract function for better...
2011-07-12 James E. KeenanMove TidyType() to Utilities::tidy_type()
2011-07-12 James E. KeenanChange TrimWhitespace() to trim_whitespace()
2011-07-12 Steffen MuellerMove POD for internal sub from ParseXS.pod to Utilities.pm
2011-07-12 Steffen MuellerRename EU::PXS test files to include digits
2011-07-12 Steffen MuellerRevert EU::ParseXS part of c33e8be1506a75e393304af89d64...
2011-03-26 David Mitchellmake ExtUtils::ParseXS pass tests with -Uusedl again
2010-12-11 Zeframfix various compiler warnings from XS code
2010-07-27 Florian RagwitzMove ExtUtils::ParseXS from cpan/ to dist/