I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 20 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix typos; avoid use constant for lowercase constants (produces warnings now) More... about 24 years ago
avoid warnings when there's no subs to autosplit More... about 24 years ago
Create a tool for converting a config_h.SH into a VOS config.h. More... about 24 years ago
typos in change#4623 More... about 24 years ago
Sync metaconfig units to comply with the typo fixes of #4869. More... about 24 years ago
Integrate with Sarathy. More... about 24 years ago
on windows, set seek position to end for files opened in append mode (improves compatibility with Unix, avoids buffering issues) More... about 24 years ago
change#4866 was flawed; revert and add better fix for warning More... about 24 years ago
optimize away runtime code for our($foo) (also avoid warnings) More... about 24 years ago
DB_File 1.72 update from Paul Marquess <[email protected]> More... about 24 years ago
system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch suggested by Dominic Dunlop <[email protected]>) More... about 24 years ago
fix misclassified warnings More... about 24 years ago
document bareword prototype incompatibility More... about 24 years ago
faulty edit More... about 24 years ago
s/use vars/our/g modules that aren't independently maintained on CPAN More... about 24 years ago
fix diagnostics to report "our" vs "my" correctly More... about 24 years ago
set api_version to 5.5.0 (binary compatibility needs to get tested more widely) More... about 24 years ago
disallow our($foo::bar) More... about 24 years ago
dprofpp can't find Devel::DProf::VERSION due to change#4852 More... about 24 years ago
new test (from Michael G Schwern <[email protected]>) More... about 24 years ago
add PREREQ_PM to default template (suggested by Michael G Schwern <[email protected]>) More... about 24 years ago
cygwin update (from Eric Fifer <[email protected]>) More... about 24 years ago
mark some extensions as "special versions" to avoid CPAN indexer confusion (from Ilya Zakharevich) More... about 24 years ago
prefer POSIX::uname() rather than syscalls, which require attempting to load syscall.ph (from David Huggins-Daines <[email protected]>) More... about 24 years ago
integrate cfgperl contents into mainline More... about 24 years ago
fix localization in while BLOCK when there is a continue BLOCK by introducing an explicit scope (c.f. change#4848) More... about 24 years ago
fix scope cleanup when next jumps to a continue block; this is rather in the nature of a kludge; it doesn't fix the longstanding bug that makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7" instead of "1") More... about 24 years ago
don't warn about masked lexical in C<if (my $x = 1) { my $x; }>, C<while (my $x = foo()) { my $x = bar(); }> etc. More... about 24 years ago
avoid warnings in change#4839 More... about 24 years ago
Configure typos (from Ray Phillips <[email protected]>) More... about 24 years ago