This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note 5.8.8-RC1
[perl5.git] / ext /
2006-01-19 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.08
2006-01-19 Craig A. Berryfind_perl() must be after environment initialization
2006-01-19 Steve PetersFix hardcoded "/" in a filepath that causes ext/List...
2006-01-19 Steve PetersFix another concatenated filepath in a test for Digest...
2006-01-18 Gisle AasAllow IPPROTO_ICMP and IPPROTO_UDP to be exported.
2006-01-18 Gisle AasUse the IPPROTO_TCP constant instead of 6.
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-18 Steve PetersDigest::SHA's t/2-nist-sha-oo.t has some path related...
2006-01-18 Steve PetersFixes for Digest::SHA. Replaced old ppport.h file...
2006-01-18 Gisle AasMake sure the most common IPPROTO_* constants are alway...
2006-01-16 Steve PetersDon't warn about a directory being closed in the DESTRO...
2006-01-16 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.07
2006-01-16 Rafael Garcia-SuarezUpgrade to Encode 2.14
2006-01-13 Nicholas ClarkMore $VERSION bumps.
2006-01-13 Rafael Garcia-SuarezAdd a link to the Opcode doc in Safe.
2006-01-12 Nicholas ClarkUpgrade to Devel::PPPort 3.06_01
2006-01-12 Nicholas Clark$Socket::VERSION++; # You always miss one.
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2006-01-12 Paul MarquessCompress::Zlib
2006-01-11 Gisle AasA 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 BurlisonRe: Sys::Syslog blows up rather spectacularly on Solaris
2006-01-10 Nicholas ClarkGisle is correct - $host needs to stay in case the...
2006-01-10 Nicholas ClarkWhy should Syslog jump through hoops to look up the...
2006-01-10 Gisle AasIf getservbyname fails tell what service the lookup
2006-01-10 Rafael Garcia-SuarezRemove Syslog tests that use external modules
2006-01-10 Paul MarquessCompress::Zlib becomes zlib agnostic
2006-01-10 Craig A. BerryMake FAKE,READONLY optional on VMS in test 21
2006-01-09 Steve PetersAdded standard core header to test cases for Digest...
2006-01-09 Nicholas ClarkPOSIX and Fcntl both export the same constants derived...
2006-01-09 Rafael Garcia-SuarezUpgrade to Sys::Syslog 0.12
2006-01-09 Paul MarquessRE: Failing tests on VMS blead@26652
2006-01-08 Nicholas ClarkTweak the code that generates unique entries in @POSIX...
2006-01-08 Nicholas ClarkAdd missing files in ext/Digest/SHA/src that somehow...
2006-01-08 Steve PetersAdd Digest-SHA-5.32 for SHA-256 support for CPAN.
2006-01-07 Nicholas ClarkReorder Fcntl's bootstrapping so that the constants...
2006-01-07 Dave Mitchell[perl #37946] preserve the referent associated with...
2006-01-07 Dave Mitchellfix coredump on 'local $shared[N]' introduced by change...
2006-01-06 Dave Mitchellmake ithreads shared vars smaller/quicker by eliminatin...
2006-01-06 Steve HayDBL_MAX and FLT_MAX are not constants in Borland C++
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-03 Stephen McCamantRe: [perl #36837] B::Deparse fails when it comes to...
2006-01-02 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-02 Dave Mitchelladd svt_local slot to magic vtable, and fix local ...
2005-12-31 Dave Mitchellmake threads use MY_CXT API rather than using PL_modglobal
2005-12-29 Rafael Garcia-SuarezFix test for perl version number in Makefile.PL
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-29 Dave Mitchelladd tests for MY_CXT API and improve its documentation
2005-12-28 Steve PetersUpgrade to Sys-Syslog-0.11
2005-12-28 Gisle AasFix 2 off-by-one errors in the call to ninstr().
2005-12-28 Steve PetersUpgrade to PathTools-3.15
2005-12-27 Yves Orton[patch] ext/b/t/lint.t fails on win32
2005-12-24 Nicholas ClarkGiven that IO::Socket is documented as exporting all...
2005-12-24 Nicholas ClarkLooks like the macro CLK_TCK is not actually a constant...
2005-12-23 Nicholas ClarkAdd support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 Rafael Garcia-SuarezFix build of Compress::Zlib on MVS (by Paul Marquess)
2005-12-23 Nicholas ClarkSIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas ClarkUse inlineable proxy constant subs for Socket
2005-12-23 Nicholas ClarkDe-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-22 Nicholas ClarkUse inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas ClarkMake ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-21 Steve PetersAdd tests for untested math functions in POSIX
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
next