platform/upstream/perl.git
2011-10-01 Karl Williamsonhandy.h: Simplify isASCII definition
2011-10-01 Karl Williamsonhandy.h: refactor FITS_IN_8_BITS defn
2011-10-01 Karl Williamsonhandy.h: clarify, typos in comment
2011-10-01 Karl WilliamsonMore documenting that \p{} defined only for <= U+10FFF
2011-10-01 Karl Williamsonutf8.c: Call new function invlist_invert_prop()
2011-10-01 Karl Williamsonregcomp.c: Add invlist_invert_prop()
2011-10-01 Karl Williamsonperlunicode, perluniprops: \p{Title} is Perl extension
2011-10-01 Karl WilliamsonRevise diagnostic text
2011-10-01 Karl Williamsonregexec.c: Avoid hard-coded utf8 tests for EBCDIC
2011-10-01 Karl Williamsonregcomp.c: Add assertion
2011-10-01 Karl Williamsonutf8.c: White space only
2011-10-01 Karl Williamsonutf8.c: Don't invert beyond-Unicode code points
2011-10-01 Karl Williamsonregexec.c: Add assertion check
2011-10-01 Karl Williamsonmk_PL_charclass.pl: Accept Unicode 6.1 syntax
2011-10-01 Karl Williamsonmk_PL_charclass.pl: Revise comments, gen'd header
2011-10-01 Nicholas Clarkbisect-runner.pl should "skip" if --force-manifest...
2011-10-01 Nicholas ClarkTeach bisect-runner.pl how to build perl back to perl...
2011-10-01 Nicholas ClarkAdd options --force-manifest and --test-build to bisect.pl
2011-10-01 Father Chrysostomos[perl #99984] Incorrect errmsg with our $::é
2011-10-01 H.Merijn BrandRegen Configure and friends
2011-10-01 H.Merijn BrandAdd more x-y aliases for x_y targets in Makefile
2011-10-01 Nicholas ClarkAvoid bisect-runner.pl hanging on pre-5.004 if a file...
2011-10-01 Father ChrysostomosRestore the package name to overload errors; fix crash
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...
next