| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [perl #56766] [PATCH] | Vincent Pit | 2008-07-30 | 1 | -1/+1 |
* | Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant | Steve Hay | 2008-07-23 | 1 | -7/+0 |
* | Add watchdog() call to ext/IO/t/io_multihomed.t | Jerry D. Hedden | 2008-07-23 | 1 | -12/+4 |
* | watchdog() for threads tests | Jerry D. Hedden | 2008-07-16 | 2 | -20/+32 |
* | threads::shared 1.26 | Jerry D. Hedden | 2008-07-16 | 2 | -5/+5 |
* | watchdog() some IO tests | Jerry D. Hedden | 2008-07-16 | 2 | -29/+28 |
* | Really apply change #34143 | Rafael Garcia-Suarez | 2008-07-16 | 1 | -22/+61 |
* | Update Compression modules to version 2.012 | Paul Marquess | 2008-07-16 | 40 | -137/+391 |
* | Upgrade to threads::shared 1.25 by Jerry D. Hedden | Rafael Garcia-Suarez | 2008-07-15 | 3 | -22/+40 |
* | PVFMs don't need to access the IVX any more. (as of change 32836, which | Nicholas Clark | 2008-07-12 | 1 | -1/+1 |
* | Test that formats can be dumped. | Nicholas Clark | 2008-07-12 | 1 | -1/+40 |
* | Upgrade to Devel::PPPort 3.14_01 | Marcus Holland-Moritz | 2008-07-11 | 14 | -413/+538 |
* | threads::shared 1.24 (still more) | Jerry D. Hedden | 2008-07-10 | 1 | -4/+12 |