This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2000-07-05 Gurusamy Sarathyfix UNC path handling on Windows under ithreads, and...
2000-07-05 Gurusamy Sarathywinsock cleanup never done on Windows (leads to handle...
2000-07-05 Gurusamy Sarathysome debugger output does not go to the socket when...
2000-07-04 Gurusamy Sarathytyop in change#6306
2000-07-04 Gurusamy Sarathyb.t fails under OS/2 (from Yitzchak Scott-Thoennes)
2000-07-04 Gurusamy Sarathybetter diagnostic on Frob->stuff() when Frob:: doesn...
2000-07-04 Gurusamy Sarathymissing perldiag entry for unpack("w",...) diagnostic...
2000-07-04 Gurusamy Sarathyremove rel2abs prototypes (from Barrie Slaymaker)
2000-07-04 Gurusamy Sarathyadjust change#6299
2000-07-04 Gurusamy SarathyPERL_OBJECT build tweak
2000-07-04 Gurusamy Sarathyfix memory leak on Windows (PL_sys_intern contents...
2000-07-04 Gurusamy Sarathyfix large memory leak that has been around for ever...
2000-07-04 Gurusamy Sarathyfix ~320 byte memory leak (psig_{ptr,name} tables were...
2000-06-30 Gurusamy Sarathyslurp mode fix in change#4736 still not quite right
2000-06-30 Gurusamy Sarathydounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-06-30 Gurusamy Sarathyintegrate vmsperl changes into mainline
2000-06-30 Gurusamy Sarathylocalize %INC in a Safe compartment so that use/require...
2000-06-30 Gurusamy Sarathytweak perlembed for multiplicity/usethreads sanity...
2000-06-30 Barrie SlaymakerFile::Spec 0.82 beta
2000-06-08 Gurusamy Sarathybe more optimal about clearing @_
2000-06-08 Gurusamy Sarathytweak comment about @DB::args
2000-06-08 Gurusamy Sarathy@_ can't have junk in it even in the non-USE_ITHREADS...
2000-06-08 Gurusamy Sarathyback out change#6106 (seems problematic)
2000-06-06 Gurusamy SarathyPerl_eval_pv() leaks 4 bytes every time it is called...
2000-06-02 Gurusamy Sarathyfix yet another eval"" leak under USE_ITHREADS
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-06-01 Gurusamy Sarathyvec() loses numericalness (modified version of patch...
2000-06-01 Gurusamy Sarathysubmit missing embed.pl change
2000-06-01 Gurusamy Sarathycounting tr/// corrupts later operation (from M.J.T...
2000-06-01 Gurusamy Sarathyh2xs tweaks
2000-06-01 Gurusamy Sarathyreplace pod2latex with the one in Pod-LaTeX v0.52 from...
2000-06-01 Gurusamy Sarathyfurther qualify references to "alphanumeric" (from...
2000-06-01 Gurusamy Sarathyremove incorrect documentation about implicit split...
2000-06-01 Gurusamy Sarathytweak for change#6127
2000-06-01 Gurusamy SarathySelfLoader can lose $@ in AUTOLOAD() (from Nicholas...
2000-05-31 Gurusamy Sarathybuggy modulus on UVs introduced by change#3378 (resulted in
2000-05-31 Gurusamy Sarathyfix buggy multiline matching of C<"a\nxb\n" =~ /(?...
2000-05-31 Gurusamy Sarathyscalar() doesn't force scalar context when used in...
2000-05-31 Gurusamy Sarathychange#6142 needs tweaks to tests to work where there...
2000-05-31 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-05-30 Jarkko HietaniemiTweak NV_PRESERVES_UV*, vms/subconfigure.com left untou...
2000-05-30 Jarkko Hietaniemitweak todo
2000-05-30 Jarkko HietaniemiIntroduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
2000-05-30 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-30 Jarkko Hietaniemidetypo
2000-05-30 Gurusamy Sarathyfix memory leak in C<eval "BEGIN {}"> (bug in change...
2000-05-30 Gurusamy Sarathyfix memory leak in method call optimization (change...
2000-05-29 Jarkko HietaniemiAdd autogeneration of perlmodlib.pod and the new perlne...
2000-05-29 Jarkko HietaniemiChanges for the File::Temp 0.08 (change #6159) test...
2000-05-29 Jarkko HietaniemiUpgrade to File::Temp 0.08 from Tim Jenness via CPAN.
2000-05-29 Charles BaileyAdd fallback to tmpfile for use in cases where user...
2000-05-29 Jarkko HietaniemiRegen Configure to jive with #6149.
2000-05-29 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-28 Gurusamy Sarathysmall bug in change#6144; remove random \xA0 character...
2000-05-28 Gurusamy Sarathyavoid type mismatch warning
2000-05-28 Gurusamy Sarathyprettier Test::Harness output on failed tests (from...
2000-05-28 Gurusamy Sarathycosmetic fixups of RE debug output (from Ilya Zakharevich)
2000-05-28 Gurusamy Sarathyfix accidental pessimization in RE optimizer (from...
2000-05-28 Gurusamy Sarathyperlrequick.pod updates (from Mark Kvale <kvale@phy...
2000-05-28 Gurusamy SarathyOS/2 tweaks for usethreads build (from Rocco Caputo
2000-05-28 Gurusamy Sarathyclose open file before chmod() (from Rocco Caputo ...
2000-05-28 Gurusamy Sarathyadd a make entry to Config.pm so "perl -V:make" works...
2000-05-28 Gurusamy Sarathydoc typo
2000-05-28 Gurusamy Sarathymake xsubpp skip embedded pod (from Matthias Neeracher
2000-05-28 Gurusamy SarathyMacOS support, part 2: make AutoSplit use File::Spec...
2000-05-28 Gurusamy SarathyMacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy SarathyFile::Find fails to chdir when chasing symlinks (from
2000-05-28 Jarkko HietaniemiBSD/OS (bsdi) hints update by Timur I. Bakeyev and...
2000-05-28 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-28 Gurusamy Sarathyrevise mktables.PL for bugs and newness in Unicode 3.0
2000-05-28 Gurusamy Sarathyadd note about the handling of negative indices to...
2000-05-28 Gurusamy Sarathyfix bogus redeclaration warning for "our" variables...
2000-05-28 Gurusamy Sarathyrandom pod typos (from Peter Scott <Peter@PSDT.com>)
2000-05-28 Gurusamy Sarathyenable Test::Harness to dynamically determine column...
2000-05-28 Gurusamy Sarathymake Test::Harness use wait.h/WCOREDUMP if available
2000-05-28 Gurusamy Sarathyelide bogus test in change#6132
2000-05-28 Gurusamy Sarathywarnings::enabled() doesn't fall back to looking at...
2000-05-28 Gurusamy Sarathyavoid warnings in POSIX.pm (from Barrie Slaymaker)
2000-05-28 Gurusamy Sarathyfix places that mean C<"word" character> but say C...
2000-05-28 Gurusamy SarathyVMS test harness tweak (from Jesper Naur <jesper.naur...
2000-05-28 Gurusamy Sarathynew perlxstut example for passing/returning refs to...
2000-05-28 Gurusamy Sarathycall_method(...,G_EVAL) can longjmp() out if the method...
2000-05-28 Gurusamy Sarathychange#2879 broke rvalue autovivification of magicals...
2000-05-28 Gurusamy Sarathyenable propagating exception objects via Perl_croak...
2000-05-28 Gurusamy Sarathyintegrate vmsperl contents into mainline
2000-05-28 Gurusamy Sarathyclarify gotcha with #line directives (from Rocco Caputo
2000-05-28 Gurusamy Sarathydowngrade fatal error on C<"foo@nosucharray.com"> to...
2000-05-25 Charles BaileyAllow eliminate_macros() and fixpath() to handle space...
2000-05-25 Charles BaileyAdd missing escape (Charles Lane)
2000-05-25 Charles BaileyQuiet error messages in vmsish.t (Charles Lane)
2000-05-25 Charles BaileyRegularize distinction between RMS$_DNF and RMS$_DIR...
2000-05-25 Charles BaileyTreat sockets as special in sys(read|write) (Charles...
2000-05-25 Charles BaileyMiscellaneous cosmetic fixes (Charles Lane)
2000-05-25 Charles BaileyAdd bounds checking for several strings (Charles Lane)
2000-05-25 Charles BaileyUrk -- undo previous removal of vmsish 'exit' change
2000-05-24 Charles BaileyUgly workaround for version-specific RTL error
2000-05-24 Charles BaileyCheck for existence of file before trying to delete
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-23 Jarkko Hietaniemitodo tweak
2000-05-18 Jarkko HietaniemiIntegrate with Sarathy.
next