This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2011-07-12 Steffen MuellerExtract typemap-related code from ExtUtils::ParseXS
2011-07-12 Steffen MuellerCleanup of make_targetable origin/smueller/strictpxs_fixups
2011-07-12 Steffen MuellerFix function name in documentation
2011-07-12 Steffen MuellerRemove unnecessary Data::Dumper loading
2011-07-12 Steffen MuellerRevert "Revert "Moved prototype check to XS code, allow...
2011-07-12 Steffen MuellerStart documenting the EU::ParseXS changes
2011-07-12 Steffen MuellerDocumentation: maintainers & copyright
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 MuellerIgnore new ExtUtils::ParseXS files in lib
2011-07-12 Steffen MuellerRe-apply ExtUtils::ParseXS portion of 1e8125c62127
2011-07-12 Steffen MuellerRe-apply typo fixes from c4a6f826b3676d1fdbd99
2011-07-12 Steffen MuellerRe-apply EU::ParseXS portion of c33e8be1506a75e
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. 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. KeenanWas able to move $Packid into $self.
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. KeenanDon't have to undef if it's never been assigned to.
2011-07-12 James E. KeenanMove several variables found inside the PARAGRAPH loop
2011-07-12 James E. KeenanMove $orig_args closer to where it's used
2011-07-12 James E. KeenanMove $prepush_done closer to where it's used
2011-07-12 James E. KeenanMove $func_header inside while loop closer to where...
2011-07-12 James E. KeenanMove two heredocs into Utilities::standard_XS_defs().
2011-07-12 James E. KeenanChange @outlist and %only_C_inlist into corresponding...
2011-07-12 James E. KeenanAdd messages to 3 tests which lacked them.
2011-07-12 James E. KeenanMove 4 elements in %args into $self
2011-07-12 James E. KeenanNo evident need for 'for' loop in assignment from ...
2011-07-12 James E. KeenanExplicitly pass $self to check_cpp()
2011-07-12 James E. KeenanRefactor code inside process_file() into print_preproce...
2011-07-12 James E. KeenanChange \@BootCode to $BootCode_ref
2011-07-12 James E. KeenanEliminate some synthetic variables
2011-07-12 James E. KeenanTypographical cleanup
2011-07-12 James E. KeenanAdd $newXS to $self
2011-07-12 James E. KeenanMove $proto into $self;
2011-07-12 James E. KeenanAdd $Module_cname to $self.
2011-07-12 James E. KeenanMove %defaults to $self.
2011-07-12 James E. KeenanMove @line to $self.
2011-07-12 James E. KeenanMove @line_no, @Attributes, %outargs, @XSStack to ...
2011-07-12 James E. KeenanMove %lengthof, %XsubAliases, %XsubAliasValues, %Interf...
2011-07-12 James E. KeenanAdd \%in_out and \%argtype_seen to $self.
2011-07-12 James E. KeenanMove 9 'our' hashes and arrays into $self
2011-07-12 James E. KeenanMove $var_num into $self.
2011-07-12 James E. KeenanMove $Interfaces into $self, but as $self->{interfaces}
2011-07-12 James E. KeenanMove $DoSetMagic, $XsubAliases, into $self.
2011-07-12 James E. KeenanTidy up lists of 'our' variables.
2011-07-12 James E. KeenanMove $condnum, $cond, into $self. $ALIAS ran into eval...
2011-07-12 James E. KeenanMove $func_args into $self.
2011-07-12 James E. KeenanMove $RETVAL_code into $self.
2011-07-12 James E. KeenanMove $gotRETVAL into $self.
2011-07-12 James E. KeenanMove $deferred into $self.
2011-07-12 James E. KeenanEliminate 'our' $printed_name
2011-07-12 James E. KeenanMove $thisdone and $retvaldone to $self.
2011-07-12 James E. KeenanAdd $Packprefix to $self.
2011-07-12 James E. KeenanMove $ret_type into $self.
2011-07-12 James E. KeenanMore globals in $self
2011-07-12 James E. KeenanMove more globals into the global $self
2011-07-12 James E. KeenanDeclare global instance as a stepping stone to an OO...
2011-07-12 James E. KeenanMore and better tests
2011-07-12 James E. KeenanEliminate sub ProtoString(), which was used in only...
2011-07-12 James E. KeenanMove list of XS keywords to Constants.pm.
2011-07-12 James E. KeenanRemove the wistful comment about "use strict -- one...
2011-07-12 James E. KeenanChange name of sub errors() to sub report_error_count()
2011-07-12 James E. KeenanIndentation fix
2011-07-12 James E. KeenanChange arguments to output_init() to single hashref
2011-07-12 James E. KeenanChange arguments to generate_init() to single hashref.
2011-07-12 James E. KeenanInline comment about difficulties which 'eval qq()...
2011-07-12 James E. KeenanTypographical cleanup only.
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. KeenanEliminate last 'local' variables.
2011-07-12 James E. KeenanMore variable scope fixes
2011-07-12 James E. KeenanRefine debugging messages to only identify CRITICAL...
2011-07-12 James E. KeenanSTDERR debugging messages around the last suspected...
2011-07-12 James E. KeenanRename $name_printed to $printed_name
2011-07-12 James E. KeenanRename two more instances of '$name'.
2011-07-12 James E. KeenanReclassify approx 7 variables as either 'our' or 'my'.
2011-07-12 James E. KeenanAdd a little POD
2011-07-12 James E. KeenanMore variable renaming and comments
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 $ALIAS from 'my' to 'our'
next