summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use the system's free to dealloc a PV allocated by the systemRafael Garcia-Suarez2005-11-221-5/+1
* Upgrade to Time::HiRes 1.83Rafael Garcia-Suarez2005-11-214-28/+56
* Declarations must come first, or some compilers aren't happy.Rafael Garcia-Suarez2005-11-201-1/+1
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-193-2/+5
* Upgrade to PathTools-3.14Steve Peters2005-11-191-0/+30
* Map the HE arena onto SV type 0 (SVt_NULL).Nicholas Clark2005-11-191-3/+4
* Missing ; in Storable.xsGisle Aas2005-11-141-1/+1
* Compress::ZlibPaul Marquess2005-11-145-23/+50
* Fix code-before-declaration in boot_Storable added by 26107Steve Hay2005-11-141-0/+2
* Re: [PATCH] Enhanced Storable::read_magic()Gisle Aas2005-11-134-32/+632
* Make B's tests skip correctly when PerlIO is not configured.Nicholas Clark2005-11-122-1/+5
* Change 26063 got one conditional the wrong way round.Nicholas Clark2005-11-121-1/+1
* Make the removal of references to AvFLAGS in the B modules conditionalNicholas Clark2005-11-122-3/+11
* 26085 was wrong. Undo it.Nicholas Clark2005-11-111-2/+2
* DB_File 1.814Paul Marquess2005-11-114-6/+16
* Storable 0.1 compatibilityGisle Aas2005-11-114-5/+74
* Correct the version-dependant expression for the number of tests, as itNicholas Clark2005-11-111-2/+2
* Pod nit in Encode.pm, found by Marc Lehmann in RT #36949.Steve Peters2005-11-111-1/+1
* Really apply change #26071.Rafael Garcia-Suarez2005-11-101-1/+1
* As using -C to turn on utf8 IO is equivalent to the open pragma,Nicholas Clark2005-11-091-1/+1
* Make the Bytecode changes conditional on perl version.Nicholas Clark2005-11-091-10/+20
* Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffleGraham Barr2005-11-0918-19/+44
* Re: [perl #32383] DProf breaks List::Util::shuffleRobin Houston2005-11-095-45/+86
* Upgrade to Time-HiRes-1.82Steve Peters2005-11-065-12/+40
* Make the 5.9 changes to B conditional on perl version.Nicholas Clark2005-11-052-1/+45
* Upgrade to Time-HiRes-1.81Steve Peters2005-11-054-33/+69
* Upgrade to Time-HiRes-1.80Steve Peters2005-11-043-8/+12
* Upgrade to Time-HiRes 1.79Steve Peters2005-11-043-2/+39
* Fix test failures introduced by the change of flags on op_sortRafael Garcia-Suarez2005-11-031-26/+26
* Upgrade to Time-HiRes-1.78Steve Peters2005-11-033-6/+14
* Test for the right signal should use the constant for that signal.Steve Peters2005-11-031-1/+1
* Upgrade to Time-HiRes-1.77Steve Peters2005-11-037-68/+548
* Adjust test countRafael Garcia-Suarez2005-11-021-1/+1
* Add missing file from change 25953Rafael Garcia-Suarez2005-11-021-0/+164
* sort/multicall patchRobin Houston2005-11-0210-96/+193
* Upgrade to DB_File 1.813.Steve Peters2005-10-314-14/+46
* A B::Deparse fix from :Bas van Sisseren2005-10-311-3/+6
* Robin Houston remarks that mention of a context is missing from theRafael Garcia-Suarez2005-10-311-2/+2
* [perl #30563] [PATCH] Storable::dclone fails for tied elementsSrezic@Iconmobile.Com2005-10-293-2/+29
* Re: IO::File performace issueGisle Aas2005-10-271-8/+4
* Upgrade to Time-HiRes-1.76Steve Peters2005-10-255-36/+78
* Compress::ZlibPaul Marquess2005-10-247-20/+66
* use more 'const' in the Encode data structures.Nicholas Clark2005-10-222-18/+23
* Mark more static Encode data structures as const.Nicholas Clark2005-10-224-12/+13
* Upgrade to Time-HiRes-1.75Steve Peters2005-10-183-2/+6
* Silence gcc complaints about comments in config.hSteve Hay2005-10-172-2/+2
* even more SymbianJarkko Hietaniemi2005-10-171-1/+1
* Correct precedence from and to && in an expression with assignment.Nicholas Clark2005-10-171-1/+1
* static functions should be prefixed S_Dave Mitchell2005-10-161-3/+3
* free a thread's interpreter after $t->join() rather than after undef $tDave Mitchell2005-10-161-28/+39