This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH] add changelog entries that were in perl52111delta for this release
[perl5.git] / dist / ExtUtils-ParseXS / t /
2014-11-08 Daniel Draganadd xs_handshake API
2014-03-05 Steffen MuellerEU::ParseXS: Code cleanup
2014-01-26 Brian FraserExtUtils::ParseXS: Fix tests for native android builds
2013-10-29 François Perrad[perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.t
2013-09-12 Matthew HorsfallAllow semi-colon on TYPEMAP: line to work without it...
2013-08-18 James E KeenanTrim second block (nolinenumbers) to avert crashes...
2013-08-17 James E KeenanAvert crashes when testing in parallel.
2013-06-25 Daniel DraganStop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal...
2013-06-25 Steffen MuellerEU::ParseXS: Test cleanup
2013-06-25 Steffen MuellerEU::ParseXS: Use OO version of ExtUtils::ParseXS in...
2013-06-25 Steffen MuellerEU::ParseXS: Fix targetable size detection
2013-06-25 Steffen MuellerEU::ParseXS: Drop dup'd code: make_targetable moves...
2013-06-25 Steffen MuellerEU::ParseXS: Attempt to canonicalize C++ types in tidy_type
2013-06-25 Steffen MuellerEU::ParseXS: Stop using global state; an OO interface
2013-06-25 Steffen MuellerEU::Typemaps: Implement API for typemap cloning
2012-08-31 Tony Cook[perl #112776] avoid warning on an initialized non...
2012-08-31 Tony Cook[perl #112776] TODO test for warning
2012-02-11 Zeframrestore ExtUtils-ParseXS portability to Perl 5.6
2012-01-19 Steffen MuellerEU::Typemaps: Helper module for easy typemap inclusion...
2012-01-19 Steffen MuellerEU::Typemaps: Implement embedded-typemap dumping
2011-11-16 Zeframavoid some test-time warnings
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/