platform/upstream/perl.git
2011-01-19 Father Chrysostomosperldelta: CPAN::Meta::YAML
2011-01-19 Father Chrysostomosperldelta: ord("") docs
2011-01-19 Father Chrysostomosperldelta: Threads::* upgrades
2011-01-19 Father Chrysostomosperldelta: threads* upgrades are already listed
2011-01-19 Father Chrysostomosperldelta: regexp debug output
2011-01-19 Father Chrysostomosperldelta: pv_escape
2011-01-19 Father Chrysostomosperldelta: Log-Message-Simple is already mentioned
2011-01-19 Karl Williamsonperlunicode.pod: Update for /a
2011-01-19 Jesse VincentFirst pass through git log for perldelta for 5.13.9
2011-01-19 Chris 'BinGOs... Revert "Update Unicode-Collate to CPAN version 0.70...
2011-01-19 Chris 'BinGOs... Revert "perldelta update for Unicode-Collate upgrade"
2011-01-19 Chris 'BinGOs... Revert "Tracked down some other places to make the...
2011-01-19 Chris 'BinGOs... Revert "Update Unicode-Collate to CPAN version 0.71"
2011-01-19 Nicholas ClarkRemove Mac OS classic code from the Errno.pm generation...
2011-01-19 Chris 'BinGOs... Update Log-Message-Simple to CPAN version 0.08
2011-01-19 Nicholas ClarkRemove references to compat3.sym and interp.sym, delete...
2011-01-19 Nicholas ClarkRemove references to Mac OS classic from comments the...
2011-01-19 Leon TimmermansAlso unblock signal handlers throwing an exception
2011-01-19 Michael StevensFix pod warning for empty sections.
2011-01-19 Michael StevensRemove whitespace for pod fix.
2011-01-19 Karl Williamsonperlre.pod: corrections for /a
2011-01-18 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.71
2011-01-18 Karl Williamsonregexec.c: Remove break statements from macros
2011-01-18 Karl Williamsonregexec.c: Don't rely on break stmts in macros
2011-01-18 Karl Williamsonregexec.c: Fix /a complements
2011-01-18 Karl Williamsonregcomp: Disallow multi-char folds in lookbehind
2011-01-18 Karl Williamsonop_reg_common.h: add explicit cast
2011-01-18 Nicholas ClarkRemove Mac OS classic code from scripts in utils/
2011-01-18 Nicholas ClarkRemove Mac OS classic code from tests in lib.
2011-01-18 Nicholas ClarkConvert DosGlob.t to Test::More.
2011-01-18 Nicholas ClarkRemove Mac OS Classic code from DosGlob.t
2011-01-18 Nicholas ClarkRemove MacOS Classic code from File::Find's tests.
2011-01-18 Nicholas ClarkRemove Mac OS Classic docs from DirHandle and File...
2011-01-18 Nicholas ClarkAvoid chdir() in buildtoc.
2011-01-18 Nicholas ClarkIn buildtoc, call podset() for each pod file, instead...
2011-01-18 Nicholas ClarkBuild perltoc.pod with pragmata sorted by name.
2011-01-18 Father Chrysostomosperlcall: More grammatical errors
2011-01-18 Father Chrysostomosperlcall: subjunctive, not indicative
2011-01-18 Father ChrysostomosAdd Leon Timmermans to AUTHORS
2011-01-18 Leon TimmermansClarify limitation in safe signals.
2011-01-18 Leon TimmermansAdded tests for conditional unblocking
2011-01-18 Leon TimmermansRemove obsolete macros
2011-01-18 Leon TimmermansConditionally unblock after signal handler[#82040]
2011-01-18 Karl Williamsonregexec.c: Fix so will compile on Windows
2011-01-18 Father Chrysostomosperlcall: More punctuation changes
2011-01-18 Father ChrysostomosPut the apostrophe in the right place
2011-01-18 Michael StevensFix line containing only whitespace.
2011-01-18 Michael StevensUpdate to fix pod errors and improve formatting.
2011-01-18 Father Chrysostomosperlcall: dangling modifier
2011-01-18 Father ChrysostomosMore perlcall clean-up
2011-01-18 Father ChrysostomosSome perlcall clean-up
2011-01-18 David GoldenUpdate HTTP::Tiny to CPAN version 0.009
2011-01-18 David Mitchellt/porting/diag.t: fix indentation in check_file()
2011-01-18 David Mitchellvastly speed up t/porting/diag.t
2011-01-17 Nicholas ClarkReflow multi-line rules in Win32 makefiles after 2c1760...
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-17 Karl Williamsonregcomp.sym: Add nodes for /a
2011-01-17 Karl Williamsonadd heading for perldelta
2011-01-17 Karl Williamsonre/charset.t: typo in comment
2011-01-17 Karl Williamsonregcomp.c: Convert \d \D to a switch{}
2011-01-17 Chris 'BinGOs... Update File-Fetch to CPAN version 0.32
2011-01-17 Tony Cooktest_prep now depends on the pods needed for porting...
2011-01-17 Chris 'BinGOs... Update Maintainers.pl for the recent Unicode-Collate...
2011-01-17 David GoldenUpdate CPAN to CPAN version 1.94_63
2011-01-17 Karl Williamsonregcomp.c: Clarify comment
2011-01-17 Karl WilliamsonAdd plan() call to .t
2011-01-17 Karl Williamsonregex: Use BOUNDU regnodes
2011-01-17 Karl Williamsonregcomp.sym: Remove unused nodes DIGITU, NDIGITU
2011-01-17 Karl Williamsonregcomp.sym: Add BOUNDU, NBOUNDU regnodes
2011-01-17 Karl Williamsonregexec.c: Remove unnecessary cBOOLs
2011-01-17 Karl Williamsonregexec.c: Use FLAGS field instead of OP for BOUND...
2011-01-17 Karl Williamsonregexec.c: Convert two !=0's to cBOOL
2011-01-17 Karl Williamsonregexec.c: change variable name to reflect its purpose
2011-01-17 Karl Williamsonregexec.c: Change '1' to bool TRUE for clarity.
2011-01-17 Karl Williamsonregexec.c: refactor and comment the CCC_TRY macros
2011-01-17 Karl Williamsonregex: Separate nodes for Unicode semantics \s \w
2011-01-17 Karl Williamsonregcomp.c: add missing code for optimizer for \W
2011-01-17 Karl Williamsonregcomp.c: remove unreached code
2011-01-17 Karl Williamsonregex: Add separate regnodes for \w \s Uni semantics
2011-01-17 Karl Williamsonregexec.c: Replace duplicated code by its macro
2011-01-17 Karl Williamsonregcomp.sym: add clarifying comments
2011-01-17 Karl Williamsonop_reg_common: correct path in comment
2011-01-17 Karl Williamsonregex: Convert regnode FLAGS fields to charset enum
2011-01-17 Karl WilliamsonChange name of /d to DEPENDS
2011-01-17 Karl WilliamsonCH] Change usage of regex/op common to common names
2011-01-17 David GoldenAdd HTTP::Tiny as a dual-life core module
2011-01-17 Chris 'BinGOs... Tracked down some other places to make the Unicode...
2011-01-17 Chris 'BinGOs... perldelta update for Unicode-Collate upgrade
2011-01-17 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.70 and enable...
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-16 Karl Williamsonregcomp.pl: Add capability for fields to be > 1 bit
2011-01-16 Karl Williamsonop_reg_common.h: Add guard to only expand once
2011-01-16 Karl WilliamsonSubject: [PATCH] re.pm: Correct pod statement
2011-01-16 Karl Williamsonop.h: add blank line for grouping
2011-01-16 Karl Williamson.pm: rename variables to reflect expanded usage
2011-01-16 Tony Cookallow buildtoc to find libraries after chdir into pod/
2011-01-16 Peter John... [perl #82098] Fix RT 61543 and remaining part of RT...
2011-01-16 Father Chrysostomos[perl #81584] recommend Devel::FindAmpersand
2011-01-16 Michael StevensGet rid of warning.
2011-01-16 Robin Barkerutil.c handling of return value of vsnprintf
next