This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync EU::ParseXS Changes and $VERSION with CPAN
[perl5.git] / dist / ExtUtils-ParseXS / lib / ExtUtils / ParseXS /
2011-07-12 Steffen MuellerUse lower case method name for current_line_number
2011-07-12 Steffen MuellerLose $Fallback global
2011-07-12 Steffen MuellerLose the $Overload global
2011-07-12 Steffen MuellerRemove superfluous global "$errors"
2011-07-12 Steffen MuellerMake $FH no longer a global
2011-07-12 Steffen MuellerError handling/message improvements
2011-07-12 Steffen MuellerUpdate docs and exports to be in line with reality
2011-07-12 Steffen MuellerEliminate four unsightly magical hash refs
2011-07-12 Steffen MuellerNah, implicit is bad
2011-07-12 Steffen MuellerLose now obsolete process_single_typemap()
2011-07-12 Steffen MuellerMake ExtUtils::ParseXS use ExtUtils::Typemaps
2011-07-12 Steffen MuellerImplement 'replace' option when merging typemaps
2011-07-12 Steffen MuellerReduce code duplication by using the same prototype...
2011-07-12 Steffen MuellerCleanup of make_targetable origin/smueller/strictpxs_fixups
2011-07-12 Steffen MuellerDocumentation fix
2011-07-12 Steffen MuellerRename some ExtUtils::ParseXS 'constants'
2011-07-12 Steffen MuellerReapply the patch that tought EU::ParseXS about _ protos
2011-07-12 Steffen MuellerRe-apply typo fixes from c4a6f826b3676d1fdbd99
2011-07-12 James E. KeenanA bit more documentation of make_targetable().
2011-07-12 James E. KeenanAdd documentation on the hashrefs produced by process_t...
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. KeenanRefactor some code into sub set_cond()
2011-07-12 James E. KeenanAdd vim modeline entries.
2011-07-12 James E. KeenanMove sub print_preprocessor_statements() into Utilities.pm.
2011-07-12 James E. KeenanRefactor some code into sub assign_func_args().
2011-07-12 James E. KeenanMove two heredocs into Utilities::standard_XS_defs().
2011-07-12 James E. KeenanMove list of XS keywords to Constants.pm.
2011-07-12 James E. KeenanImprove test coverage, extract function for better...
2011-07-12 James E. KeenanExplicitly pass $hiertype to map_type()
2011-07-12 James E. KeenanAdd a little POD
2011-07-12 James E. KeenanMore variable and code shuffling to improve maintainability
2011-07-12 James E. KeenanMove code handling processing of typemap files to Utili...
2011-07-12 James E. KeenanChange ValidProtoString() to valid_proto_string()
2011-07-12 James E. KeenanRevise some of the placements into EU::PXS::Constants.
2011-07-12 James E. KeenanShuffle more functions and variables around
2011-07-12 James E. KeenanMove EU::ParseXS::CountLines to its own file to simplif...
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 MuellerSeparate POD file and ExtUtils::ParseXS::Utilities