summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Change md5sum of MD5.xs after change 28936 (on UNIX, mightRafael Garcia-Suarez2006-10-051-1/+1
* Change to sv_reftype return value caused compile for Digest::MD5Steve Peters2006-10-042-4/+4
* Give zlib the ASNI C treatmantPaul Marquess2006-10-0411-406/+408
* threads-shared 1.03 - Changes, Makefile.PLJerry Hedden2006-10-032-18/+120
* Move Text::Soundex from lib/ to ext/ and upgrade it to Steve Peters2006-10-036-0/+661
* Un-TODO some B testsRafael Garcia-Suarez2006-10-031-6/+5
* Upgrade to threads-shared-1.03Steve Peters2006-10-0316-1421/+1721
* Upgrade to threads-1.42Steve Peters2006-10-035-15/+17
* Upgrade to Time-HiRes-1.91Steve Peters2006-10-033-7/+29
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-291-9/+10
* PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to...Jarkko Hietaniemi2006-09-292-100/+112
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-295-108/+95
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-261-2/+14
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-252-9/+15
* Fix declaration-after-statement problemSebastian Steinlechner2006-09-181-1/+1
* return value of -1 without errno set is ok in Craig A. Berry2006-09-161-38/+33
* Avoid warnings when $Config{d_cplusplus} is undefined.Nicholas Clark2006-09-151-3/+3
* C++ EncodeJarkko Hietaniemi2006-09-141-5/+14
* darwin also seems to be lacking a dl_unload_file() in itsSteve Peters2006-09-131-2/+2
* Bump version and other misc. changes. 3rd patch from:Jerry D. Hedden2006-09-136-40/+70
* Statically allocate the main thread.Jerry D. Hedden2006-09-131-35/+25
* Race condition fix in threads.pmJerry D. Hedden2006-09-131-60/+50
* [perl #40328] B::Deparse pod does not list failure to grok outer lexical scop...David Nicol2006-09-131-0/+7
* Remove empty typemap fileRafael Garcia-Suarez2006-09-081-0/+0
* Bump version of PerlIO::scalarRafael Garcia-Suarez2006-09-071-1/+1
* Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-nessRafael Garcia-Suarez2006-09-072-1/+34
* Invalidate ISA and method caches when calling a safe compartmentRafael Garcia-Suarez2006-09-073-5/+7
* Convert Errno.t to Test::More. Increase the test coverageSteve Peters2006-09-071-35/+24
* Revert accidental file deletionRafael Garcia-Suarez2006-09-061-0/+0
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-0638-10393/+1
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-3/+9
* Upgrade to Sys::Syslog 0.18Rafael Garcia-Suarez2006-09-044-40/+50
* Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortalNicholas Clark2006-08-315-64/+78
* Silence Borland compiler warnings in XS::APItest and Win32Steve Hay2006-08-291-1/+1
* Fix PerlIO::scalar fileno() documentation as suggested in:Shawn Boyette2006-08-281-1/+1
* Change #24364 broke Data::Dumper::Seen()Marcus Holland-Moritz2006-08-271-1/+2
* Following Jarkko's advice, it seems that ODBM_File cannot beRafael Garcia-Suarez2006-08-251-9/+1
* change 28744 broke ODBM_FileRobin Barker2006-08-241-2/+10
* Update to Time-HiRes-1.90.Steve Peters2006-08-223-16/+22
* Upgrade to Time-HiRes-1.89.Steve Peters2006-08-223-5/+23
* Upgrade to Time-HiRes-1.88.Steve Peters2006-08-223-23/+35
* g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Tim...Jarkko Hietaniemi2006-08-229-18/+18
* Amendment to change #28739Rafael Garcia-Suarez2006-08-201-1/+1
* bytecode.t failures in Tru64: svtype (enum) is int, not longJarkko Hietaniemi2006-08-201-2/+2
* Cast needed to compile bsd_glob.c with C++Steve Peters2006-08-161-1/+1
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-169-18/+18
* Upgrade to Devel::PPPort 3.10Marcus Holland-Moritz2006-08-143-10/+11
* Upgrade to Digest-SHA-5.43Steve Peters2006-08-079-158/+119
* Fixups for test failures caused by #28667 and #28668Steve Hay2006-08-072-1/+7
* Provide a BGET_svtype, required by #28667Steve Hay2006-08-071-0/+1