This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug in change #26379
[perl5.git] / ext /
2005-12-20 Rafael Garcia-SuarezFix typos in regular expressions
2005-12-20 Rafael Garcia-SuarezPOD nits on B::Lint
2005-12-20 Joshua ben JoreRe: Pluggable lint patch
2005-12-19 Rafael Garcia-SuarezAttempt at making IO::Handle backwards compatible again
2005-12-19 Nicholas ClarkMake sv_dump (and therefore Devel::Peek) report the...
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-17 Steve PetersUpgrade to Time-HiRes-1.86
2005-12-17 Dominic DunlopCorrect typo in Time::HiRes tests introduced by patch...
2005-12-17 Steve PetersFix for ext/POSIX/t/time.t so the strftime() test works...
2005-12-17 Steve PetersUpgrade to Time-HiRes-1.85
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-15 Gisle AasSilence test output to STDERR
2005-12-14 Dave Mitchellforgot to add new file to change #26350
2005-12-14 Jerry D. Hedden[perl #37919] Blessed scalar refs with threads::shared
2005-12-13 Rafael Garcia-SuarezFix realclean target for Sys::Syslog
2005-12-12 Gisle AasUse load_module() instead of perl_eval_sv("require...
2005-12-10 Steve PetersUpgrade to PathTools-3.14_01
2005-12-09 Steve PetersUpgrade to Sys-Syslog-0.10
2005-12-08 Gisle AasFixup the setsockopt usage message; missing OPTVAL.
2005-12-07 Rafael Garcia-SuarezDon't build manpages for Encode and Unicode::Normalize
2005-12-06 Gisle AasFix typo spotted by Ronald J Kimball.
2005-12-06 Ronald J. KimballRe: Perl PR: "Security holes in Sys::Syslog"
2005-12-06 Gisle AasDocument why syslog($priority, "%s", $message) is a...
2005-12-05 Steve PetersUpgrade to MIME-Base64-3.07
2005-12-05 Steve PetersUpgrade to Digest-MD5-2.36
2005-12-03 Rafael Garcia-SuarezMissing chunk in change #26247.
2005-12-03 Gisle AasSys::Syslog::syslog can accept a message without printf
2005-12-02 Gisle AasStorable retrieve_lscalar fails for empty strings ...
2005-11-30 Rafael Garcia-SuarezFix B::Concise tests after change #26226
2005-11-28 Steve HayFix ext/POSIX/t/time.t on Win32
2005-11-28 Steve PetersMac OS X/Darwin seems to have problems with tzname().
2005-11-27 Rafael Garcia-SuarezDon't let MakeMaker install doc for MIME::Base64
2005-11-27 Steve PetersUpgrade to MIME-Base64-3.06
2005-11-26 Steve PetersDeal with differences in what clock() does between...
2005-11-26 Steve PetersUpgrade to Scalar-List-Utils-1.18
2005-11-26 Steve PetersUpgrade to Digest-MD5-2.35
2005-11-26 Steve PetersJust be explicit about $TZ.
2005-11-26 Steve PetersHmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve PetersAdditional tests for B and POSIX. The POSIX ones conce...
2005-11-22 Rafael Garcia-SuarezUse the system's free to dealloc a PV allocated by...
2005-11-21 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.83
2005-11-20 Rafael Garcia-SuarezDeclarations must come first, or some compilers aren...
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-11-19 Steve PetersUpgrade to PathTools-3.14
2005-11-19 Nicholas ClarkMap the HE arena onto SV type 0 (SVt_NULL).
2005-11-14 Gisle AasMissing ; in Storable.xs
2005-11-14 Paul MarquessCompress::Zlib
2005-11-14 Steve HayFix code-before-declaration in boot_Storable added...
2005-11-13 Gisle AasRe: [PATCH] Enhanced Storable::read_magic()
2005-11-12 Nicholas ClarkMake B's tests skip correctly when PerlIO is not config...
2005-11-12 Nicholas ClarkChange 26063 got one conditional the wrong way round.
2005-11-12 Nicholas ClarkMake the removal of references to AvFLAGS in the B...
2005-11-11 Nicholas Clark26085 was wrong. Undo it.
2005-11-11 Paul MarquessDB_File 1.814
2005-11-11 Gisle AasStorable 0.1 compatibility
2005-11-11 Nicholas ClarkCorrect the version-dependant expression for the number...
2005-11-11 Steve PetersPod nit in Encode.pm, found by Marc Lehmann in RT ...
2005-11-10 Rafael Garcia-SuarezReally apply change #26071.
2005-11-09 Nicholas ClarkAs using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas ClarkMake the Bytecode changes conditional on perl version.
2005-11-09 Graham BarrRe: [PATCH] Re: [perl #32383] DProf breaks List::Util...
2005-11-09 Robin HoustonRe: [perl #32383] DProf breaks List::Util::shuffle
2005-11-06 Steve PetersUpgrade to Time-HiRes-1.82
2005-11-05 Nicholas ClarkMake the 5.9 changes to B conditional on perl version.
2005-11-05 Steve PetersUpgrade to Time-HiRes-1.81
2005-11-04 Steve PetersUpgrade to Time-HiRes-1.80
2005-11-04 Steve PetersUpgrade to Time-HiRes 1.79
2005-11-03 Rafael Garcia-SuarezFix test failures introduced by the change of flags...
2005-11-03 Steve PetersUpgrade to Time-HiRes-1.78
2005-11-03 Steve PetersTest for the right signal should use the constant for...
2005-11-03 Steve PetersUpgrade to Time-HiRes-1.77
2005-11-02 Rafael Garcia-SuarezAdjust test count
2005-11-02 Rafael Garcia-SuarezAdd missing file from change 25953
2005-11-02 Robin Houstonsort/multicall patch
2005-10-31 Steve PetersUpgrade to DB_File 1.813.
2005-10-31 Bas van SisserenA B::Deparse fix from :
2005-10-31 Rafael Garcia-SuarezRobin Houston remarks that mention of a context is...
2005-10-29 Srezic@Iconmobile.Com[perl #30563] [PATCH] Storable::dclone fails for tied...
2005-10-27 Gisle AasRe: IO::File performace issue
2005-10-25 Steve PetersUpgrade to Time-HiRes-1.76
2005-10-24 Paul MarquessCompress::Zlib
2005-10-22 Nicholas Clarkuse more 'const' in the Encode data structures.
2005-10-22 Nicholas ClarkMark more static Encode data structures as const.
2005-10-18 Steve PetersUpgrade to Time-HiRes-1.75
2005-10-17 Steve HaySilence gcc complaints about comments in config.h
2005-10-17 Jarkko Hietaniemieven more Symbian
2005-10-17 Nicholas ClarkCorrect precedence from and to && in an expression...
2005-10-16 Dave Mitchellstatic functions should be prefixed S_
2005-10-16 Dave Mitchellfree a thread's interpreter after $t->join() rather...
2005-10-16 Steve PetersNo more attempting to edit Pod before the first coffee...
2005-10-16 Steve PetersUpgrade to XSLoader-0.06 (plus a minor doc nit found...
2005-10-14 Paul MarquessCompress::Zlib - fix for win32
2005-10-13 Paul MarquessRE: [PATCH] Compress::Zlib
2005-10-11 Paul MarquessCompress::Zlib
2005-10-11 Paul MarquessCompress::Zlib
2005-10-10 Jarkko HietaniemiSymbian bleadperl@25725 update
2005-10-10 Paul MarquessRE: [PATCH] Compress::Zlib
2005-10-10 Paul MarquessMaking t/14gzopen.t a bit more robust.
next