platform/upstream/perl.git
2008-10-01 Steve HayFix Archive-Tar's 02_methods.t when IO::Compress::Bzip2...
2008-10-01 Steve HayUpgrade to Archive-Tar-1.39_04
2008-10-01 Nicholas Clarkerror reporting of [$a ; $b] can be a TODO.
2008-09-30 Steve HayCorrect the sLOCALTIME_{min|max} values added by #34363...
2008-09-30 Steve HayAdd the two new test files that I missed in 34446
2008-09-30 Steve HayFix Module-Build's compat.t when HARNESS_TIMER is set...
2008-09-30 Steve HayUpgrade to Module-Build-0.30
2008-09-29 H.Merijn BrandA builtin hard upper bound for sLOCALTIME_max to preven...
2008-09-29 H.Merijn BrandAllow s{GM,LOCAL)TIME_{min,max} to be set from CLI...
2008-09-29 H.Merijn BrandVersion up for adding hints/hpux.pl
2008-09-29 H.Merijn BrandStorable and HP-UX Optimizer don't like eachother on...
2008-09-29 Steve HayUpgrade to ExtUtils-MakeMaker-6.46
2008-09-27 Shlomi FishRe: [PATCH] Add open "|-" and open "-|" to perlopentut
2008-09-27 Jerry D. HeddenLoading modules in test.pl
2008-09-27 Nicholas Clark$? is PVLV on VMS (and actually, anywhere else where...
2008-09-26 Steve HayUpgrade Compression modules to 2.015
2008-09-26 Chris BinGOs... Hints file for MirOS BSD
2008-09-26 Nicholas ClarkUpgrade to XSLoader 0.10.
2008-09-26 Steve HayUpgrade to podlators-2.1.4
2008-09-26 H.Merijn Brand$! and $1 are PVMG(), but their content is undefined...
2008-09-25 Steve HayDon't skip exporting Perl_sv_peek in non-DEBUGGING...
2008-09-25 H.Merijn BrandAdd new test file to MANIFEST. Fix tests for threaded...
2008-09-25 H.Merijn BrandNew XS::APItest's for sv_peek based on my DDumper work
2008-09-25 H.Merijn Brandpv_uni_display () omitted backslash in output string
2008-09-24 Richard FoleyCouple of mail address fixes
2008-09-23 Nicholas Clarkdefined %{$package.'::'} isn't good enough to tell...
2008-09-23 brian d foyShow using waitpid in IPC::Open[23] SYNOPSIS
2008-09-23 Nicholas ClarkThe tests for the -ostash option to B::Concise will...
2008-09-23 Nicholas ClarkFix tests for the case of -Du_usedl
2008-09-23 Andy Dougherty[perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader...
2008-09-22 Nicholas ClarkChange 30638 to 5.8.x inadvertently introduced (at...
2008-09-22 Rafael Garcia... Avoid uninitialized warnings from XSLoader
2008-09-22 Steve HaySkip another module from the VERSION comparison checks
2008-09-22 Steve HayFix syntax error in makedef.pl introduced by #34379
2008-09-21 Moritz LenzRe: [perl #59128] Typo in perldsc(1)
2008-09-21 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gz
2008-09-21 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.27.tar.gz
2008-09-21 Moritz LenzRe: [perl #59134] Typo in File::stat man pag
2008-09-21 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/constant-1.16.tar.gz
2008-09-20 Gisle AasImplement IO::Handle::say the same way as the builtin...
2008-09-20 Nicholas ClarkAnother missing 'static' picked up by one of Merijn...
2008-09-20 Nicholas ClarkTwo missing 'static's, spotted by Merijn's smoker.
2008-09-19 Nicholas ClarkKevin J. Woolley has taken over from Gozer.
2008-09-17 Jan DuboisRE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using...
2008-09-17 Paul FenwickRe: [PATCH] Revised: Improved documentation for flock...
2008-09-16 Jerry D. HeddenDon't reuse temp files in tests
2008-09-16 Nicholas Clark"Upgrade" AutoSplit to 1.06.
2008-09-15 Nicholas ClarkSEGV in readline with $/ set to a reference, discovered...
2008-09-15 Nicholas ClarkBump $ExtUtils::Constant::Utils::VERSION.
2008-09-15 Nicholas ClarkBump $O::VERSION, to reflect change 32626, a doc change...
2008-09-15 Steve HayBump VERSIONs in all non-dual-lived modules that have...
2008-09-15 Nicholas ClarkUpgrade to podlators 2.1.3
2008-09-15 H.Merijn BrandAdd probes for LOCALTIME_max and LOCALTIME_min (y2038...
2008-09-14 Nicholas ClarkThe program spawned from process.t needs to set up...
2008-09-13 Nicholas ClarkUpgrade to Test::Harness 3.14
2008-09-13 Vincent PitRe: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-12 Nicholas ClarkIn S_mro_get_linear_isa_dfs(), add void casts to silenc...
2008-09-12 Nicholas ClarkBuild the isa cache from any linear ISA, rather than...
2008-09-12 Nicholas ClarkNeed to free the isa lookup hash before rebuilding it.
2008-09-12 Nicholas ClarkCreate a direct lookup hash for ->isa() lookup, by...
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...
next