1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added escaping backslashes, for handling Windows paths More... almost 15 years ago
Reword the docs to be more inclusive. More... almost 15 years ago
Doc typo More... almost 15 years ago
Merge commit 'cowens/master' -off-by: Michael G. Schwern <[email protected]> Conflicts: lib/perl5i.pm More... almost 15 years ago
Merge commit 'brunov/master' into wrap More... almost 15 years ago
Ignore the generated perl5i.c More... almost 15 years ago
Mention the channel More... almost 15 years ago
Added null pointer to execv argument array as required; see exec(3); "perl5i -h" test now passes More... almost 15 years ago
Incremented number of test More... almost 15 years ago
Adding failing test proving that "perl5i -h" doesn't work as expected More... almost 15 years ago
Don't need blib any more More... almost 15 years ago
New version of autobox::List::Util makes everything return an array ref in scalar context to fix chaining of method calls [github 34] More... almost 15 years ago
Make the command line wrapper test skip if there's no C compiler. More... almost 15 years ago
Generate perl5i.c so we can insert which perl it should wrap around. More... almost 15 years ago
Ignore object files More... almost 15 years ago
Fix up perl5i.c to do an exec and avoid the shell. More... almost 15 years ago
DESTROY ALL TABS More... almost 15 years ago
Merge commit 'dap/perl5i_as_c' into perl5i_as_c More... almost 15 years ago
Add missing dep on File::chdir [github 55] More... almost 15 years ago
Added check for C compiler More... almost 15 years ago
Added perl5i.c to the MANIFEST More... almost 15 years ago
Added .c and .o to list of files ignored during install More... almost 15 years ago
Moved script_files definition to MyBuild.pm because resulting executable name is unknown until build time since it varies based on operating system More... almost 15 years ago
Removed perl5i.PL from MANIFEST More... almost 15 years ago
Integrated compilation of perl5i.c into build/install process More... almost 15 years ago
Improved readability and added return of int from system() call More... almost 15 years ago
Merge branch 'master' of git://github.com/schwern/perl5i into perl5i_as_c More... almost 15 years ago
fixed wrap.t, I wasn't testing for non-default separators More... almost 15 years ago
removed no-op looping in wrap.t More... almost 15 years ago
move method wrap() to SCALAR.pm More... almost 15 years ago