summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)H.Merijn Brand2008-09-1514-48/+200
* The program spawned from process.t needs to set up @INC correctly, asNicholas Clark2008-09-141-0/+5
* Upgrade to Test::Harness 3.14Nicholas Clark2008-09-1366-627/+1726
* Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"Vincent Pit2008-09-136-16/+138
* In S_mro_get_linear_isa_dfs(), add void casts to silence two warningsNicholas Clark2008-09-121-7/+11
* Build the isa cache from any linear ISA, rather than forcing the useNicholas Clark2008-09-121-3/+22
* Need to free the isa lookup hash before rebuilding it.Nicholas Clark2008-09-122-1/+16
* Create a direct lookup hash for ->isa() lookup, by retaining theNicholas Clark2008-09-126-29/+65
* Abolish the warning "Can't locate package %"SVf" for the parents of %s"Nicholas Clark2008-09-112-15/+0
* As stash can't be NULL, no need to check name_stash is not NULL beforeNicholas Clark2008-09-111-1/+1
* The stash argument to S_isa_lookup() actually never is NULL.Nicholas Clark2008-09-112-2/+3
* Use 1 line of code in place of 6 in Perl_sv_derived_from().Nicholas Clark2008-09-111-6/+1
* S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so weNicholas Clark2008-09-114-6/+6
* Skip another file in the VERSION comparison programSteve Hay2008-09-111-1/+4
* Re: blead with -Dusemymalloc fails on t/comp/hints.tVincent Pit2008-09-111-1/+1
* Watchdog re-queueJerry D. Hedden2008-09-101-5/+3
* Correct Audrey's name in traditional and simplified Chinese (with a lotNicholas Clark2008-09-102-2/+2
* Update Changes.Nicholas Clark2008-09-101-0/+9472
* Suck in r1147 from TH3's svn:Nicholas Clark2008-09-091-0/+2
* Fix parallel testing temp filenamesJerry D. Hedden2008-09-093-8/+7
* Update AUTHORSSteve Hay2008-09-092-6/+32
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-083-16/+46
* Cross-propagate changes between make_ext and make_ext_cross.Nicholas Clark2008-09-082-2/+8
* Upgrade to CGI.pm 3.42Nicholas Clark2008-09-086-63/+148
* Re-instate all the warnings checks that don't work on Win32, but withNicholas Clark2008-09-081-4/+56
* Update gellyfish's e-mail.Nicholas Clark2008-09-082-2/+3
* - crosscompilation - step 1 of N+1Vadim Konovalov2008-09-085-64/+132
* 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