This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Move $RETVAL_code into $self.
2011-07-12
James E. Keenan
Move $RETVAL_code into $self.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move $gotRETVAL into $self.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move $deferred into $self.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Eliminate 'our' $printed_name
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move $thisdone and $retvaldone to $self.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Add $Packprefix to $self.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move $ret_type into $self.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
More globals in $self
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move more globals into the global $self
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Declare global instance as a stepping stone to an OO...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
More and better tests
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Eliminate sub ProtoString(), which was used in only...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move list of XS keywords to Constants.pm.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Remove the wistful comment about "use strict -- one...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change name of sub errors() to sub report_error_count()
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Indentation fix
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change arguments to output_init() to single hashref
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change arguments to generate_init() to single hashref.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Inline comment about difficulties which 'eval qq()...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Typographical cleanup only.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Improve test coverage, extract function for better...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Explicitly pass $hiertype to map_type()
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Eliminate last 'local' variables.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
More variable scope fixes
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Refine debugging messages to only identify CRITICAL...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
STDERR debugging messages around the last suspected...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Rename $name_printed to $printed_name
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Rename two more instances of '$name'.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Reclassify approx 7 variables as either 'our' or 'my'.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Add a little POD
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
More variable renaming and comments
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
More variable and code shuffling to improve maintainability
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move code handling processing of typemap files to Utilities.pm.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change $ALIAS from 'my' to 'our'
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change ValidProtoString() to valid_proto_string()
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Revise some of the placements into EU::PXS::Constants.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Shuffle more functions and variables around
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move EU::ParseXS::CountLines to its own file to simplify...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Implement use strict 'subs' and 'refs'
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Correct ambiguous regex capture syntax.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Tighten scope of more variables
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move about 9 global variables into 'our' status.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Lexicalize more variables
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Continue renaming confusing variables
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
EU::ParseXS Version bump
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Start to remove unused variables
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Move TidyType() to Utilities::tidy_type()
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change TrimWhitespace() to trim_whitespace()
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Continue tidying up the code, range lines 1000-end
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change from 'use vars' to 'our', which was introduced...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Begin to uncuddle 'elsif' and 'else'. Rationalize indentatio...
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Eliminate whitespace before final semicolon.
commit
|
commitdiff
|
tree
2011-07-12
James E. Keenan
Change all hard tabs to 4-spaces. Eliminate trailing...
commit
|
commitdiff
|
tree