1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move declaration of $func_header inside while loop closer to where it's actually used. More... almost 14 years ago
Move two heredocs into Utilities::standard_XS_defs(). More... almost 14 years ago
Anticipating upcoming refactorings, change @outlist and %only_C_inlist into corresponding references. More... almost 14 years ago
Add messages to 3 tests which lacked them. More... almost 14 years ago
Move 4 elements in %args into $self. It was not yet possible to move $args{'s'} into $self because of a quotemeta problem. More... almost 14 years ago
No evident need for 'for' loop in assignment from $args{filename}. More... almost 14 years ago
Explicitly pass $self to check_cpp(). Explicitly return $self from print_preprocessor_statements(). More... almost 14 years ago
Refactor some code inside process_file() into sub print_preprocessor_statements(). More... almost 14 years ago
To facilitate more refactoring of code into (somewhat) encapsulated subs, change \@BootCode to $BootCode_ref. More... almost 14 years ago
Eliminate some synthetic variables and move declarations of some lexicals closer to the point where they are actually used. More... almost 14 years ago
Typographical cleanup: mostly elimination of trailing whitespace. More... almost 14 years ago
Add $newXS to $self (keeping fingers crossed!). More... almost 14 years ago
Move $proto into $self; More... almost 14 years ago
Add $Module_cname to $self. More... almost 14 years ago
Move %defaults to $self. More... almost 14 years ago
Move @line to $self. More... almost 14 years ago
Move @line_no, @Attributes, %outargs, @XSStack to $self. More... almost 14 years ago
Move %lengthof, %XsubAliases, %XsubAliasValues, %Interfaces. To do: Eliminate confusion between these attributes: interface (scalar) interfaces (scalar) Interfaces (hash) More... almost 14 years ago
Add \%in_out and \%argtype_seen to $self. More... almost 14 years ago
Move 9 'our' hashes and arrays into $self. For now, bypassing \@line, \%defaults. More... almost 14 years ago
Move $var_num into $self. Write inline comment explaining current status of 'our' variables. More... almost 14 years ago
Move $Interfaces into $self, but as $self->{interfaces} to avoid confusion with %Interfaces. (But note we already have $self->{interface}. This will have to be fixed. More... almost 14 years ago
Move $DoSetMagic, $XsubAliases, into $self. The latter is called 'xsubaliases', the change of casing anticipating confusion with %XsubAliases. More... almost 14 years ago
Tidy up lists of 'our' variables. More... about 14 years ago
Move $condnum, $cond, into $self. $ALIAS ran into eval EXPR problems. More... about 14 years ago
Move $func_args into $self. More... about 14 years ago
Move $RETVAL_code into $self. More... about 14 years ago
Move $gotRETVAL into $self. More... about 14 years ago
Move $deferred into $self. More... about 14 years ago
Eliminate 'our' $printed_name; replace it with a 'my' variable declared inside INPUT_handler(). Permissible, because $printed_name is explicitly passed to subs called from within INPUT_handler() and only there. More... about 14 years ago