summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump $Win32API::File::VERSION for change #30409Steve Hay2007-02-261-1/+1
* Re: [PATCH] Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-263-6/+41
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-2217-0/+5940
* Remove unreferenced local variableSteve Hay2007-02-212-4/+2
* Skip test when Encode isn't builtRafael Garcia-Suarez2007-02-201-0/+8
* [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11Tels2007-02-192-11/+10
* Revert change #28980 per Jarkko's suggestionRafael Garcia-Suarez2007-02-191-5/+3
* Actually, only changes to regexec.c from #30081 needed to be reverted.Rafael Garcia-Suarez2007-02-192-0/+2
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-192-2/+0
* Properly handle the differences in hints in the optree with/withoutNicholas Clark2007-02-189-243/+273
* Missed an aTHX_ in B's call to Perl_emulate_cop_io.Nicholas Clark2007-02-171-1/+1
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-173-13/+9
* Move all the cut&paste open TODO logic into OptreeCheck.pm, where itNicholas Clark2007-02-169-80/+24
* [perl #41521] Fix for IO::Socket send methodTodd C. Miller2007-02-161-1/+1