Add new directories from C::Zlib to make clean
[p5sagit/p5-mst-13.2.git] / ext /
2006-01-13 Nicholas Clark More $VERSION bumps.
2006-01-13 Rafael Garcia-Suarez Add a link to the Opcode doc in Safe.
2006-01-12 Nicholas Clark Upgrade to Devel::PPPort 3.06_01
2006-01-12 Nicholas Clark $Socket::VERSION++; # You always miss one.
2006-01-12 Nicholas Clark Bump $VERSION in many modules that have changed.
2006-01-12 Paul Marquess Compress::Zlib
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-11 Sébastien Aperghis... Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
2006-01-10 Alan Burlison Re: Sys::Syslog blows up rather spectacularly on Solaris
2006-01-10 Nicholas Clark Gisle is correct - $host needs to stay in case the...
2006-01-10 Nicholas Clark Why should Syslog jump through hoops to look up the...
2006-01-10 Gisle Aas If getservbyname fails tell what service the lookup
2006-01-10 Rafael Garcia-Suarez Remove Syslog tests that use external modules
2006-01-10 Paul Marquess Compress::Zlib becomes zlib agnostic
2006-01-10 Craig A. Berry Make FAKE,READONLY optional on VMS in test 21
2006-01-09 Steve Peters Added standard core header to test cases for Digest...
2006-01-09 Nicholas Clark POSIX and Fcntl both export the same constants derived...
2006-01-09 Rafael Garcia-Suarez Upgrade to Sys::Syslog 0.12
2006-01-09 Paul Marquess RE: Failing tests on VMS blead@26652
2006-01-08 Nicholas Clark Tweak the code that generates unique entries in @POSIX...
2006-01-08 Nicholas Clark Add missing files in ext/Digest/SHA/src that somehow...
2006-01-08 Steve Peters Add Digest-SHA-5.32 for SHA-256 support for CPAN.
2006-01-07 Nicholas Clark Reorder Fcntl's bootstrapping so that the constants...
2006-01-07 Dave Mitchell [perl #37946] preserve the referent associated with...
2006-01-07 Dave Mitchell fix coredump on 'local $shared[N]' introduced by change...
2006-01-06 Dave Mitchell make ithreads shared vars smaller/quicker by eliminatin...
2006-01-06 Steve Hay DBL_MAX and FLT_MAX are not constants in Borland C++
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Stephen McCamant Re: [perl #36837] B::Deparse fails when it comes to...
2006-01-02 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-02 Dave Mitchell add svt_local slot to magic vtable, and fix local ...
2005-12-31 Dave Mitchell make threads use MY_CXT API rather than using PL_modglobal
2005-12-29 Rafael Garcia-Suarez Fix test for perl version number in Makefile.PL
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-29 Dave Mitchell add tests for MY_CXT API and improve its documentation
2005-12-28 Steve Peters Upgrade to Sys-Syslog-0.11
2005-12-28 Gisle Aas Fix 2 off-by-one errors in the call to ninstr().
2005-12-28 Steve Peters Upgrade to PathTools-3.15
2005-12-27 Yves Orton [patch] ext/b/t/lint.t fails on win32
2005-12-24 Nicholas Clark Given that IO::Socket is documented as exporting all...
2005-12-24 Nicholas Clark Looks like the macro CLK_TCK is not actually a constant...
2005-12-23 Nicholas Clark Add support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 Rafael Garcia-Suarez Fix build of Compress::Zlib on MVS (by Paul Marquess)
2005-12-23 Nicholas Clark SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas Clark Use inlineable proxy constant subs for Socket
2005-12-23 Nicholas Clark De-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-22 Nicholas Clark Use inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas Clark Make ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-21 Steve Peters Add tests for untested math functions in POSIX
2005-12-20 Rafael Garcia-Suarez Fix typos in regular expressions
2005-12-20 Rafael Garcia-Suarez POD nits on B::Lint
2005-12-20 Joshua ben Jore Re: Pluggable lint patch
2005-12-19 Rafael Garcia-Suarez Attempt at making IO::Handle backwards compatible again
2005-12-19 Nicholas Clark Make sv_dump (and therefore Devel::Peek) report the...
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-12-17 Steve Peters Upgrade to Time-HiRes-1.86
2005-12-17 Dominic Dunlop Correct typo in Time::HiRes tests introduced by patch...
2005-12-17 Steve Peters Fix for ext/POSIX/t/time.t so the strftime() test works...
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
next