summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure the watchdog requeues itself when sleep() wakes up earlyCraig A. Berry2008-09-081-4/+12
* Make sure temp file has an extension on VMS to work with the newCraig A. Berry2008-09-081-1/+2
* $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS}Bram2008-09-071-2/+21
* [perl #57016] debugger: o warn=0 die=0 ignored Tye McQueen2008-09-071-0/+5
* [DOC PATCH] av.c - clearify that av_shift returns &PL_sv_undef if array is emptyClaes Jacobsson2008-09-071-1/+2
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-075-8/+121
* Fix mismatched #if/#endif in Win64 configuration.Jan Dubois2008-09-071-0/+1
* Split all the tests for ops that can return undef for defined argsNicholas Clark2008-09-071-77/+331
* Fix an inconsistency spotted by David Landgren. (Although this is notNicholas Clark2008-09-071-2/+2
* Two missed s/Autrijus/Audrey/gNicholas Clark2008-09-072-2/+2
* Upgrade to ExtUtils::CBuilder 0.24Nicholas Clark2008-09-0711-11/+21
* Upgrade to CGI.pm 3.41Nicholas Clark2008-09-072-10/+58
* bugfix, AutoLoader 0.67Steffen Mueller2008-09-052-40/+92
* Fix a couple of failing CGI.pm tests on Win32Steve Hay2008-09-051-3/+3
* Add missing "a" to binmode documentation in perlfunc.podMatt Kraai2008-09-051-1/+1
* Re: Change 34166: Small typo fixPaul Johnson2008-09-031-2/+2
* Reflect local modifications to dual life modules in changes 34219 andNicholas Clark2008-09-032-2/+2
* Add the URL for annotated svn of S03.Nicholas Clark2008-09-021-2/+4
* Tweaks and reflowing for the cc/linker split.Nicholas Clark2008-09-021-13/+15
* The tasks needed to get smart match fixing underway for 5.10.1Nicholas Clark2008-09-021-0/+47
* Note the task TODO of splitting the linker from the compiler.Nicholas Clark2008-09-021-0/+46
* clear docs on exists wrt autovivificationMoritz Lenz2008-09-021-2/+1
* Fix typo.Abhijit Menon-Sen2008-09-011-1/+1
* [PATCH] Perl TODO related to threads::shared doneJerry D. Hedden2008-08-301-8/+0
* Architecture-Independent Non-XS extenstionsJerry D. Hedden2008-08-301-1/+6
* Silence warnings when -destdir isn't set.Nicholas Clark2008-08-301-3/+8
* Fix #30660: Repeated spaces on shebang line stops option parsingNicholas Clark2008-08-282-3/+21
* No, third time not lucky. Remove the extraneous leading - sign.Nicholas Clark2008-08-261-1/+1
* And then change 34231 removed the other t/lib/Dev/Null.pm from theNicholas Clark2008-08-261-0/+1
* 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