summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-301-1/+0
* Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an import...Steve Peters2005-06-301-1/+3
* Silence MinGW warnings about system headers when building ErrnoSteve Hay2005-06-301-2/+20
* B::Deparse was chocking on variable names with colons (like foo::::bar)Rafael Garcia-Suarez2005-06-281-1/+1
* Upgrade to Time::HiRes 1.71Rafael Garcia-Suarez2005-06-283-12/+67
* Silence compiler warning in SDBM_FileSteve Hay2005-06-271-1/+1
* XSLoader for Sys::SyslogAlexey Tourbin2005-06-271-4/+4
* Upgrade to Time::HiRes 1.70Rafael Garcia-Suarez2005-06-273-3/+17
* Upgrade to Time::HiRes 1.69Rafael Garcia-Suarez2005-06-263-4/+66
* don't repopulate PADTMP slots with null SVs when freeing opsDave Mitchell2005-06-232-6/+6
* The current implementation of :unique is fundamentally flawed,Nicholas Clark2005-06-231-3/+7
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-1/+1
* POD nitsRafael Garcia-Suarez2005-06-211-2/+2
* Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric LabelsRafael Garcia-Suarez2005-06-213-6/+9
* 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