Upgrade to Time-HiRes-1.85
[p5sagit/p5-mst-13.2.git] / ext /
2005-12-17 Steve Peters Upgrade to Time-HiRes-1.85
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-12-15 Gisle Aas Silence test output to STDERR
2005-12-14 Dave Mitchell forgot 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-Suarez Fix realclean target for Sys::Syslog
2005-12-12 Gisle Aas Use load_module() instead of perl_eval_sv("require...
2005-12-10 Steve Peters Upgrade to PathTools-3.14_01
2005-12-09 Steve Peters Upgrade to Sys-Syslog-0.10
2005-12-08 Gisle Aas Fixup the setsockopt usage message; missing OPTVAL.
2005-12-07 Rafael Garcia-Suarez Don't build manpages for Encode and Unicode::Normalize
2005-12-06 Gisle Aas Fix typo spotted by Ronald J Kimball.
2005-12-06 Ronald J. Kimball Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-06 Gisle Aas Document why syslog($priority, "%s", $message) is a...
2005-12-05 Steve Peters Upgrade to MIME-Base64-3.07
2005-12-05 Steve Peters Upgrade to Digest-MD5-2.36
2005-12-03 Rafael Garcia-Suarez Missing chunk in change #26247.
2005-12-03 Gisle Aas Sys::Syslog::syslog can accept a message without printf
2005-12-02 Gisle Aas Storable retrieve_lscalar fails for empty strings ...
2005-11-30 Rafael Garcia-Suarez Fix B::Concise tests after change #26226
2005-11-28 Steve Hay Fix ext/POSIX/t/time.t on Win32
2005-11-28 Steve Peters Mac OS X/Darwin seems to have problems with tzname().
2005-11-27 Rafael Garcia-Suarez Don't let MakeMaker install doc for MIME::Base64
2005-11-27 Steve Peters Upgrade to MIME-Base64-3.06
2005-11-26 Steve Peters Deal with differences in what clock() does between...
2005-11-26 Steve Peters Upgrade to Scalar-List-Utils-1.18
2005-11-26 Steve Peters Upgrade to Digest-MD5-2.35
2005-11-26 Steve Peters Just be explicit about $TZ.
2005-11-26 Steve Peters Hmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve Peters Additional tests for B and POSIX. The POSIX ones conce...
2005-11-22 Rafael Garcia-Suarez Use the system's free to dealloc a PV allocated by...
2005-11-21 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.83
2005-11-20 Rafael Garcia-Suarez Declarations must come first, or some compilers aren...
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-19 Steve Peters Upgrade to PathTools-3.14
2005-11-19 Nicholas Clark Map the HE arena onto SV type 0 (SVt_NULL).
2005-11-14 Gisle Aas Missing ; in Storable.xs
2005-11-14 Paul Marquess Compress::Zlib
2005-11-14 Steve Hay Fix code-before-declaration in boot_Storable added...
2005-11-13 Gisle Aas Re: [PATCH] Enhanced Storable::read_magic()
2005-11-12 Nicholas Clark Make B's tests skip correctly when PerlIO is not config...
2005-11-12 Nicholas Clark Change 26063 got one conditional the wrong way round.
2005-11-12 Nicholas Clark Make the removal of references to AvFLAGS in the B...
2005-11-11 Nicholas Clark 26085 was wrong. Undo it.
2005-11-11 Paul Marquess DB_File 1.814
2005-11-11 Gisle Aas Storable 0.1 compatibility
2005-11-11 Nicholas Clark Correct the version-dependant expression for the number...
2005-11-11 Steve Peters Pod nit in Encode.pm, found by Marc Lehmann in RT ...
2005-11-10 Rafael Garcia-Suarez Really apply change #26071.
2005-11-09 Nicholas Clark As using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas Clark Make the Bytecode changes conditional on perl version.
2005-11-09 Graham Barr Re: [PATCH] Re: [perl #32383] DProf breaks List::Util...
2005-11-09 Robin Houston Re: [perl #32383] DProf breaks List::Util::shuffle
2005-11-06 Steve Peters Upgrade to Time-HiRes-1.82
2005-11-05 Nicholas Clark Make the 5.9 changes to B conditional on perl version.
2005-11-05 Steve Peters Upgrade to Time-HiRes-1.81
2005-11-04 Steve Peters Upgrade to Time-HiRes-1.80
2005-11-04 Steve Peters Upgrade to Time-HiRes 1.79
2005-11-03 Rafael Garcia-Suarez Fix test failures introduced by the change of flags...
2005-11-03 Steve Peters Upgrade to Time-HiRes-1.78
2005-11-03 Steve Peters Test for the right signal should use the constant for...
2005-11-03 Steve Peters Upgrade to Time-HiRes-1.77
2005-11-02 Rafael Garcia-Suarez Adjust test count
2005-11-02 Rafael Garcia-Suarez Add missing file from change 25953
2005-11-02 Robin Houston sort/multicall patch
2005-10-31 Steve Peters Upgrade to DB_File 1.813.
2005-10-31 Bas van Sisseren A B::Deparse fix from :
2005-10-31 Rafael Garcia-Suarez Robin 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 Aas Re: IO::File performace issue
2005-10-25 Steve Peters Upgrade to Time-HiRes-1.76
2005-10-24 Paul Marquess Compress::Zlib
2005-10-22 Nicholas Clark use more 'const' in the Encode data structures.
2005-10-22 Nicholas Clark Mark more static Encode data structures as const.
2005-10-18 Steve Peters Upgrade to Time-HiRes-1.75
2005-10-17 Steve Hay Silence gcc complaints about comments in config.h
2005-10-17 Jarkko Hietaniemi even more Symbian
2005-10-17 Nicholas Clark Correct precedence from and to ...
2005-10-16 Dave Mitchell static functions should be prefixed S_
2005-10-16 Dave Mitchell free a thread's interpreter after $t->join() rather...
2005-10-16 Steve Peters No more attempting to edit Pod before the first coffee...
2005-10-16 Steve Peters Upgrade to XSLoader-0.06 (plus a minor doc nit found...
2005-10-14 Paul Marquess Compress::Zlib - fix for win32
2005-10-13 Paul Marquess RE: [PATCH] Compress::Zlib
2005-10-11 Paul Marquess Compress::Zlib
2005-10-11 Paul Marquess Compress::Zlib
2005-10-10 Jarkko Hietaniemi Symbian bleadperl@25725 update
2005-10-10 Paul Marquess RE: [PATCH] Compress::Zlib
2005-10-10 Paul Marquess Making t/14gzopen.t a bit more robust.
2005-10-10 H.Merijn Brand Compress::Zlib should not ask under Cygwin in CORE
2005-10-10 Paul Marquess RE: [PATCH] DB_File 1.1812
2005-10-09 Rafael Garcia-Suarez Upgrade to DB_File 1.1812, by Paul Marquess
2005-10-07 Steve Peters Upgrade to Pathtools-3.12
2005-10-06 Steve Peters Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set...
2005-10-06 Rafael Garcia-Suarez Be nice with subversion hidden directories
2005-10-06 Rafael Garcia-Suarez Move ZlibTestUtils.pm under t/
2005-10-06 Rafael Garcia-Suarez Don't install pods via MakeMaker for C::Zlib,
2005-10-05 Nicholas Clark Fix Compress::Zlib test boilerplate
2005-10-05 Rafael Garcia-Suarez Compress::Zlib's Makefile.PL shouldn't create .bak...
next