| Commit message (Expand) | Author | Age | Files | Lines |
* | Add prototype detection for NDBM header files | Marcus Holland-Moritz | 2008-11-06 | 2 | -11/+12 |
* | Silence one more format warning | Rafael Garcia-Suarez | 2008-11-03 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 2 | -10/+14 |
* | Change 34672 should have removed a const from re.xs. I thought I'd | Nicholas Clark | 2008-10-31 | 1 | -1/+1 |
* | Upgrade to Devel::PPPort 3.14_05 | Marcus Holland-Moritz | 2008-10-31 | 5 | -10/+15 |
* | Upgrade to Devel::PPPort 3.14_04 | Marcus Holland-Moritz | 2008-10-30 | 9 | -13/+428 |
* | Upgrade to PathTools 3.29. | Nicholas Clark | 2008-10-29 | 1 | -0/+4 |
* | Avoid leaving a VAR.txt after testing terminates on any platform where | Nicholas Clark | 2008-10-29 | 1 | -2/+1 |
* | Haiku Port | Ingo Weinhold | 2008-10-29 | 2 | -2/+3 |
* | After the upgrade to 3.28_03 we need to revert change 34543. | Nicholas Clark | 2008-10-27 | 1 | -4/+0 |
* | Upgrade to PathTools 3.28_03. | Nicholas Clark | 2008-10-27 | 1 | -0/+12 |
* | Grab the second half of r10084 for cwd.t, which wasn't in change 33042. | Nicholas Clark | 2008-10-27 | 2 | -10/+96 |
* | Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01: | Nicholas Clark | 2008-10-27 | 1 | -113/+125 |
* | Upgrade to Devel::PPPort 3.14_03 | Marcus Holland-Moritz | 2008-10-21 | 8 | -35/+79 |
* | Cwd.xs won't load in development releases, unless we munge the | Nicholas Clark | 2008-10-21 | 1 | -0/+4 |
* | Upgrade PathTools to 3.28_01 | Nicholas Clark | 2008-10-19 | 1 | -1/+8 |
* | Suggestion from Slaven - reverse the part of 23348 that removed the | Nicholas Clark | 2008-10-18 | 1 | -3/+1 |
* | Storable.thaw segv on blessed reference to overloaded object | YAMASHINA Hio | 2008-10-15 | 2 | -2/+15 |
* | Upgrade to Devel::PPPort 3.14_02 | Marcus Holland-Moritz | 2008-10-12 | 20 | -80/+525 |
* | Version up for adding hints/hpux.pl | H.Merijn Brand | 2008-09-29 | 1 | -1/+1 |
* | Storable and HP-UX Optimizer don't like eachother on 5.8.x | H.Merijn Brand | 2008-09-29 | 1 | -0/+10 |
* | $? is PVLV on VMS (and actually, anywhere else where COMPLEX_STATUS is | Nicholas Clark | 2008-09-27 | 1 | -0/+5 |
* | Upgrade Compression modules to 2.015 | Steve Hay | 2008-09-26 | 39 | -148/+559 |
* | Upgrade to XSLoader 0.10. | Nicholas Clark | 2008-09-26 | 2 | -6/+7 |
* | $! and $1 are PVMG(), but their content is undefined when peeking | H.Merijn Brand | 2008-09-26 | 1 | -3/+3 |
* | Add new test file to MANIFEST. Fix tests for threaded builds. | H.Merijn Brand | 2008-09-25 | 1 | -1/+1 |
* | New XS::APItest's for sv_peek based on my DDumper work | H.Merijn Brand | 2008-09-25 | 3 | -1/+106 |
* | defined %{$package.'::'} isn't good enough to tell whether a module is | Nicholas Clark | 2008-09-23 | 2 | -7/+15 |
* | The tests for the -ostash option to B::Concise will have been failing | Nicholas Clark | 2008-09-23 | 1 | -3/+12 |
* | Fix tests for the case of -Du_usedl | Nicholas Clark | 2008-09-23 | 1 | -14/+30 |
* | [perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader.t assumes dynamic loading | Andy Dougherty | 2008-09-23 | 1 | -2/+8 |
* | Avoid uninitialized warnings from XSLoader | Rafael Garcia-Suarez | 2008-09-22 | 1 | -2/+1 |
* | Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gz | Sébastien Aperghis-Tramoni | 2008-09-21 | 2 | -9/+22 |
* | Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.27.tar.gz | Sébastien Aperghis-Tramoni | 2008-09-21 | 4 | -4/+39 |
* | Implement IO::Handle::say the same way as the builtin say(). | Gisle Aas | 2008-09-20 | 1 | -2/+2 |
* | Bump $O::VERSION, to reflect change 32626, a doc change that is the only | Nicholas Clark | 2008-09-15 | 1 | -1/+1 |
* | Bump VERSIONs in all non-dual-lived modules that have changed | Steve Hay | 2008-09-15 | 2 | -2/+2 |
* | The program spawned from process.t needs to set up @INC correctly, as | Nicholas Clark | 2008-09-14 | 1 | -0/+5 |
* | Upgrade to Test::Harness 3.14 | Nicholas Clark | 2008-09-13 | 65 | -627/+1720 |
* | Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" | Vincent Pit | 2008-09-13 | 1 | -1/+64 |
* | Suck in r1147 from TH3's svn: | Nicholas Clark | 2008-09-09 | 1 | -0/+2 |
* | Re: 'if not / unless' optimization change makes my pow test go POW! | Vincent Pit | 2008-09-08 | 1 | -1/+30 |
* | Cross-propagate changes between make_ext and make_ext_cross. | Nicholas Clark | 2008-09-08 | 2 | -2/+8 |
* | Re: unless(...) terser than if(!...) | Vincent Pit | 2008-09-07 | 1 | -1/+27 |
* | Move all of Test::Harness's test modules into ext/Test/Harness/t/lib | Nicholas Clark | 2008-08-26 | 24 | -10/+428 |
* | Move t/lib/{data,sample-tests,source_tests,subclass_tests} into | Nicholas Clark | 2008-08-26 | 80 | -39/+641 |
* | Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pm | Rafael Garcia-Suarez | 2008-08-24 | 1 | -2/+6 |
* | Move the modules, tests, prove and Changes file from lib/ to | Nicholas Clark | 2008-08-19 | 85 | -0/+24198 |
* | You can't (and shouldn't) use CvDEPTH on a PVFM. | Nicholas Clark | 2008-07-31 | 1 | -1/+1 |
* | Version bump for Data::Dumper | Jerry D. Hedden | 2008-07-30 | 2 | -2/+13 |