2011-07-12 |
James E. Keenan | Eliminate some synthetic variables |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Typographical cleanup |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Add $newXS to $self |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $proto into $self; |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Add $Module_cname to $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move %defaults to $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move @line to $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move @line_no, @Attributes, %outargs, @XSStack to ... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move %lengthof, %XsubAliases, %XsubAliasValues, %Interf... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Add \%in_out and \%argtype_seen to $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move 9 'our' hashes and arrays into $self |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $var_num into $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $Interfaces into $self, but as $self->{interfaces} |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $DoSetMagic, $XsubAliases, into $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Tidy up lists of 'our' variables. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $condnum, $cond, into $self. $ALIAS ran into eval... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $func_args into $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $RETVAL_code into $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $gotRETVAL into $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $deferred into $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Eliminate 'our' $printed_name |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $thisdone and $retvaldone to $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Add $Packprefix to $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move $ret_type into $self. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | More globals in $self |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move more globals into the global $self |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Declare global instance as a stepping stone to an OO... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | More and better tests |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Eliminate sub ProtoString(), which was used in only... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move list of XS keywords to Constants.pm. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Remove the wistful comment about "use strict -- one... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change name of sub errors() to sub report_error_count() |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Indentation fix |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change arguments to output_init() to single hashref |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change arguments to generate_init() to single hashref. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Inline comment about difficulties which 'eval qq()... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Typographical cleanup only. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Improve test coverage, extract function for better... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Explicitly pass $hiertype to map_type() |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Eliminate last 'local' variables. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | More variable scope fixes |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Refine debugging messages to only identify CRITICAL... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | STDERR debugging messages around the last suspected... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Rename $name_printed to $printed_name |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Rename two more instances of '$name'. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Reclassify approx 7 variables as either 'our' or 'my'. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Add a little POD |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | More variable renaming and comments |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | More variable and code shuffling to improve maintainability |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move code handling processing of typemap files to Utili... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change $ALIAS from 'my' to 'our' |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change ValidProtoString() to valid_proto_string() |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Revise some of the placements into EU::PXS::Constants. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Shuffle more functions and variables around |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move EU::ParseXS::CountLines to its own file to simplif... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Implement use strict 'subs' and 'refs' |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Correct ambiguous regex capture syntax. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Tighten scope of more variables |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move about 9 global variables into 'our' status. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Lexicalize more variables |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Continue renaming confusing variables |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | EU::ParseXS Version bump |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Start to remove unused variables |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Move TidyType() to Utilities::tidy_type() |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change TrimWhitespace() to trim_whitespace() |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Move POD for internal sub from ParseXS.pod to Utilities.pm |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Separate POD file and ExtUtils::ParseXS::Utilities |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Continue tidying up the code, range lines 1000-end |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change from 'use vars' to 'our', which was introduced... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Begin to uncuddle 'elsif' and 'else'. Rationalize inden... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Eliminate whitespace before final semicolon. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
James E. Keenan | Change all hard tabs to 4-spaces. Eliminate trailing... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Rename EU::PXS test files to include digits |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Revert "Moved prototype check to XS code, allowing... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Revert EU::ParseXS part of 1e8125c621275d18c74bc8dae3bf... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Revert the EU::ParseXS part of c4a6f826b3676d1fdbd9972a... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Revert EU::ParseXS part of c33e8be1506a75e393304af89d64... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Add an email alias for James Keenan |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris 'BinGOs... | Update CPANPLUS to CPAN version 0.9107 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Florian Ragwitz | I, for one, welcome our new DTrace overlord |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Father Chrysostomos | regenerate known_pod_issues |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Shawn M Moore | Document and test the phase-change probe |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Florian Ragwitz | Load modules only after setting up @INC |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Leon Brocard | Make Porting/makerel create smaller archives with 7z... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Father Chrysostomos | buildtoc, known_pod_issues |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Shawn M Moore | New document for perldtrace |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Shawn M Moore | New test file that exercises Perl's DTrace support |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Shawn M Moore | Add a phase-change DTrace probe |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Shawn M Moore | Factor out a PERL_SET_PHASE macro |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Craig A. Berry | A not X for was_lvalue_sub in embed.fnc. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Father Chrysostomos | Storable: Restore 5.6 compatibility |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Father Chrysostomos | Storable: Restore 5.8.2 compatibility |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Father Chrysostomos | Fix a Storable test to work in 5.8.9- |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Gerard Goossen | use a flag to signal a stacking filetests instead of... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Florian Ragwitz | Add tests for wrapping formats in B objects |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Nicholas Clark | In sv.c, remove comments with structure sizes from... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Father Chrysostomos | Export Perl_was_lvalue_sub |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Karl Williamson | Add support for Unicode's Script_Extension property |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Karl Williamson | mktables: Suppress certain expected debug msgs |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Karl Williamson | Unicode::UCD: nits in comments and pod |
commit | commitdiff | tree | snapshot |
next |