This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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'
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. KeenanImplement use strict 'subs' and 'refs'
2011-07-12 James E. KeenanCorrect ambiguous regex capture syntax.
2011-07-12 James E. KeenanTighten scope of more variables
2011-07-12 James E. KeenanMove about 9 global variables into 'our' status.
2011-07-12 James E. KeenanLexicalize more variables
2011-07-12 James E. KeenanContinue renaming confusing variables
2011-07-12 James E. KeenanEU::ParseXS Version bump
2011-07-12 James E. KeenanStart to remove unused variables
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
2011-07-12 James E. KeenanContinue tidying up the code, range lines 1000-end
2011-07-12 James E. KeenanChange from 'use vars' to 'our', which was introduced...
2011-07-12 James E. KeenanBegin to uncuddle 'elsif' and 'else'. Rationalize inden...
2011-07-12 James E. KeenanEliminate whitespace before final semicolon.
2011-07-12 James E. KeenanChange all hard tabs to 4-spaces. Eliminate trailing...
2011-07-12 Steffen MuellerRename EU::PXS test files to include digits
2011-07-12 Steffen MuellerRevert "Moved prototype check to XS code, allowing...
2011-07-12 Steffen MuellerRevert EU::ParseXS part of 1e8125c621275d18c74bc8dae3bf...
2011-07-12 Steffen MuellerRevert the EU::ParseXS part of c4a6f826b3676d1fdbd9972a...
2011-07-12 Steffen MuellerRevert EU::ParseXS part of c33e8be1506a75e393304af89d64...
2011-07-12 Steffen MuellerAdd an email alias for James Keenan
2011-07-12 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9107
2011-07-12 Florian RagwitzI, for one, welcome our new DTrace overlord
2011-07-12 Father Chrysostomosregenerate known_pod_issues
2011-07-12 Shawn M MooreDocument and test the phase-change probe
2011-07-12 Florian RagwitzLoad modules only after setting up @INC
2011-07-12 Leon BrocardMake Porting/makerel create smaller archives with 7z...
2011-07-12 Father Chrysostomosbuildtoc, known_pod_issues
2011-07-12 Shawn M MooreNew document for perldtrace
2011-07-12 Shawn M MooreNew test file that exercises Perl's DTrace support
2011-07-12 Shawn M MooreAdd a phase-change DTrace probe
2011-07-12 Shawn M MooreFactor out a PERL_SET_PHASE macro
2011-07-12 Craig A. BerryA not X for was_lvalue_sub in embed.fnc.
2011-07-11 Father ChrysostomosStorable: Restore 5.6 compatibility
2011-07-11 Father ChrysostomosStorable: Restore 5.8.2 compatibility
2011-07-11 Father ChrysostomosFix a Storable test to work in 5.8.9-
2011-07-11 Gerard Goossenuse a flag to signal a stacking filetests instead of...
2011-07-11 Florian RagwitzAdd tests for wrapping formats in B objects
2011-07-11 Nicholas ClarkIn sv.c, remove comments with structure sizes from...
2011-07-11 Father ChrysostomosExport Perl_was_lvalue_sub
next