This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version number of ExtUtils::MM_Win32
[perl5.git] / ext /
2006-03-24 Jerry D. Hedden(2nd revised) 1st patch to sync blead 'threads' with...
2006-03-22 Steve PetersIncrease the length of content compressed as a kludge...
2006-03-21 Gisle AasTest croak(NULL)
2006-03-20 Gisle AasMove DynaLoader.o into libperl.so.
2006-03-19 Andy LesterData::Dumper consting
2006-03-17 Jan Duboisthreads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression
2006-03-16 Gisle AasAvoid hardcoded $(OBJ_EXT)
2006-03-16 Gisle AasChange 27520 was a bit too aggressive. Let's keep...
2006-03-16 Gisle AasRemove unused code. No extension use Makefile.SH any...
2006-03-16 Paul MarquessCompress::Raw::Zlib, Compress::Zlib, IO::Compress:...
2006-03-16 Rafael Garcia-SuarezMake the threads tests silent with regard to the new...
2006-03-13 Rafael Garcia-SuarezForgot the ending \. Why did it still compile ?
2006-03-13 Robin HoustonAutomatically SPAGAIN in the poor-man's-multicall API
2006-03-12 Andy LesterRemoved unnecessary NULL check in Digest::SHA
2006-03-09 Steve PetersNeed to update test count from change #27440.
2006-03-09 Steve Peterscroak in POSIX::sigaction() when passed a negative...
2006-03-09 Nicholas ClarkUnroll 27425 - keeping Larry's order in op.c means...
2006-03-08 Nicholas ClarkThe last MAD change to op.c changes the pad offsets...
2006-03-08 Stephen McCamantRe: [perl #38684] O::Deparse not working as expected
2006-03-07 Steve PetersUpgrade to PathTools-3.17
2006-03-06 Rafael Garcia-SuarezAdd and remove files forgotten in change #27384
2006-03-06 Paul MarquessCompress::Zlib
2006-03-03 Jarkko HietaniemiRe: [PATCH] Re: [perl #38612] Data::Dumper core dump...
2006-03-01 Joshua ben JoreRe: Patch lint for grep { /.../ } and grep /.../,
2006-02-28 Steve HaySilence another VC++ warning
2006-02-25 Nicholas ClarkCuriously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-22 Nicholas Clarksv_dump should report the PV for PVGVs, as it can get...
2006-02-21 Nicholas ClarkTeach B about CVf_ISXSUB
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Steve PetersAdd tests for the previously untested Hash::Util::all_k...
2006-02-21 Joshua ben JoreRe: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Dominic DunlopMake SDBM_File work with -Duse64bitall on Darwin (Mac...
2006-02-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas ClarkAbolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-20 Nicholas ClarkRe-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-02-18 Steve PetersUpgrade to Digest-SHA-5.34.
2006-02-14 Steve PetersUpgrade to Time-HiRes-1.87
2006-02-14 Steve PetersHash::Util tests should check if Hash::Util has been...
2006-02-14 Yves Orton[Patch] Enhance Hash::Util
2006-02-13 Stephen McCamant[perl #38346] [PATCH] Re: B::Deparse's bug?
2006-02-13 Nicholas ClarkAll the bits of clone_params.flags need to be initialis...
2006-02-02 Steve PetersIt would be nice to have tests in B for the functions...
2006-02-02 Steve PetersDeath to magic characters! No pun intended.
2006-01-30 Nicholas ClarkUse a union for storing the shared hash key reference...
2006-01-29 Nicholas ClarkSolaris seems not to enjoy initialising constants from...
2006-01-25 Stephen McCamantaelemfast optimization opclass problem (c.f. [perl...
2006-01-24 Gisle AasSimplify &IO::Handle::say
2006-01-23 Gisle AasAvoid warning with MS Visual C compiler.
2006-01-23 Gisle AasAvoid most getprotobyname/number calls in IO::Socket...
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...
next