platform/upstream/perl.git
2012-05-24 Aristotle Pagaltzis[perl #112522] Mildly incorrect wording in "perldoc...
2012-05-24 Marcus Holland... [perl #60204] Unhelpful error message from unpack
2012-05-24 Father ChrysostomosCorrect perldelta entry for fallback entry
2012-05-24 Father Chrysostomosperldelta for PL_amagic_generation removal
2012-05-23 Karl Williamsonmktables: Handle typo in Unicode 6.1 data file
2012-05-23 Karl WilliamsonRevert "Fix mktables bug due to the previous overload...
2012-05-23 Karl Williamsonmktables: Add sanity check
2012-05-23 Karl Williamsonmktables: Add overloaded .=
2012-05-23 Karl Williamsonmktables: Add error check
2012-05-23 Karl Williamsonmktables: Add overloaded '+='
2012-05-23 Karl Williamsonpodcheck.t: Try harder to avoid transitory failure
2012-05-23 Karl Williamsonpodcheck.t: Add label to 'next' stmts for clarity
2012-05-23 Rafael Garcia... Merge branch 'rgs/overload' into blead
2012-05-23 Father Chrysostomos[perl #113050] Put fallback back under "()"
2012-05-23 Father ChrysostomosIncrease $ExtUtils::ParseXS::Utilities::VERSION to...
2012-05-23 Father ChrysostomosIncrease $ExtUtils::ParseXS::VERSION to 3.17
2012-05-23 Father ChrysostomosParseXS.pm: Only inc PL_amagic_generation before 5.9
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-05-23 Father Chrysostomosop.c: One less func call for newXS
2012-05-23 Father Chrysostomosperlfunc: long lines
2012-05-23 Father ChrysostomosAdd Igor Zaytsev to AUTHORS
2012-05-23 Igor Zaytsev[perl #111918] Fix thawing seen objects in STORABLE_att...
2012-05-22 Steffen MuellerMake CV * typemap entry support overloading
2012-05-22 Eric BrinePurported equivalency isn't.
2012-05-22 Reini Urbanreplace B::COP::stashflags by B::COP::stashlen
2012-05-22 Rafael Garcia... Fix mktables bug due to the previous overload fix
2012-05-22 Robin Barker... refactor macro to avoid compiler warning in regcomp.c
2012-05-22 Karl Williamsonperlebcdic: make verbatim line fit in 79 cols
2012-05-22 Karl Williamsonregen/mk_invlists.pl: Fail if inversion list not found
2012-05-22 Karl Williamsonperlebcdic: Narrow table to fit in 79 columns
2012-05-22 Karl Williamsonperlebcdic: Add a few commas for clarity
2012-05-22 Karl Williamsonperlebcdic: remove trailing white space
2012-05-22 Karl Williamsonregcomp.c: #define shorter synonym
2012-05-22 Karl Williamsonhandy.h: New defn of isOCTAL_A() to free up bit
2012-05-22 Karl Williamsonutf8.c: Add nomix-ASCII option to to_fold functions
2012-05-22 Karl Williamsonutf8.c: Add assertion
2012-05-22 Karl Williamsonregexec.c: Use foldcase instead of lower/upper
2012-05-22 Karl Williamsonutf8.c: Re-order if branches for speed
2012-05-22 Karl Williamsonregcomp.c: Wrap long comment to 80 columns
2012-05-22 Karl Williamsonpp_pack.c: Use macro instead of its expansion
2012-05-22 Karl Williamsonregexec.c: Don't allow malformations under EBCDIC
2012-05-22 Karl Williamsonutf8.c: Add comment
2012-05-22 Karl Williamsonutf8n_to_uvuni(): Add a few compiler hints
2012-05-22 Karl Williamsonpodcheck.t: Allow checking old perldelta
2012-05-22 Karl Williamsonutf8.c: Skip extraneous function call
2012-05-22 Karl Williamsonutf8.c: Remove unnecessary validation
2012-05-22 Karl Williamsonutf8.c: Extra branch to avoid others in the typical...
2012-05-22 Karl Williamsonutf8.h, pp.c: Add UTF8_IS_REPLACEMENT macro, and use it
2012-05-22 Karl Williamsonutf8.h: Simplify expressions
2012-05-22 Karl Williamsonutf8.h: Comment improvementes, white-space
2012-05-22 Karl Williamsonembed.fnc: Change formal param name to match docs
2012-05-22 Karl Williamsondoio.c: Add some comments
2012-05-22 Karl Williamsonperlfunc: Add reference to simple folding docs
2012-05-22 Karl WilliamsonExperimentally add VT to \s definition
2012-05-22 Karl Williamsonmk_PL_charclass.pl: Don't use \w, \s
2012-05-22 Chris 'BinGOs... Synchronise Module-CoreList in Maintainers.pl with...
2012-05-22 Rafael Garcia... Lookup overloaded assignment operators when trying...
2012-05-22 Steve HayClose the filehandle actually being tested in uni/readl...
2012-05-22 Father Chrysostomosperldelta for undef *_, &CORE::time crash
2012-05-22 Father Chrysostomosperldelta for while(each %h)
2012-05-22 Father Chrysostomosperldelta for pos %foo
2012-05-22 Father Chrysostomosperldelta for ‘no overload "invalid"’ warnings
2012-05-22 Father Chrysostomosperldelta for overload fallback inheritance
2012-05-22 Father Chrysostomosperldelta for overload caching bug fixes
2012-05-22 Father Chrysostomosperldelta for changed AMAGIC table mechanism
2012-05-22 Father Chrysostomosperldelta for File::stat’s -p
2012-05-22 Father Chrysostomosperldelta for vec w/2GB offsets
2012-05-22 Father Chrysostomosperldelta for File::stat -r warning
2012-05-22 Father Chrysostomosperldelta for method{}
2012-05-22 Father Chrysostomosperldelta for CORE:: and TARG
2012-05-22 Father Chrysostomosperldelta for undef *^H non-ambiguity
2012-05-22 Father Chrysostomosperldelta for Hash::Util changes
2012-05-22 Father Chrysostomosperldelta for modding $_[0] in STORABLE_freeze
2012-05-22 Father Chrysostomosperldelta for setting $^N
2012-05-22 Father Chrysostomosperldelta for copying call checkers to closures
2012-05-22 Father Chrysostomosperldelta for hvstore and %^H
2012-05-22 Father Chrysostomosperldelta for goto "\0"
2012-05-22 Father Chrysostomosperldelta for goto ""
2012-05-22 Father ChrysostomosIncrease $Pod::Functions::VERSION to 1.06
2012-05-22 Father ChrysostomosRemove double space from Pod::Functions descr
2012-05-22 Father ChrysostomosConsistent spaces after dots in CORE.pod
2012-05-22 Father Chrysostomosop.c: Remove redundant assignment
2012-05-22 Father ChrysostomosDon’t crash with &CORE::foo after undefining *_
2012-05-22 Father ChrysostomosTest that ‘require v5’ ignores sub named v5
2012-05-22 Father ChrysostomosMake while(each ...) imply defined($_ = ...)
2012-05-22 Father Chrysostomosoverride.t: Remove obsolete comment
2012-05-22 Father Chrysostomosrequire_errors.t: Test <> error
2012-05-22 Father ChrysostomosAllow require_errors.t to be run from the top level
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING from B::Concise
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING
2012-05-22 Father Chrysostomoscoreamp.t: rename badly-named tests
2012-05-22 Father Chrysostomosop.c:ck_glob: Don’t do gv_fetchpv("CORE::GLOBAL::glob")
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from ck_require
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from ck_glob
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from dofile
2012-05-22 Father Chrysostomosop.c:ck_glob: Check PL_globhook before loading File...
2012-05-22 Father ChrysostomosTest <> ovrld with glob override
2012-05-22 Father Chrysostomoscproto.t: Add tests for BEGIN, etc.
2012-05-22 Father ChrysostomosMake cproto.t more stringent
2012-05-22 Father ChrysostomosMake pos(@array) and pos(%hash) into errors
next