1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename two more instances of '$name'. More... about 14 years ago
Thanks to dagolden++ for diagnosis of problem with 'our' variables. Reclassify approx 7 variables as either 'our' or 'my'. More... about 14 years ago
Add a little POD. More... about 14 years ago
1. Rename another instance of $name to $iface_name to further reduce confusion. 2. Write inline comments at two locations where $name appears to be previously undeclared global. 3. Correct some indentation. More... about 14 years ago
1. Move creation of read filehandle closer to its first point of use. More... about 14 years ago
Move code handling processing of typemap files to Utilities.pm. More... about 14 years ago
Change $ALIAS from 'my' to 'our' -- not because I think it really should be changed but because declaring it as 'my' produces change in resulting C code -- albeit probably a desirable change. Include summary of debugging as inline comment. More... about 14 years ago
Change ValidProtoString() to valid_proto_string() and move its definition to Utilities.pm. More... about 14 years ago
Revise some of the placements into EU::PXS::Constants. More... about 14 years ago
Move sub C_string() to Utilities.pm. Eliminate some 'my' variables inside process_file() that can be handled equally well by %args elements. More... about 14 years ago
Move ExtUtils::ParseXS::CountLines to its own file to simplify editing. More... about 14 years ago
Implement use strict 'subs' and (with two understandable exceptions) use strict 'refs'. Insert a 'use lib' statement. More... about 14 years ago
Correct ambiguous regex capture syntax. More... about 14 years ago
Move $pname from global to 'our'. Move $clean_func_name from global to 'my'. Declare our $bal in separate statement. More... about 14 years ago
Move about 9 global variables into 'our' status. More... about 14 years ago
Move 6 more variables out of 'our' status and into 'my' status inside process_file(). More... about 14 years ago
Remove an unused variable called $line_no (which should reduce confusion with @line_no). Rename another $line_no within Warn() to $warn_line_number. %targetable becomes 'my' variable inside subroutine. More... about 14 years ago
Delete $cplusplus; it wasn't used anywhere. Set $VERSION to 3. More... about 14 years ago
../message More... about 14 years ago
Start to remove unused variables. Identify 'our' variables which are used only within the scope of process_file() and which therefore can be changed into 'my' variables. More... about 14 years ago
Move TidyType() to Utilities::tidy_type(). Create test file for it. More... about 14 years ago
Change TrimWhitespace() to trim_whitespace() and place it in ParseXS::Utilities. Write a file to test it. Update MANIFEST. More... about 14 years ago
Move POD for internal subroutine from ParseXS.pod to ParseXS/Utilities.pm. Create file to test standard_typemap_locations(). Update MANIFEST. More... about 14 years ago
Create separate file to hold POD. Create ExtUtils::ParseXS::Utilities to hold non-object-oriented functions refactored out of ExtUtils::ParseXS; first instance: standard_typemap_locations(). More... about 14 years ago
1. Continue tidying up the code, range lines 1000-end. 2. Uncuddle all '} elsif' and '} else' statements. 3. Switch to 'use Exporter' rather than 'require' (for consistency). More... about 14 years ago
Add private/ subdir to .gitignore so developer can stash stuff there. More... about 14 years ago
Change from 'use vars' to 'our', which was introduced in Perl 5.6.0. More... about 14 years ago
Prep changes for release More... about 14 years ago
Prep changes for release More... about 14 years ago
don't ship Build.PL to avoid circular dependency More... about 14 years ago