p5sagit/p5-mst-13.2.git
2000-06-01 Gurusamy Sarathy further qualify references to "alphanumeric" (from...
2000-06-01 Gurusamy Sarathy remove incorrect documentation about implicit split...
2000-06-01 Gurusamy Sarathy tweak for change#6127
2000-06-01 Gurusamy Sarathy SelfLoader can lose $@ in AUTOLOAD() (from Nicholas...
2000-05-31 Gurusamy Sarathy buggy modulus on UVs introduced by change#3378 (resulted in
2000-05-31 Gurusamy Sarathy fix buggy multiline matching of C<"a\nxb\n" =~ /(?...
2000-05-31 Gurusamy Sarathy scalar() doesn't force scalar context when used in...
2000-05-31 Gurusamy Sarathy change#6142 needs tweaks to tests to work where there...
2000-05-31 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-05-30 Jarkko Hietaniemi Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untou...
2000-05-30 Jarkko Hietaniemi tweak todo
2000-05-30 Jarkko Hietaniemi Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
2000-05-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-30 Jarkko Hietaniemi detypo
2000-05-30 Gurusamy Sarathy fix memory leak in C<eval "BEGIN {}"> (bug in change...
2000-05-30 Gurusamy Sarathy fix memory leak in method call optimization (change...
2000-05-29 Jarkko Hietaniemi Add autogeneration of perlmodlib.pod and the new perlne...
2000-05-29 Jarkko Hietaniemi Changes for the File::Temp 0.08 (change #6159) test...
2000-05-29 Jarkko Hietaniemi Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
2000-05-29 Jarkko Hietaniemi Regen Configure to jive with #6149.
2000-05-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-28 Gurusamy Sarathy small bug in change#6144; remove random \xA0 character...
2000-05-28 Gurusamy Sarathy avoid type mismatch warning
2000-05-28 Gurusamy Sarathy prettier Test::Harness output on failed tests (from...
2000-05-28 Gurusamy Sarathy cosmetic fixups of RE debug output (from Ilya Zakharevich)
2000-05-28 Gurusamy Sarathy fix accidental pessimization in RE optimizer (from...
2000-05-28 Gurusamy Sarathy perlrequick.pod updates (from Mark Kvale <kvale@phy...
2000-05-28 Gurusamy Sarathy OS/2 tweaks for usethreads build (from Rocco Caputo
2000-05-28 Gurusamy Sarathy close open file before chmod() (from Rocco Caputo ...
2000-05-28 Gurusamy Sarathy add a make entry to Config.pm so "perl -V:make" works...
2000-05-28 Gurusamy Sarathy doc typo
2000-05-28 Gurusamy Sarathy make xsubpp skip embedded pod (from Matthias Neeracher
2000-05-28 Gurusamy Sarathy MacOS support, part 2: make AutoSplit use File::Spec...
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathy File::Find fails to chdir when chasing symlinks (from
2000-05-28 Jarkko Hietaniemi BSD/OS (bsdi) hints update by Timur I. Bakeyev and...
2000-05-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-28 Gurusamy Sarathy revise mktables.PL for bugs and newness in Unicode 3.0
2000-05-28 Gurusamy Sarathy add note about the handling of negative indices to...
2000-05-28 Gurusamy Sarathy fix bogus redeclaration warning for "our" variables...
2000-05-28 Gurusamy Sarathy random pod typos (from Peter Scott <Peter@PSDT.com>)
2000-05-28 Gurusamy Sarathy enable Test::Harness to dynamically determine column...
2000-05-28 Gurusamy Sarathy make Test::Harness use wait.h/WCOREDUMP if available
2000-05-28 Gurusamy Sarathy elide bogus test in change#6132
2000-05-28 Gurusamy Sarathy warnings::enabled() doesn't fall back to looking at...
2000-05-28 Gurusamy Sarathy avoid warnings in POSIX.pm (from Barrie Slaymaker)
2000-05-28 Gurusamy Sarathy fix places that mean C<"word" character> but say C...
2000-05-28 Gurusamy Sarathy VMS test harness tweak (from Jesper Naur <jesper.naur...
2000-05-28 Gurusamy Sarathy new perlxstut example for passing/returning refs to...
2000-05-28 Gurusamy Sarathy call_method(...,G_EVAL) can longjmp() out if the method...
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
2000-05-28 Gurusamy Sarathy enable propagating exception objects via Perl_croak...
2000-05-28 Gurusamy Sarathy integrate vmsperl contents into mainline
2000-05-28 Gurusamy Sarathy clarify gotcha with #line directives (from Rocco Caputo
2000-05-28 Gurusamy Sarathy downgrade fatal error on C<"foo@nosucharray.com"> to...
2000-05-25 Charles Bailey Allow eliminate_macros() and fixpath() to handle space...
2000-05-25 Charles Bailey Add missing escape (Charles Lane)
2000-05-25 Charles Bailey Quiet error messages in vmsish.t (Charles Lane)
2000-05-25 Charles Bailey Regularize distinction between RMS$_DNF and RMS$_DIR...
2000-05-25 Charles Bailey Treat sockets as special in sys(read|write) (Charles...
2000-05-25 Charles Bailey Miscellaneous cosmetic fixes (Charles Lane)
2000-05-25 Charles Bailey Add bounds checking for several strings (Charles Lane)
2000-05-25 Charles Bailey Urk -- undo previous removal of vmsish 'exit' change
2000-05-24 Charles Bailey Ugly workaround for version-specific RTL error
2000-05-24 Charles Bailey Check for existence of file before trying to delete
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-23 Jarkko Hietaniemi todo tweak
2000-05-18 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-17 Gurusamy Sarathy reenable fake signal handling on Windows, bugs and all
2000-05-15 Jarkko Hietaniemi Tweak the todo list.
2000-05-15 Jarkko Hietaniemi The (Configure) script refuses to go on, after asking for
2000-05-11 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-11 Gurusamy Sarathy PL_sys_intern was being initialized too late on windows
2000-05-09 Jarkko Hietaniemi Test tweaking for Unicos continues.
2000-05-09 Jarkko Hietaniemi The test suite tweak in #6101 wasn't quite right.
2000-05-09 Jarkko Hietaniemi Hints and test tweaks for Unicos.
2000-05-08 Jarkko Hietaniemi More compilation tweakery from Allen Smith.
2000-05-08 Jarkko Hietaniemi Tweaks for the cc bugs from Allen Smith.
2000-05-08 Jarkko Hietaniemi Add a note about other, yet unsupported, shadow passwor...
2000-05-08 Jarkko Hietaniemi Add a note about possible compilation problems from...
2000-05-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-08 Jarkko Hietaniemi Introduce NV_PRESERVED_BITS. Not yet used anywhere but
2000-05-08 Gurusamy Sarathy cygwin update (from Eric Fifer <efifer@sanwaint.com>)
2000-05-08 Gurusamy Sarathy fork() failure to create pseudo process sets errno...
2000-05-07 Jarkko Hietaniemi Regen perltoc with the fixed buildtoc.
2000-05-07 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-07 Gurusamy Sarathy concat doesn't preserve utf8-ness, and doesn't invalidate
2000-05-07 Gurusamy Sarathy buildtoc tweak to fix newline lossage
2000-05-07 Jarkko Hietaniemi Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
2000-05-07 Gurusamy Sarathy reverse() and quotemeta() weren't preserving utf8-ness...
2000-05-07 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-07 Gurusamy Sarathy repeat operator (x) doesn't preserve utf8-ness
2000-05-07 Gurusamy Sarathy substr() does not preserve utf8-ness (from Stefan Eissing
2000-05-07 Gurusamy Sarathy note about undocumented caller() return value (from...
2000-05-07 Gurusamy Sarathy peek.t non-portable to ithreads
2000-05-07 Gurusamy Sarathy better default perlbug categories for ok reports (from...
2000-05-07 Gurusamy Sarathy add File::Temp v0.08 from CPAN, with small tweaks to...
2000-05-07 Gurusamy Sarathy remove outdated kludge in Carp (NULLs are permitted...
2000-05-07 Gurusamy Sarathy workaround for CRT bug in chdir() (from Charles Lane...
2000-05-07 Gurusamy Sarathy avoid warnings in diagnostics.pm; pod tweaks (from...
next