| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the watchdog requeues itself when sleep() wakes up early | Craig A. Berry | 2008-09-08 | 1 | -4/+12 |
* | Make sure temp file has an extension on VMS to work with the new | Craig A. Berry | 2008-09-08 | 1 | -1/+2 |
* | $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS} | Bram | 2008-09-07 | 1 | -2/+21 |
* | [perl #57016] debugger: o warn=0 die=0 ignored | Tye McQueen | 2008-09-07 | 1 | -0/+5 |
* | [DOC PATCH] av.c - clearify that av_shift returns &PL_sv_undef if array is empty | Claes Jacobsson | 2008-09-07 | 1 | -1/+2 |
* | Re: unless(...) terser than if(!...) | Vincent Pit | 2008-09-07 | 5 | -8/+121 |
* | Fix mismatched #if/#endif in Win64 configuration. | Jan Dubois | 2008-09-07 | 1 | -0/+1 |
* | Split all the tests for ops that can return undef for defined args | Nicholas Clark | 2008-09-07 | 1 | -77/+331 |
* | Fix an inconsistency spotted by David Landgren. (Although this is not | Nicholas Clark | 2008-09-07 | 1 | -2/+2 |
* | Two missed s/Autrijus/Audrey/g | Nicholas Clark | 2008-09-07 | 2 | -2/+2 |
* | Upgrade to ExtUtils::CBuilder 0.24 | Nicholas Clark | 2008-09-07 | 11 | -11/+21 |
* | Upgrade to CGI.pm 3.41 | Nicholas Clark | 2008-09-07 | 2 | -10/+58 |
* | bugfix, AutoLoader 0.67 | Steffen Mueller | 2008-09-05 | 2 | -40/+92 |
* | Fix a couple of failing CGI.pm tests on Win32 | Steve Hay | 2008-09-05 | 1 | -3/+3 |
* | Add missing "a" to binmode documentation in perlfunc.pod | Matt Kraai | 2008-09-05 | 1 | -1/+1 |
* | Re: Change 34166: Small typo fix | Paul Johnson | 2008-09-03 | 1 | -2/+2 |
* | Reflect local modifications to dual life modules in changes 34219 and | Nicholas Clark | 2008-09-03 | 2 | -2/+2 |
* | Add the URL for annotated svn of S03. | Nicholas Clark | 2008-09-02 | 1 | -2/+4 |
* | Tweaks and reflowing for the cc/linker split. | Nicholas Clark | 2008-09-02 | 1 | -13/+15 |
* | The tasks needed to get smart match fixing underway for 5.10.1 | Nicholas Clark | 2008-09-02 | 1 | -0/+47 |
* | Note the task TODO of splitting the linker from the compiler. | Nicholas Clark | 2008-09-02 | 1 | -0/+46 |
* | clear docs on exists wrt autovivification | Moritz Lenz | 2008-09-02 | 1 | -2/+1 |
* | Fix typo. | Abhijit Menon-Sen | 2008-09-01 | 1 | -1/+1 |
* | [PATCH] Perl TODO related to threads::shared done | Jerry D. Hedden | 2008-08-30 | 1 | -8/+0 |
* | Architecture-Independent Non-XS extenstions | Jerry D. Hedden | 2008-08-30 | 1 | -1/+6 |
* | Silence warnings when -destdir isn't set. | Nicholas Clark | 2008-08-30 | 1 | -3/+8 |
* | Fix #30660: Repeated spaces on shebang line stops option parsing | Nicholas Clark | 2008-08-28 | 2 | -3/+21 |
* | No, third time not lucky. Remove the extraneous leading - sign. | Nicholas Clark | 2008-08-26 | 1 | -1/+1 |
* | And then change 34231 removed the other t/lib/Dev/Null.pm from the | Nicholas Clark | 2008-08-26 | 1 | -0/+1 |
* | Khaaaaan! Change 34230 wasn't right. The tests all passed because I | Nicholas Clark | 2008-08-26 | 3 | -3/+2 |
* | And then add the Dev::Null from Test-Simple-0.80 | Nicholas Clark | 2008-08-26 | 2 | -0/+7 |
* | Move all of Test::Harness's test modules into ext/Test/Harness/t/lib | Nicholas Clark | 2008-08-26 | 26 | -27/+25 |
* | Fix new test added by #34198, which failed on Win32 | Steve Hay | 2008-08-26 | 1 | -1/+1 |
* | Move t/lib/{data,sample-tests,source_tests,subclass_tests} into | Nicholas Clark | 2008-08-26 | 82 | -107/+108 |
* | Add cygperl*.dll to packlist | Jerry D. Hedden | 2008-08-25 | 1 | -4/+16 |
* | Safer environ iteration | Milosz Tanski | 2008-08-24 | 1 | -4/+7 |
* | Unintented interpolation of $/ in regex (was: Re: [perl | Bram | 2008-08-24 | 3 | -1/+35 |
* | Re: [perl #58218] backwards logic in perluniintro (5.10.0) | Dr.Ruud | 2008-08-24 | 1 | -2/+2 |
* | Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pm | Rafael Garcia-Suarez | 2008-08-24 | 1 | -2/+6 |
* | [perl #57646] Weird non-equivalence between $::{'a'} = sub {} and *::a = sub {} | Bram | 2008-08-24 | 1 | -10/+1 |
* | Don't add freed SVF_BREAK scalars to the freed list. | Dave Mitchell | 2008-08-24 | 1 | -2/+12 |
* | Re: Fix 34200 on Cygwin | Reini Urban | 2008-08-24 | 3 | -3/+12 |
* | Cygwin build harmonization, remove cygwin/Makefile.SHs | Reini Urban | 2008-08-22 | 1 | -5/+12 |
* | No, I didn't mean to commit the version *with* the abort(). It was | Nicholas Clark | 2008-08-22 | 1 | -1/+0 |
* | Note that we have no test coverage for this particular warning. | Nicholas Clark | 2008-08-22 | 1 | -0/+2 |
* | In S_mro_get_linear_isa_dfs(), save copying by making a shared hash | Nicholas Clark | 2008-08-22 | 2 | -1/+17 |
* | In S_mro_get_linear_isa_dfs(), hv_exists_ent() followed by an optional | Nicholas Clark | 2008-08-22 | 1 | -3/+12 |
* | Change 33807 to fix bug #52740 wasn't quite right, as it ended up with | Nicholas Clark | 2008-08-21 | 1 | -5/+3 |
* | If I want to build Devel::NYTProf under the core tree, then the | Nicholas Clark | 2008-08-21 | 1 | -1/+1 |
* | better document how the weakref backrefs array is refcounted | Dave Mitchell | 2008-08-21 | 1 | -4/+20 |