This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move $condnum, $cond, into $self. $ALIAS ran into eval EXPR problems.
[perl5.git] / dist / ExtUtils-ParseXS / lib / ExtUtils / ParseXS.pm
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. 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. 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. 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. 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 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 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-03-26 David MitchellBump version of ExtUtils::ParseXS after previous commit
2011-01-20 Jesse VincentBumping version of ExtUtils::ParseXS per porting/cmpVER...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-19 Zeframbump version of many modules
2010-07-27 Florian RagwitzBump $ExtUtils::ParseXS::VERSION to non-dev version
2010-07-27 Florian RagwitzMove ExtUtils::ParseXS from cpan/ to dist/