summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to PathTools 3.09Rafael Garcia-Suarez2005-06-173-2/+25
* Storing the ixv for magic arrays seems to cause double free errors onNicholas Clark2005-06-161-0/+3
* [perl #36237] IO::File $fh->binmode($layer) is broken Alexander Foken2005-06-161-2/+2
* Revert part of change #24854Rafael Garcia-Suarez2005-06-161-3/+1
* Don't write bytecode to load the NVX of AVs and HVsNicholas Clark2005-06-151-0/+7
* We were failing to pring "not ok" if the text exited uncleanlyNicholas Clark2005-06-151-1/+2
* Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't setSteve Peters2005-06-151-2/+4
* Storable/Storable.xs: make plain C functions staticAlexey Tourbin2005-06-151-10/+10
* Change 24838 breaks deparse.t, which checks that embedded NULs work.Nicholas Clark2005-06-141-1/+9
* Test was coredumping with a shared perl library.Nicholas Clark2005-06-141-1/+2
* Fix for SEGV in ext/B/t/xref.t on OpenBSDSteve Peters2005-06-141-2/+2
* Comment nit to help Devel::Cover, spotted by Steve PetersRafael Garcia-Suarez2005-06-131-1/+0
* Croak if an attempt is made to modify PL_strtabNicholas Clark2005-06-133-2/+35
* With shared hash key scalars now accessing the hash via the PVX, youNicholas Clark2005-06-131-4/+4
* Remove MANIFEST for Compress::ZlibRafael Garcia-Suarez2005-06-131-45/+0
* We no longer need PL_shared_hek_tableNicholas Clark2005-06-131-3/+0
* RE: 05gzsetp.t and initial 'ver' in test outputPaul Marquess2005-06-123-8/+12
* Pre-run and disarm the code automodification run byRafael Garcia-Suarez2005-06-1013-19/+21
* Bump version numberRafael Garcia-Suarez2005-06-101-1/+1
* Makefile.PL adjustments for the coreRafael Garcia-Suarez2005-06-101-1/+5
* SvUPGRADE returns void in bleadRafael Garcia-Suarez2005-06-101-4/+2
* Drom Compress::Zlib 1.34 in ext/Rafael Garcia-Suarez2005-06-1044-0/+15812
* instead of unions use double cast for data pointer <-> function pointerJarkko Hietaniemi2005-06-091-10/+3
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-082-4/+4
* make some more functions staticAlexey Tourbin2005-06-073-12/+16
* NORETURN_FUNCTION_END is not a complete statementSteve Hay2005-06-061-1/+1
* Consting IO and Devel::PeekAndy Lester2005-06-032-13/+13
* B::Concise tortureJim Cromie2005-06-032-33/+137
* Bump version numberRafael Garcia-Suarez2005-06-031-1/+1
* Re: [patch] teach B::Concise to see XS codeJim Cromie2005-06-022-6/+30
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-028-100/+100
* Round up all string length requests to malloc()/realloc() to the nextNicholas Clark2005-06-011-1/+1
* I think SvCUR() was intended rather than SvLEN()Nicholas Clark2005-06-011-1/+1
* Re: [patch] teach B::Concise to see XS codeJim Cromie2005-06-013-44/+288
* ByteLoader.xs cleanupAndy Lester2005-05-311-2/+3
* Upgrade to PathTools 3.08Rafael Garcia-Suarez2005-05-301-0/+5
* Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)Jarkko Hietaniemi2005-05-301-0/+7
* [PATCH] Minor warning squashingsAndy Lester2005-05-303-80/+73
* Need a cast to avoid a compiler warning.Nicholas Clark2005-05-301-1/+1
* It helps to set the total keys correctly when duplicating a hash.Nicholas Clark2005-05-261-2/+19
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-251-0/+3
* Replace all uses of HvNAME with the appropriate HvNAME_get orNicholas Clark2005-05-252-1/+3
* ext/B/t/deparse.t was failing with t/TEST but not with t/harnessRafael Garcia-Suarez2005-05-241-6/+6
* Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.Yves Orton2005-05-241-1/+32
* Assorted 2.15 fixes.Abhijit Menon-Sen2005-05-232-4/+17
* Remove one const to ensure that the universe doesn't tip over.Abhijit Menon-Sen2005-05-231-1/+1
* Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to u...Andy Dougherty2005-05-231-5/+3
* Update to Scalar-List-Utils-1.17Graham Barr2005-05-237-9/+50
* Bytecode mustn't save the NVX for hashes now that the NVX is a unionNicholas Clark2005-05-231-1/+0
* Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""Rafael Garcia-Suarez2005-05-233-4/+17