This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Archive::Tar clean up its test files on Win32
[perl5.git] / ext /
2005-07-01 Steve HayRemove unreferenced local variable (and the warning...
2005-06-30 Nicholas ClarkIf gp_flags is unused, why are we even allocating it?
2005-06-30 Steve PetersRe: [PATCH]Re: [perl #36417] IO::Handle::getline()...
2005-06-30 Steve HaySilence MinGW warnings about system headers when buildi...
2005-06-28 Rafael Garcia-SuarezB::Deparse was chocking on variable names with colons...
2005-06-28 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.71
2005-06-27 Steve HaySilence compiler warning in SDBM_File
2005-06-27 Alexey TourbinXSLoader for Sys::Syslog
2005-06-27 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.70
2005-06-26 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.69
2005-06-23 Dave Mitchelldon't repopulate PADTMP slots with null SVs when freein...
2005-06-23 Nicholas ClarkThe current implementation of :unique is fundamentally...
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-21 Rafael Garcia-SuarezPOD nits
2005-06-21 Rafael Garcia-SuarezFix [perl #36102] Data::Dumper Doesn't Stringify Numeri...
2005-06-17 Rafael Garcia-SuarezUpgrade to PathTools 3.09
2005-06-16 Nicholas ClarkStoring the ixv for magic arrays seems to cause double...
2005-06-16 Alexander Foken[perl #36237] IO::File $fh->binmode($layer) is broken
2005-06-16 Rafael Garcia-SuarezRevert part of change #24854
2005-06-15 Nicholas ClarkDon't write bytecode to load the NVX of AVs and HVs
2005-06-15 Nicholas ClarkWe were failing to pring "not ok" if the text exited...
2005-06-15 Steve PetersRe: [PATCH] make -f invalid when USE_SITECUSTOMIZE...
2005-06-15 Alexey TourbinStorable/Storable.xs: make plain C functions static
2005-06-14 Nicholas ClarkChange 24838 breaks deparse.t, which checks that embedd...
2005-06-14 Nicholas ClarkTest was coredumping with a shared perl library.
2005-06-14 Steve PetersFix for SEGV in ext/B/t/xref.t on OpenBSD
2005-06-13 Rafael Garcia-SuarezComment nit to help Devel::Cover, spotted by Steve...
2005-06-13 Nicholas ClarkCroak if an attempt is made to modify PL_strtab
2005-06-13 Nicholas ClarkWith shared hash key scalars now accessing the hash...
2005-06-13 Rafael Garcia-SuarezRemove MANIFEST for Compress::Zlib
2005-06-13 Nicholas ClarkWe no longer need PL_shared_hek_table
2005-06-12 Paul MarquessRE: 05gzsetp.t and initial 'ver' in test output
2005-06-10 Rafael Garcia-SuarezPre-run and disarm the code automodification run by
2005-06-10 Rafael Garcia-SuarezBump version number
2005-06-10 Rafael Garcia-SuarezMakefile.PL adjustments for the core
2005-06-10 Rafael Garcia-SuarezSvUPGRADE returns void in blead
2005-06-10 Rafael Garcia-SuarezDrom Compress::Zlib 1.34 in ext/
2005-06-09 Jarkko Hietaniemiinstead of unions use double cast for data pointer...
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Alexey Tourbinmake some more functions static
2005-06-06 Steve HayNORETURN_FUNCTION_END is not a complete statement
2005-06-03 Andy LesterConsting IO and Devel::Peek
2005-06-03 Jim CromieB::Concise torture
2005-06-03 Rafael Garcia-SuarezBump version number
2005-06-02 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-06-01 Nicholas ClarkRound up all string length requests to malloc()/realloc...
2005-06-01 Nicholas ClarkI think SvCUR() was intended rather than SvLEN()
2005-06-01 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-05-31 Andy LesterByteLoader.xs cleanup
2005-05-30 Rafael Garcia-SuarezUpgrade to PathTools 3.08
2005-05-30 Jarkko HietaniemiRe: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64...
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-30 Nicholas ClarkNeed a cast to avoid a compiler warning.
2005-05-26 Nicholas ClarkIt helps to set the total keys correctly when duplicati...
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
2005-05-25 Nicholas ClarkReplace all uses of HvNAME with the appropriate HvNAME_...
2005-05-24 Rafael Garcia-Suarezext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves OrtonRe: [perl #35857] [PATCH] B::Deparse doesnt handle...
2005-05-23 Abhijit Menon-SenAssorted 2.15 fixes.
2005-05-23 Abhijit Menon-SenRemove one const to ensure that the universe doesn...
2005-05-23 Andy DoughertyRe: [perl #35938] [PATCH] SDBM_File fails to build...
2005-05-23 Graham BarrUpdate to Scalar-List-Utils-1.17
2005-05-23 Nicholas ClarkBytecode mustn't save the NVX for hashes now that the...
2005-05-23 Rafael Garcia-SuarezFix [perl #35929] : PerlIO::scalar didn't understand...
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Dave Mitchelladd access to Perl_croak() via 'mycroak' in XS::APItest
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas ClarkMove placeholders into a new rhash magic type.
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkUpdate XS code to declare PERL_UNUSED_DECL conditionally
2005-05-20 Nicholas ClarkUpdaate ppport.h to get a conditional PERL_UNUSED_DECL
2005-05-20 Nicholas ClarkNeed to make PERL_UNUSED_DECL conditional as xlc on...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-20 Abhijit Menon-SenDamnable applypatch nonsense.
2005-05-20 Abhijit Menon-SenPreviously overlooked $SIG{DIE} patch from Slaven Rezic.
2005-05-19 yves orton[perl #35857] [PATCH] B::Deparse doesnt handle warnings...
2005-05-18 Nicholas ClarkB::Disassembler.pm
2005-05-16 Nicholas ClarkUpgrade to Encode 2.10
2005-05-16 Rafael Garcia-SuarezThis seems to be the right thing to do to iterate over...
2005-05-16 Rafael Garcia-SuarezUpgrade to Time::HiRes 1.68
2005-05-15 Andy LesterMinor tweak to via
2005-05-13 Graham BarrUpdate to Scalar-List-Utils-1.15
2005-05-12 Dave Mitchellmake join.t threadsafe!
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-10 Nicholas ClarkExperiment with using the ptr_table code to hold the...
2005-05-10 Nicholas ClarkSimplify the debug and assert logic.
2005-05-10 Nicholas ClarkChange 24165 missed one s/class/classname/ in the debug...
2005-05-06 Rafael Garcia-SuarezUpgrade to PathTools 3.07
2005-05-05 Nicholas ClarkBump version numbers
2005-05-05 Nicholas ClarkBump B version numbers
2005-05-02 Nicholas ClarkA slightly better layout for the diagram.
2005-05-02 Nicholas ClarkChange inheritance hierarchy of B subclassses :
2005-05-02 Rafael Garcia-SuarezRe: [perl #31793] Data::Dumper: Useqq interacts badly...
2005-04-26 H.Merijn Brandfor AIX problems? RE: [PATCH] Symbian port of Perl
2005-04-25 Abhijit Menon-SenAdd STORABLE_attach hook (Adam Kennedy).
2005-04-22 Nicholas ClarkFor now, TODO the 2 tests that fail on 5.8.x
2005-04-22 Steve Petersbytecode.pl, bytecode.h, and sv.h fixes
next