This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2000-03-12 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-03-12 Gurusamy Sarathydon't bother testing if we can flush all handles when...
2000-03-12 Jarkko Hietaniemicontinue flogging the string->int conversion ifdefs
2000-03-12 Gurusamy Sarathyfix File::DosGlob for patterns with drive names like...
2000-03-12 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-12 Gurusamy Sarathysecurity fixes for perldoc (from Tom Christiansen)
2000-03-12 Gurusamy SarathyLarry's patch to disallow CORE::Snark, with perldiag...
2000-03-12 Gurusamy Sarathyinsufficient buffer in change#5317
2000-03-12 Gurusamy Sarathyavoid L<foo|bar> for now, not all the pod2foo support it
2000-03-12 Gurusamy Sarathyrework change#5664
2000-03-11 Jarkko Hietaniemitodo and perldelta updates
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Jarkko HietaniemiFixes for #5661.
2000-03-11 Gurusamy Sarathyfix Strtoul() misdefinition is change#5661
2000-03-11 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Jarkko HietaniemiUse Atof() instead of bare strtod(); ditto for Atol...
2000-03-11 Gurusamy Sarathyanother long-standing eval bug: return doesn't reset...
2000-03-11 Jarkko Hietaniemimetaconfig-ify the test for broken fflush(NULL)
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-11 Jarkko HietaniemiRewording.
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Gurusamy Sarathyreword comment
2000-03-11 Gurusamy Sarathyoff-by-one in os2.c (from Ilya Zakharevich)
2000-03-11 Gurusamy SarathyFile::Spec::VMS fixups, *not tested* on VMS (from Barri...
2000-03-11 Gurusamy Sarathymissing export list entry in change#5619
2000-03-11 Gurusamy Sarathyavoid using context pointer in MUTEX_INIT() et al;...
2000-03-11 Gurusamy Sarathyremove =for section (from Johan Vromans)
2000-03-11 Gurusamy Sarathyadd nokfile target in Makefile (from Andy Dougherty)
2000-03-11 Gurusamy Sarathymention podchecker (from Tim Jenness <timj@jach.hawaii...
2000-03-11 Gurusamy SarathyVMS build tweaks (from Charles Bailey)
2000-03-11 Gurusamy Sarathyremove outdated ftp.cis.ufl.edu reference
2000-03-11 Gurusamy Sarathyfailed hunk in change#5644
2000-03-11 Gurusamy Sarathyfix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
2000-03-11 Gurusamy Sarathybetter {local,gm}time documentation (from Mark-Jason...
2000-03-11 Gurusamy Sarathytweaks for lynxos build (from Ed Mooring <mooring@lynx...
2000-03-11 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-11 Gurusamy Sarathyperldelta update, typos and whitespace adjustments
2000-03-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-11 Jarkko HietaniemiCpp out deadcode that IRIX compiler noticed.
2000-03-10 Jarkko HietaniemiDo not use Perl's malloc in IRIX.
2000-03-10 Jarkko HietaniemiFix goofups noticed by Mark Bixby and Jeff Okamoto.
2000-03-09 Jarkko HietaniemiRemove an obsolete note.
2000-03-09 Gurusamy Sarathyupdate Changes
2000-03-09 Gurusamy Sarathytrack more of the child state on Windows
2000-03-09 Gurusamy SarathyUNIVERSAL::isa() and UNIVERSAL::can() fail for magic...
2000-03-09 Gurusamy Sarathytweak Unicode notes, other cleanups
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-09 Gurusamy Sarathyavoid autoflushing behavior of fork/system/exec on...
2000-03-09 Gurusamy Sarathyabort build on HP-UX if bundled non-ANSI compiler is...
2000-03-09 Gurusamy Sarathypatch from Larry to make -T filetest algorithm recogniz...
2000-03-09 Gurusamy Sarathyprovide support for deleting actions etc. (from Ronald...
2000-03-09 Gurusamy Sarathynew xsubpp keywords should be in all caps
2000-03-09 Gurusamy Sarathydemand-load utf8.pm in swash routines
2000-03-08 Gurusamy Sarathymake Dump() call the XSUB implementation transparently...
2000-03-08 Gurusamy Sarathydo FILE should not see outside lexicals (from Rick...
2000-03-08 Gurusamy Sarathyabstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-08 Jarkko HietaniemiICU todo fixes.
2000-03-08 Jarkko HietaniemiEven more Todo.
2000-03-08 Jarkko HietaniemiMore Todo.
2000-03-08 Jarkko Hietaniemiwording changes
2000-03-08 Gurusamy Sarathyclarify docs on return value from binding operators
2000-03-08 Gurusamy Sarathyshore up pod2latex shortcomings, and a Pod::Parser...
2000-03-08 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-03-08 Gurusamy Sarathyadd missing locks for op refcounts
2000-03-08 Gurusamy SarathyPod::InputObjects tweak (from Brad Appleton)
2000-03-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-08 Jarkko HietaniemiMake the stringification more customizable.
2000-03-07 Gurusamy SarathyVMS build patch (from Peter Prymmer)
2000-03-07 Gurusamy SarathyCopFILEGV(&PL_compiling) must be reset properly (from...
2000-03-07 Gurusamy Sarathytype mismatch
2000-03-07 Gurusamy Sarathyadd note to INSTALL about C++ compilers (from M J T...
2000-03-07 Gurusamy Sarathyseparate options to incpush() for adding version direct...
2000-03-07 Gurusamy Sarathysupport :void to enable croaking only in void context...
2000-03-07 Gurusamy SarathyPod::Html tweak to avoid false falses
2000-03-07 Gurusamy Sarathyskip null siblings encountered by goto out of loopish...
2000-03-07 Gurusamy Sarathyomit XSLoader from bytecode dumps
2000-03-07 Gurusamy Sarathyavoid coredump on C<printf "%vd">
2000-03-07 Gurusamy Sarathyadd missing HTML escapes that can be displayed in xterm...
2000-03-07 Gurusamy SarathyFatal.pm pod tweak (from Matt Sergeant <matt@sergeant...
2000-03-07 Gurusamy Sarathyget ByteLoader working again
2000-03-07 Gurusamy Sarathytypo in makedef.pl
2000-03-06 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-06 Gurusamy Sarathyfix incorrect prototypes in File::Glob
2000-03-06 Gurusamy Sarathyupdate Changes
2000-03-06 Craig A. Berrycircumvent VMS fileno bug in old DEC C version
2000-03-06 Jarkko HietaniemiUse $^O.
2000-03-06 Jarkko HietaniemiUndo drift from the mainline.
2000-03-06 Gurusamy Sarathychange#5513 accidentally undid change#5373, put it...
2000-03-06 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-06 Gurusamy Sarathymakedef.pl typos
2000-03-06 Gurusamy SarathyPod::Man bugfixes (from Russ Allbery)
2000-03-06 Gurusamy SarathyFile::Path::rmtree() doesn't delete stale symlinks...
2000-03-06 Gurusamy Sarathypod nits
2000-03-06 Gurusamy Sarathy64-bit build fix on VMS (from Dan Sugalski)
2000-03-06 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-06 Gurusamy Sarathyskip tests that need VMS::Filespec on other platforms
2000-03-06 Gurusamy Sarathyintegrate vmsperl contents into mainline
2000-03-06 Gurusamy Sarathysupport for autovivified handles (from Tom Christiansen)
next