summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' brokenRafael Garcia-Suarez2007-03-311-2/+4
* This was released as 2.16.Abhijit Menon-Sen2007-03-311-1/+1
* Add new hints files.Abhijit Menon-Sen2007-03-311-0/+2
* Bump File::Glob's VERSION to go with change 30103.Nicholas Clark2007-03-301-1/+1
* A logical rearrangement of ops, to get the post 5.005 ops to theirNicholas Clark2007-03-301-1/+1
* Upgrade to Devel::PPPort 3.11_01Marcus Holland-Moritz2007-03-238-18/+135
* Cwd doesn't need ppport.h in coreJerry D. Hedden2007-03-232-2/+9
* Re: [perl #32687] Encode::is_utf8 on tainted UTF8 stringRafael Garcia-Suarez2007-03-221-4/+0
* Fix to threads::shared t/waithires.tJerry D. Hedden2007-03-221-20/+12
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-224-50/+29
* threads 1.61Jerry D. Hedden2007-03-227-20/+33
* Adjust test count for 5.8.xNicholas Clark2007-03-211-2/+2
* Only use proxy constant subroutines for 5.9.x.Nicholas Clark2007-03-213-3/+3
* Sys::Syslog doesn't need ppport.h in coreJerry D. Hedden2007-03-213-2/+9
* Data::Dumper doesn't need ppport.h in coreJerry D. Hedden2007-03-213-2/+9
* Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]Jerry D. Hedden2007-03-213-5/+8
* Remove unneeded pragma line from B/t/OptreeCheck.pmJerry D. Hedden2007-03-211-1/+0
* Adjust timing tolerance in threads tests, by Jerry D. HeddenRafael Garcia-Suarez2007-03-192-9/+5
* PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fdNicholas Clark2007-03-191-1/+2
* Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)Abe Timmerman2007-03-151-1/+5
* Seems that 5.6.x needs the same fix as 5.005_xx for dclone.tNicholas Clark2007-03-151-1/+1
* Re: [Patch] Fix some of the tests of Storable on Perl 5.004Sébastien Aperghis-Tramoni2007-03-153-7/+18
* Tweak to Storable to make dclone.t pass on 5.005_03.Nicholas Clark2007-03-151-1/+5
* Upgrade to threads::shared 1.08 :Rafael Garcia-Suarez2007-03-156-13/+392
* Make the isdst argument to asctime and mktime default to -1Rafael Garcia-Suarez2007-03-153-6/+6
* Changes needed to get Storable to compile on 5.005_03.Nicholas Clark2007-03-141-0/+2
* Bump versions of modules that are currently on "dev" releases in maint.Nicholas Clark2007-03-132-2/+2
* Integrate:Nicholas Clark2007-03-131-1/+4
* 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.Nicholas Clark2007-03-131-2/+2
* DB_File with g++ and db v1Jarkko Hietaniemi2007-03-131-1/+1
* Get B compiling and passing all tests on both 5.9.x and 5.8.xNicholas Clark2007-03-1310-44/+137
* Fix the partially passing TODO test in optree_constants.t byNicholas Clark2007-03-121-27/+29
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-083-288/+2
* RE: $Win32::VERSION problemJan Dubois2007-03-087-0/+142
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-072-25/+35
* Reinstate part of #28744 that was accidentally reverted in #30454Steve Hay2007-03-062-4/+4
* Rename exception() to apitest_exception() in XS/APItest, so that itNicholas Clark2007-03-044-6/+10
* Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, Steve Peters2007-03-0439-265/+322
* Upgrade to Time-HiRes-1.9707Steve Peters2007-03-042-5/+26
* Add missing file from change #30454Rafael Garcia-Suarez2007-03-031-0/+34
* Math::BigInt::FastCalc 0.12 (plug leaks)Tels2007-03-032-33/+26
* Must only use dynamic extensions in the Dynaloader test. If theNicholas Clark2007-03-031-1/+1
* Don't copy DynaLoader.o unnecessarilyJerry D. Hedden2007-03-031-1/+3
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-2/+8
* Win32 doc update for Win32CORE changesYitzchak Scott-Thoennes2007-02-282-33/+46
* Fix ext/Win32API/File/t/file.t under test harnessJerry D. Hedden2007-02-281-0/+2
* Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...Jerry D. Hedden2007-02-281-14/+14
* dmq points out that %+ and %- are not arrays. Fix the doc.Rafael Garcia-Suarez2007-02-271-3/+3
* Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.Rafael Garcia-Suarez2007-02-271-29/+41
* Re: [perl #41565] qr// memory corruptionYves Orton2007-02-261-2/+2