This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Another place where Intel C++ pretending to be gcc is a really
[perl5.git] / ext /
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-05-02 Nicholas ClarkGvFILE() cannot be a pointer to the memory owned by...
2006-05-02 Steve PetersOne too many ('s in change #28043.
2006-05-02 Steve PetersFix for RT #7916: perl 5.6.1 with Intel's icc on RedHat
2006-05-01 Nicholas ClarkDisable SIGRTMAX and SIGRTMIN in POSIX if Configure...
2006-05-01 Nicholas ClarkRe-order one DO_UTF8 to be after the SvPV.
2006-04-28 Steve PetersAdded Changes file left out from change #28001.
2006-04-28 Jerry D. Heddenthreads - miscellaneous
2006-04-27 Steve PetersUpgrade to Encode-2.15
2006-04-26 Jerry D. Heddenthreads - consolidate XS functions
2006-04-25 Jerry D. HeddenContinuing threads sync
2006-04-22 Nicholas Clark"Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas ClarkRemove the enable_debugging member from the structure...
2006-04-21 Nicholas ClarkUse a struct to hold the regexp engine state informatio...
2006-04-21 Nicholas ClarkMerge the install and uninstall routines.
2006-04-21 Nicholas ClarkRefactor re.pm slightly. This has no change to document...
2006-04-21 Jerry D. HeddenRework threads destruct call
2006-04-20 Jerry D. Hedden[REPOST] [PATCH] Remove superfluous counter in threads
2006-04-18 Alex WaughSupport compiling for RISC OS
2006-04-17 Nicholas ClarkCoverity is a persistent beast. Hot on the tails of...
2006-04-17 Nicholas ClarkOops. Change 27826 had an error in the definition of...
2006-04-17 Paul MarquessCompress::Zlib
2006-04-16 Nicholas ClarkCoverity is flagging a potential problem because it...
2006-04-15 bah@longitude.comPotential (?) memory leak in Storable.xs (Coverity)
2006-04-15 Nicholas ClarkCoverity was getting upset about an assignment from...
2006-04-15 Nicholas ClarkCoverity reports that Storable can potentially cause...
2006-04-15 Nicholas ClarkCoverity notes that resource are leaked in the unfinish...
2006-04-15 Nicholas ClarkCoverity correctly reports that gv might (just) be...
2006-04-15 Nicholas ClarkUpdate the assertion to a croak "Out of range special...
2006-04-14 Paul MarquessIO::Compress::*
2006-04-14 Jerry D. HeddenFix implementation of threads->_handle on unixes.
2006-04-13 Nicholas Clark(Hopefully) fix coredumps in ByteLoader, which were...
2006-04-13 Nicholas ClarkFix B and ByteLoader to cope with cop_warnings no longe...
2006-04-10 Nicholas ClarkPerl_unsharepvn() was no longer being used in core...
2006-04-06 Steve HayFix skip count in ext\B\t\lint.t
2006-04-05 Joshua ben JoreRe: expr foreach (...) isn't a B::Lint warning anymore
2006-04-05 Rafael Garcia-SuarezThere should be only one META.yml file
2006-04-05 Steve HaySimplify tests for fork() capabilities
2006-04-04 Jim CromieRe: Making IO::Socket pass test on Win32
2006-04-04 Jan Duboisthreads.pm should overload != operator
2006-04-04 Rafael Garcia-SuarezFix syntax error in io_pipe test
2006-04-04 Yves OrtonRe: Making IO::Socket pass test on Win32
2006-04-03 Jerry D. Hedden2nd patch to sync blead 'threads' with CPAN [REPOST]
2006-04-03 Jarkko Hietaniemiext/IO/t/io_unix.t
2006-04-03 Nicholas ClarkThe make_ext script should pass MAKE=$MAKE to submakes...
2006-04-02 Nicholas ClarkConvert ByteLoader to use CopARYBASE_set().
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-03-31 Paul MarquessIO::Compress::Zip
2006-03-30 Nicholas ClarkFix bug 36267 - assigning to a tied hash shouldn't...
2006-03-29 Andy LesterDevel::DProf consting
2006-03-28 Gisle AasImproved description of the tmon.out format.
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-03-26 Graham BarrUpdate to IO-1.23
2006-03-25 Paul Marquessext/Compress/IO/Zlib/t/050interop-gzip.t
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
next