| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Assert that backreferences array is not freed rather than handling it | Dave Mitchell | 2008-08-20 | 1 | -9/+5 |
* | [perl #56908] DBI memory leak in 5.10.0 due to change 26530 | Dave Mitchell | 2008-08-20 | 2 | -1/+3 |
* | Re: Re: [perl #30524] [PATCH] CGI.pm has poor list of temp directories on Win... | Renee Baecker | 2008-08-20 | 1 | -1/+9 |
* | Change 34206 forgot to update Maintainers.pl to reflect the | Nicholas Clark | 2008-08-19 | 1 | -3/+1 |
* | Move the modules, tests, prove and Changes file from lib/ to | Nicholas Clark | 2008-08-19 | 87 | -87/+137 |
* | Re: Change 34184: Convert all unimaginative (ie race condition) temporary fil... | Bram | 2008-08-19 | 1 | -1/+1 |
* | Skip the Perl debugger test if the harness itself is already running | Nicholas Clark | 2008-08-17 | 1 | -0/+4 |
* | VMS-specific follow-up to tempfile name changes in 34182, plus | Craig A. Berry | 2008-08-13 | 3 | -14/+8 |
* | RE: [perl #35877] Strange regex failure? | Bram | 2008-08-12 | 1 | -4/+7 |
* | Regen of perlapi.pod after differences where pointed out by | Steve Peters | 2008-08-11 | 1 | -1/+1 |
* | Cygwin build harmonization, remove cygwin/Makefile.SHs | Reini Urban | 2008-08-11 | 6 | -203/+23 |
* | [perl #52740] [PATCH-tests] crash when localizing a symtab entry | Bram | 2008-08-11 | 1 | -1/+6 |
* | Purge C<n_a> thoughtcrime from the pods. | Nicholas Clark | 2008-08-10 | 3 | -25/+14 |
* | Avoid a potential testing race condition in lib/Dirhandle.ttest. | Bram | 2008-08-10 | 1 | -0/+13 |
* | Re: Change 34175: Avoid a potential testing race condition in Shell.pm's test. | Bram | 2008-08-10 | 1 | -1/+8 |
* | Upgrade to CGI.pm-3.40 | Steve Peters | 2008-08-10 | 3 | -82/+131 |
* | Upgrade to ExtUtils-Manifest-1.54 | Steve Peters | 2008-08-10 | 3 | -26/+172 |
* | Use App::Prove::State to store the timings for the tests, and if | Nicholas Clark | 2008-08-09 | 6 | -7/+41 |
* | Don't need to do the globbing before building the rules, as it makes | Nicholas Clark | 2008-08-09 | 1 | -1/+1 |
* | Don't bother hashing the key, or performing any other preparatory work, | Nicholas Clark | 2008-08-09 | 1 | -36/+40 |
* | Note that I TODID most of parallel testing in the core. | Nicholas Clark | 2008-08-08 | 1 | -25/+6 |
* | [perl #24198] Bad default-domainname extraction in Configure-Script may cause... | Bram | 2008-08-08 | 1 | -3/+3 |
* | Everything in t/ can now run in parallel. | Nicholas Clark | 2008-08-08 | 1 | -12/+1 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-08 | 11 | -61/+48 |
* | Use test.pl, not Test.pm, in t/run/*.t | Nicholas Clark | 2008-08-08 | 1 | -3/+3 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-07 | 13 | -166/+158 |
* | Let rip with t/op/*.t in parallel too. | Nicholas Clark | 2008-08-07 | 1 | -2/+1 |
* | Use test.pl's tempfile(). | Nicholas Clark | 2008-08-07 | 13 | -90/+81 |
* | Fix bug in counting in tempfile(). | Nicholas Clark | 2008-08-07 | 1 | -7/+12 |