platform/upstream/perl.git
2008-09-11 Nicholas ClarkAbolish the warning "Can't locate package %"SVf" for...
2008-09-11 Nicholas ClarkAs stash can't be NULL, no need to check name_stash...
2008-09-11 Nicholas ClarkThe stash argument to S_isa_lookup() actually never...
2008-09-11 Nicholas ClarkUse 1 line of code in place of 6 in Perl_sv_derived_from().
2008-09-11 Nicholas ClarkS_isa_lookup() no longer recurses (as of Brandon's...
2008-09-11 Steve HaySkip another file in the VERSION comparison program
2008-09-11 Vincent PitRe: blead with -Dusemymalloc fails on t/comp/hints.t
2008-09-10 Jerry D. HeddenWatchdog re-queue
2008-09-10 Nicholas ClarkCorrect Audrey's name in traditional and simplified...
2008-09-10 Nicholas ClarkUpdate Changes.
2008-09-09 Nicholas ClarkSuck in r1147 from TH3's svn:
2008-09-09 Jerry D. HeddenFix parallel testing temp filenames
2008-09-09 Steve HayUpdate AUTHORS
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-08 Nicholas ClarkCross-propagate changes between make_ext and make_ext_c...
2008-09-08 Nicholas ClarkUpgrade to CGI.pm 3.42
2008-09-08 Nicholas ClarkRe-instate all the warnings checks that don't work...
2008-09-08 Nicholas ClarkUpdate gellyfish's e-mail.
2008-09-08 Vadim Konovalov- crosscompilation - step 1 of N+1
2008-09-08 Craig A. BerryMake sure the watchdog requeues itself when sleep(...
2008-09-08 Craig A. BerryMake sure temp file has an extension on VMS to work...
2008-09-07 Bram$ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS}
2008-09-07 Tye McQueen[perl #57016] debugger: o warn=0 die=0 ignored
2008-09-07 Claes Jacobsson[DOC PATCH] av.c - clearify that av_shift returns ...
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-09-07 Jan DuboisFix mismatched #if/#endif in Win64 configuration.
2008-09-07 Nicholas ClarkSplit all the tests for ops that can return undef for...
2008-09-07 Nicholas ClarkFix an inconsistency spotted by David Landgren. (Althou...
2008-09-07 Nicholas ClarkTwo missed s/Autrijus/Audrey/g
2008-09-07 Nicholas ClarkUpgrade to ExtUtils::CBuilder 0.24
2008-09-07 Nicholas ClarkUpgrade to CGI.pm 3.41
2008-09-05 Steffen Muellerbugfix, AutoLoader 0.67
2008-09-05 Steve HayFix a couple of failing CGI.pm tests on Win32
2008-09-05 Matt KraaiAdd missing "a" to binmode documentation in perlfunc.pod
2008-09-03 Paul JohnsonRe: Change 34166: Small typo fix
2008-09-03 Nicholas ClarkReflect local modifications to dual life modules in...
2008-09-02 Nicholas ClarkAdd the URL for annotated svn of S03.
2008-09-02 Nicholas ClarkTweaks and reflowing for the cc/linker split.
2008-09-02 Nicholas ClarkThe tasks needed to get smart match fixing underway...
2008-09-02 Nicholas ClarkNote the task TODO of splitting the linker from the...
2008-09-02 Moritz Lenzclear docs on exists wrt autovivification
2008-09-01 Abhijit Menon-SenFix typo.
2008-08-30 Jerry D. Hedden[PATCH] Perl TODO related to threads::shared done
2008-08-30 Jerry D. HeddenArchitecture-Independent Non-XS extenstions
2008-08-30 Nicholas ClarkSilence warnings when -destdir isn't set.
2008-08-28 Nicholas ClarkFix #30660: Repeated spaces on shebang line stops optio...
2008-08-26 Nicholas ClarkNo, third time not lucky. Remove the extraneous leading...
2008-08-26 Nicholas ClarkAnd then change 34231 removed the other t/lib/Dev/Null...
2008-08-26 Nicholas ClarkKhaaaaan! Change 34230 wasn't right. The tests all...
2008-08-26 Nicholas ClarkAnd then add the Dev::Null from Test-Simple-0.80
2008-08-26 Nicholas ClarkMove all of Test::Harness's test modules into ext/Test...
2008-08-26 Steve HayFix new test added by #34198, which failed on Win32
2008-08-26 Nicholas ClarkMove t/lib/{data,sample-tests,source_tests,subclass_tes...
2008-08-25 Jerry D. HeddenAdd cygperl*.dll to packlist
2008-08-24 Milosz TanskiSafer environ iteration
2008-08-24 BramUnintented interpolation of $/ in regex (was: Re: ...
2008-08-24 Dr.RuudRe: [perl #58218] backwards logic in perluniintro ...
2008-08-24 Rafael Garcia... Patch by Tod Hagan to document the 2nd argument of...
2008-08-24 Bram[perl #57646] Weird non-equivalence between $::{'a...
2008-08-24 Dave MitchellDon't add freed SVF_BREAK scalars to the freed list.
2008-08-24 Reini UrbanRe: Fix 34200 on Cygwin
2008-08-22 Reini UrbanCygwin build harmonization, remove cygwin/Makefile.SHs
2008-08-22 Nicholas ClarkNo, I didn't mean to commit the version *with* the...
2008-08-22 Nicholas ClarkNote that we have no test coverage for this particular...
2008-08-22 Nicholas ClarkIn S_mro_get_linear_isa_dfs(), save copying by making...
2008-08-22 Nicholas ClarkIn S_mro_get_linear_isa_dfs(), hv_exists_ent() followed...
2008-08-21 Nicholas ClarkChange 33807 to fix bug #52740 wasn't quite right,...
2008-08-21 Nicholas ClarkIf I want to build Devel::NYTProf under the core tree...
2008-08-21 Dave Mitchellbetter document how the weakref backrefs array is refco...
2008-08-20 Dave MitchellAssert that backreferences array is not freed rather...
2008-08-20 Dave Mitchell[perl #56908] DBI memory leak in 5.10.0 due to change...
2008-08-20 Renee BaeckerRe: Re: [perl #30524] [PATCH] CGI.pm has poor list...
2008-08-19 Nicholas ClarkChange 34206 forgot to update Maintainers.pl to reflect the
2008-08-19 Nicholas ClarkMove the modules, tests, prove and Changes file from...
2008-08-19 BramRe: Change 34184: Convert all unimaginative (ie race...
2008-08-17 Nicholas ClarkSkip the Perl debugger test if the harness itself is...
2008-08-13 Craig A. BerryVMS-specific follow-up to tempfile name changes in...
2008-08-12 BramRE: [perl #35877] Strange regex failure?
2008-08-11 Steve PetersRegen of perlapi.pod after differences where pointed...
2008-08-11 Reini UrbanCygwin build harmonization, remove cygwin/Makefile.SHs
2008-08-11 Bram[perl #52740] [PATCH-tests] crash when localizing a...
2008-08-10 Nicholas ClarkPurge C<n_a> thoughtcrime from the pods.
2008-08-10 BramAvoid a potential testing race condition in lib/Dirhand...
2008-08-10 BramRe: Change 34175: Avoid a potential testing race condit...
2008-08-10 Steve PetersUpgrade to CGI.pm-3.40
2008-08-10 Steve PetersUpgrade to ExtUtils-Manifest-1.54
2008-08-09 Nicholas ClarkUse App::Prove::State to store the timings for the...
2008-08-09 Nicholas ClarkDon't need to do the globbing before building the rules...
2008-08-09 Nicholas ClarkDon't bother hashing the key, or performing any other...
2008-08-08 Nicholas ClarkNote that I TODID most of parallel testing in the core.
2008-08-08 Bram[perl #24198] Bad default-domainname extraction in...
2008-08-08 Nicholas ClarkEverything in t/ can now run in parallel.
2008-08-08 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2008-08-08 Nicholas ClarkUse test.pl, not Test.pm, in t/run/*.t
2008-08-07 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2008-08-07 Nicholas ClarkLet rip with t/op/*.t in parallel too.
2008-08-07 Nicholas ClarkUse test.pl's tempfile().
2008-08-07 Nicholas ClarkFix bug in counting in tempfile().
2008-08-07 Nicholas ClarkA proper tempfile function that can be used multiple...
2008-08-07 Nicholas ClarkAs rules can be glob patterns, leave them as glob patte...
next