summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Khaaaaan! Change 34230 wasn't right. The tests all passed because INicholas Clark2008-08-263-3/+2
* And then add the Dev::Null from Test-Simple-0.80Nicholas Clark2008-08-262-0/+7
* Move all of Test::Harness's test modules into ext/Test/Harness/t/libNicholas Clark2008-08-2626-27/+25
* Fix new test added by #34198, which failed on Win32Steve Hay2008-08-261-1/+1
* Move t/lib/{data,sample-tests,source_tests,subclass_tests} intoNicholas Clark2008-08-2682-107/+108
* Add cygperl*.dll to packlistJerry D. Hedden2008-08-251-4/+16
* Safer environ iterationMilosz Tanski2008-08-241-4/+7
* Unintented interpolation of $/ in regex (was: Re: [perlBram2008-08-243-1/+35
* Re: [perl #58218] backwards logic in perluniintro (5.10.0) Dr.Ruud2008-08-241-2/+2
* Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pmRafael Garcia-Suarez2008-08-241-2/+6
* [perl #57646] Weird non-equivalence between $::{'a'} = sub {} and *::a = sub {} Bram2008-08-241-10/+1
* Don't add freed SVF_BREAK scalars to the freed list.Dave Mitchell2008-08-241-2/+12
* Re: Fix 34200 on CygwinReini Urban2008-08-243-3/+12
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2008-08-221-5/+12
* No, I didn't mean to commit the version *with* the abort(). It wasNicholas Clark2008-08-221-1/+0
* Note that we have no test coverage for this particular warning.Nicholas Clark2008-08-221-0/+2
* In S_mro_get_linear_isa_dfs(), save copying by making a shared hashNicholas Clark2008-08-222-1/+17
* In S_mro_get_linear_isa_dfs(), hv_exists_ent() followed by an optionalNicholas Clark2008-08-221-3/+12
* Change 33807 to fix bug #52740 wasn't quite right, as it ended up withNicholas Clark2008-08-211-5/+3
* If I want to build Devel::NYTProf under the core tree, then theNicholas Clark2008-08-211-1/+1
* better document how the weakref backrefs array is refcountedDave Mitchell2008-08-211-4/+20
* Assert that backreferences array is not freed rather than handling itDave Mitchell2008-08-201-9/+5
* [perl #56908] DBI memory leak in 5.10.0 due to change 26530Dave Mitchell2008-08-202-1/+3
* Re: Re: [perl #30524] [PATCH] CGI.pm has poor list of temp directories on Win...Renee Baecker2008-08-201-1/+9
* Change 34206 forgot to update Maintainers.pl to reflect the Nicholas Clark2008-08-191-3/+1
* Move the modules, tests, prove and Changes file from lib/ toNicholas Clark2008-08-1987-87/+137
* Re: Change 34184: Convert all unimaginative (ie race condition) temporary fil...Bram2008-08-191-1/+1
* Skip the Perl debugger test if the harness itself is already runningNicholas Clark2008-08-171-0/+4
* VMS-specific follow-up to tempfile name changes in 34182, plusCraig A. Berry2008-08-133-14/+8
* RE: [perl #35877] Strange regex failure?Bram2008-08-121-4/+7
* Regen of perlapi.pod after differences where pointed out bySteve Peters2008-08-111-1/+1
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2008-08-116-203/+23
* [perl #52740] [PATCH-tests] crash when localizing a symtab entry Bram2008-08-111-1/+6
* Purge C<n_a> thoughtcrime from the pods.Nicholas Clark2008-08-103-25/+14
* Avoid a potential testing race condition in lib/Dirhandle.ttest.Bram2008-08-101-0/+13
* Re: Change 34175: Avoid a potential testing race condition in Shell.pm's test.Bram2008-08-101-1/+8
* Upgrade to CGI.pm-3.40Steve Peters2008-08-103-82/+131
* Upgrade to ExtUtils-Manifest-1.54Steve Peters2008-08-103-26/+172
* Use App::Prove::State to store the timings for the tests, and ifNicholas Clark2008-08-096-7/+41
* Don't need to do the globbing before building the rules, as it makesNicholas Clark2008-08-091-1/+1
* Don't bother hashing the key, or performing any other preparatory work,Nicholas Clark2008-08-091-36/+40
* Note that I TODID most of parallel testing in the core.Nicholas Clark2008-08-081-25/+6
* [perl #24198] Bad default-domainname extraction in Configure-Script may cause...Bram2008-08-081-3/+3
* Everything in t/ can now run in parallel.Nicholas Clark2008-08-081-12/+1
* Convert all unimaginative (ie race condition) temporary file names to Nicholas Clark2008-08-0811-61/+48
* Use test.pl, not Test.pm, in t/run/*.tNicholas Clark2008-08-081-3/+3
* Convert all unimaginative (ie race condition) temporary file names toNicholas Clark2008-08-0713-166/+158
* Let rip with t/op/*.t in parallel too.Nicholas Clark2008-08-071-2/+1
* Use test.pl's tempfile().Nicholas Clark2008-08-0713-90/+81
* Fix bug in counting in tempfile().Nicholas Clark2008-08-071-7/+12