| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | A proper tempfile function that can be used multiple times. | Nicholas Clark | 2008-08-07 | 1 | -2/+9 |
* | As rules can be glob patterns, leave them as glob patterns, and instead | Nicholas Clark | 2008-08-07 | 1 | -2/+2 |
* | Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel. | Nicholas Clark | 2008-08-07 | 1 | -2/+5 |
* | Avoid a potential testing race condition in Shell.pm's test. | Nicholas Clark | 2008-08-06 | 1 | -0/+5 |
* | If TEST_JOBS is set to something non-zero, use TAP::Harness to run the | Nicholas Clark | 2008-08-06 | 1 | -17/+90 |
* | Better temporary file name generation. (Avoid using ++, avoid file | Nicholas Clark | 2008-08-06 | 1 | -5/+20 |
* | Bring the joy of strict to t/harness. | Nicholas Clark | 2008-08-06 | 1 | -2/+3 |
* | Tests for [perl #57564] and [perl #24524] Refcounting bug | Bram | 2008-08-06 | 1 | -1/+13 |
* | Tiny SelfLoader patch for better warnings | Steffen Mueller | 2008-08-04 | 1 | -2/+3 |
* | Upgrade to Test::Harness 3.13 | Nicholas Clark | 2008-07-31 | 83 | -766/+3127 |