platform/upstream/perl.git
2011-09-30 Reini UrbanExport DynaLoader symbols from libperl again
2011-09-30 Nicholas ClarkTo build perl-5.003 bisect-runner.pl needs to force...
2011-09-30 Nicholas ClarkIn bisect-runner.pl, don't close Configure's STDIN...
2011-09-30 Nicholas ClarkAdd a --match option to bisect.pl, to locate source...
2011-09-30 Nicholas ClarkIn bisect-runner.pl, refactor the reporting code into...
2011-09-30 Nicholas Clarkbisect-runner.pl must clean up, even if it's skipping.
2011-09-30 Nicholas Clarkbisect.pl should still print the time taken if it fails.
2011-09-30 David GoldenDocument BEGIN, END, etc. in perlsyn
2011-09-29 Nicholas ClarkAdd lib/Config.pm as a target for bisect-runner.pl
2011-09-29 Nicholas Clarkbisect-runner.pl can build miniperl in parallel for...
2011-09-29 Nicholas ClarkAdd Porting/bisect.pl, to automate bisecting a perl...
2011-09-29 Tony Cookupdate valgrind URL and platforms
2011-09-29 Tony CookAdd darwin to the list of valgrind platforms
2011-09-29 Jim CromieMakefile.SH: emit make valgrind* targets only on linux
2011-09-29 Jim CromieMakefile.SH: fix ?= gmake-isms
2011-09-28 George Greerperldelta for ExtUtils::MakeMaker version 6.61_01.
2011-09-28 George GreerUpdate ExtUtils::MakeMaker to CPAN version 6.61_01
2011-09-28 Dave RolskyAdd missing C on </p> construct
2011-09-28 Dave RolskyMake a new section for vars related to interpreter...
2011-09-28 Dave RolskyMove $0 and $$ together
2011-09-28 Dave RolskyMove uid & gid variable docs next to each other
2011-09-28 Nicholas ClarkUpdate README.freebsd with the new approach for making...
2011-09-28 Nicholas ClarkMerge the improved $^X absolute pathname conversion.
2011-09-28 Nicholas ClarkNote the improved $^X absolute pathname conversion...
2011-09-27 Nicholas ClarkTeach Configure about "procselfexe" on Solaris and...
2011-09-27 Nicholas ClarkIn Configure, refactor the test for procselfexe into...
2011-09-27 Nicholas ClarkWhere available, use _NSGetExecutablePath() to make...
2011-09-27 Nicholas ClarkWhere available, use sysctl() with KERN_PROC_PATHNAME...
2011-09-27 Florian RagwitzUpgrade perlfaq from version 5.0150034 to 5.0150035
2011-09-27 Nicholas ClarkAvoid a "use of uninitialized value" warning from pwent.t
2011-09-26 Florian RagwitzDual-life perlglossary.pod as part of perlfaq
2011-09-26 Florian RagwitzAdd 5.14.2 to perlhist
2011-09-26 Florian RagwitzAdd 5.14.2-RC1 to perlhist
2011-09-26 Florian RagwitzAdd the 5.14.2 perldelta
2011-09-26 Florian RagwitzAdd the 5.14.2 epigraph
2011-09-26 Karl Williamsonpodcheck.t: Work for scripts/utilities under VMS
2011-09-25 Karl Williamsont/re/re_tests: Add TODO
2011-09-25 Karl Williamsonperlrebackslash: Add missing paren to example
2011-09-25 Karl Williamsonpodcheck.t: New method for skipping .PL files
2011-09-25 Karl Williamsonpodcheck.t: Remove extra loop initialization
2011-09-25 Karl Williamsonpodcheck.t: Move hash declaration to earlier in file
2011-09-25 Karl Williamsonpodcheck.t: Move subroutine defn earlier in file
2011-09-25 Karl Williamsonpodcheck.t: Don't calc value twice
2011-09-25 Karl Williamsonpodcheck.t: remove unused variable
2011-09-25 Chris 'BinGOs... Synchronise Module::CoreList version in Maintainers.pl
2011-09-25 Chipadd a couple missing LEAVEs in perlio_async_run()
2011-09-25 Father ChrysostomosAvoid a double free with CORE->lc
2011-09-24 Karl Williamsonregexp.t: print diagnostics with leading '#'
2011-09-24 Nicholas ClarkAdd t/porting/checkcfgvar.t to run Porting/checkcfgvar...
2011-09-24 Nicholas ClarkA small refactor of checkcfgvar.pl
2011-09-24 Nicholas ClarkRefactor t/porting/regen.t to use TestInit q(T A);
2011-09-24 Father Chrysostomos[perl #92898] Clarify (*THEN)’s scope
2011-09-23 Father ChrysostomosDocument open fh, "<:"
2011-09-23 Nicholas ClarkMove the test for recursive call to Perl_load_module...
2011-09-23 Nicholas ClarkCorrect the expected results for the first perlio warni...
2011-09-23 Father ChrysostomosTest perl #96008: use and require affected by open.pm
2011-09-23 Brian Fraser[perl #96008] use and require are affected by the open...
2011-09-23 Father ChrysostomosMove/rewrite test for Recursive call to Perl_load_module
2011-09-23 Father ChrysostomosMake CORE->method work
2011-09-22 Karl Williamsonperlre: Note a bug's existence
2011-09-22 Karl Williamsonre_tests: Add TODO test
2011-09-22 Karl Williamsonpodcheck.t: Add comment
2011-09-22 Karl WilliamsonPorting/cherrymaint: Add comment
2011-09-22 Karl Williamsonmanifest.t: Clarify a test's wording
2011-09-22 David Goldenbase.pm: remove unused variable
2011-09-22 David Goldenbase.pm no longer tracks loaded modules
2011-09-22 H.Merijn BrandUse a real compile to test for stdbool.h
2011-09-22 Karl Williamsonpodcheck.t: clarify its pod
2011-09-22 Karl Williamsonpodcheck.t: Is problem if cpan/non-cpan have same NAME
2011-09-22 Karl Williamsonpodcheck.t: Process files sorted caselessly
2011-09-22 Karl Williamsonpodcheck: Nits in comments
2011-09-22 David Goldenbase.pm no longer modifies $VERSION
2011-09-21 Karl Williamsonfold_grind.t: Ignore blank lines
2011-09-21 Karl WilliamsonUCD.pm: accommodate non-standard mktables output
2011-09-21 Karl WilliamsonUCD.pm: Only calculate hex once
2011-09-21 Stevan Littleadding in the list archive URL for the announcement
2011-09-21 Nicholas ClarkAdd an option to checkcfgvar.pl to add defaults for...
2011-09-21 Nicholas ClarkAdd a --regen option to checkcfgvar.pl to regenerate...
2011-09-21 Nicholas ClarkAdd empty Author and zip entries to symbian/config...
2011-09-21 Nicholas ClarkSort epoc/config.sh
2011-09-21 Nicholas ClarkDe-duplicate epoc/config.sh
2011-09-21 Nicholas ClarkEliminate duplicate contradictory values from epoc...
2011-09-21 Nicholas ClarkChange checkcfgvar.pl to permit trailing comments on...
2011-09-21 Nicholas ClarkTighten the checking regex in checkcfgvar.pl.
2011-09-21 Nicholas ClarkIn checkcfgvar.pl, split the configure.com code out.
2011-09-21 Father Chrysostomos[perl #99660] Remove elems from hashes before freeing...
2011-09-21 Father Chrysostomos[perl #93590] $tainted ~~ [...] failing
2011-09-21 Eric BrineFix inability of lex_read_unichar to handle 80-FF under...
2011-09-21 Stevan Littleupdate TOC for perl5153delta
2011-09-21 Stevan Littlemoving old perldelta and creating new one
2011-09-21 Stevan LittleAdding in my choice of epigraph to epigraph.pod
2011-09-21 Stevan LittleNo need to go into this much detail in the pod (also...
2011-09-20 Stevan LittleTweak wording of the Notice based on Jesse's feedback
2011-09-20 Stevan LittleAdding some Known Problems to perldelta
2011-09-20 Stevan Littleremoving the comment from the perldelta (and the previo...
2011-09-20 Stevan Littlefinalize perldelta
2011-09-20 Stevan Littleadding new release to perlhist
2011-09-20 Stevan Littlefixing the path to pod2html in the release managers...
2011-09-20 Stevan LittleAdding the acknowledgements section to perldelta
2011-09-20 Stevan LittleUpdate Module::CoreList for 5.15.3
next