platform/upstream/perl.git
2012-07-31 Father ChrysostomosIncrease $Storable::VERSION to 2.38
2012-07-31 Father Chrysostomosscope.c: Don’t stringify globs on scope exit
2012-07-31 Craig A. BerryMost magic.t tests can actually run on VMS.
2012-07-31 Craig A. BerryCorrect skip count in magic.t after 613c63b465.
2012-07-31 Jan DuboisRemove -x permission from win32/win32.h
2012-07-30 Daniel DraganAdd PERL_NO_GET_CONTEXT to Win32CORE
2012-07-30 Daniel DraganAdd MSVC noreturn to inside of the interp
2012-07-30 Jan DuboisSplit __declspec(dllimport,noreturn) into 2 parts
2012-07-30 Nicholas ClarkFix C pre-processor expression in Dumper.xs
2012-07-29 Father Chrysostomosperlvar: Correct $^S’s description
2012-07-29 Father Chrysostomosdiagnostics.t: Test BEGIN{die}
2012-07-29 Father ChrysostomosRevert "Increase $diagnostics::VERSION to 1.31"
2012-07-29 Father ChrysostomosRevert "Use $^S instead of caller in splain"
2012-07-29 Father Chrysostomosperldelta for undef(&foo) and call checkers
2012-07-29 Father ChrysostomosMake undef &foo remove call checkers
2012-07-29 Father Chrysostomospad.c: document cv_forget_slab
2012-07-29 Father Chrysostomos[perl #113940] Make make_ext delete Makefiles when...
2012-07-29 Father ChrysostomosRemove some redundant magical flag checks
2012-07-29 Father ChrysostomosUse $^S instead of caller in splain
2012-07-29 Father ChrysostomosIncrease $diagnostics::VERSION to 1.31
2012-07-29 Father Chrysostomosperldelta: proto mismatch warnings
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-29 Father Chrysostomosperldelta for 4499db7385 (vstr =~ s/a/a/)
2012-07-29 Father Chrysostomossv.h: Document SvTHINKFIRST
2012-07-29 Father ChrysostomosDumper.xs: Avoid scan_vstring on 5.17.3
2012-07-29 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_07
2012-07-29 Father ChrysostomosOust sv_gmagical_2iv_please
2012-07-28 Nicholas ClarkRemove code for supporting 80286 based systems.
2012-07-28 Nicholas ClarkRemove dead code related to the Atari ST port of perl...
2012-07-28 Nicholas ClarkMerge the refactoring of the filetest OPs' return code.
2012-07-28 Nicholas ClarkComment the code with how filetest operators interact...
2012-07-28 Nicholas ClarkEliminate the macros FT_RETURN_FALSE() and FT_RETURN_TR...
2012-07-28 Nicholas ClarkRefactor the macro FT_RETURN_TRUE() into the function...
2012-07-28 Nicholas ClarkConsolidate the code for returning false values from...
2012-07-28 Nicholas ClarkReorder S_ft_stacking_return_false().
2012-07-28 Nicholas ClarkRemove dSP from all filetest ops.
2012-07-28 Nicholas ClarkReplace the macro RETURNX() with its expansion in FT_RE...
2012-07-28 Father Chrysostomosperldelta for 1eb0b7be2ff1 (B::Deparse and loopex prec)
2012-07-28 Father Chrysostomosperldelta for 1f039d60d3 (last $foo)
2012-07-28 Father Chrysostomosperldelta for 2ba1f20ac3a (loopex prec docs)
2012-07-28 Father Chrysostomosperldelta for f6894bc8d44 and e52de15a29
2012-07-28 Father Chrysostomosperldelta for 42409c4069 (truncate FILENAME)
2012-07-28 Father Chrysostomosperldelta for 9a0c99494c and 06b58b76f31
2012-07-28 Father Chrysostomosperldelta for c9df4fdaad9 (dump LABEL leak)
2012-07-28 Father Chrysostomosdoop.c: Simplify do_trans’ un-cow logic
2012-07-28 Father ChrysostomosFix C++ build broken by 1f039d60d3
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-28 Father Chrysostomospp.c:pp_trans: avoid redundant sv in transr
2012-07-27 Eric BrineDocument return to be exempt from the looks-like-a...
2012-07-27 Father Chrysostomosperlfunc: document last/next EXPR
2012-07-27 Father ChrysostomosB::Deparse: loopexes have assignment prec
2012-07-27 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.16
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-27 Father Chrysostomospp.h: Make [TP]OPp and [TP]OPpx identical
2012-07-27 Father Chrysostomosop.c: apidoc typo
2012-07-27 Father Chrysostomos[perl #113684] Document actual prec of loop exits
2012-07-27 Father ChrysostomosFix CvOUTSIDE assert/refcnt bugs with sub redefinition
2012-07-27 Father ChrysostomosFix CvGV assertion bug with sub redefinition
2012-07-27 Nicholas ClarkRestore microperl, which has been unable to build since...
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-07-27 Chip SalzenbergMake all the SvPV*force* macros always return sv with...
2012-07-26 Karl Williamsonmktables: Change \w definition to match new Unicode's
2012-07-26 Chris 'BinGOs... Make Module::CoreList install into 'site' >= 5.012
2012-07-26 Father Chrysostomos[perl #113872] Fix leavewrite’s stack handling
2012-07-26 Father Chrysostomosop.c: op_clear is tempting fate
2012-07-26 Father ChrysostomosDon’t let ?: folding affect truncate
2012-07-26 Father ChrysostomosStop truncate(word) from falling back to file name
2012-07-26 Father ChrysostomosDon’t let ?: folding affect stat
2012-07-26 Father ChrysostomosMerge ck_trunc and ck_chdir
2012-07-25 Father Chrysostomosop.c: dump LABEL leaks its label
2012-07-25 Father Chrysostomosop.c:op_free: Rmv dead code; simplify cop_free logic
2012-07-25 Karl WilliamsonMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2012-07-25 Karl WilliamsonMerge branch 'khw/invlist' into blead
2012-07-25 Karl Williamsonregcomp.c: Revise bracketed char class optimizations
2012-07-25 Karl Williamsonregcomp.c: Fix <if> condition
2012-07-25 Karl Williamsonregcomp.c: Add _invlist_contains_cp
2012-07-25 Karl Williamsonutf8.c: Add a get_() method to hide internal details
2012-07-25 Karl Williamsonregcomp.c: Optimize /[[:blank:]]/u into \h
2012-07-25 Karl Williamsonregcomp.c: Properly count elements in [] for false...
2012-07-25 Karl Williamsonregcomp.c: Use POSIXA, NPOSIXA
2012-07-25 Karl Williamsonregcomp.sym: Add new node types POSIXA and NPOSIXA
2012-07-25 Karl Williamsonregcomp.h: Use handy.h constants
2012-07-25 Karl Williamsonhandy.h: Free up bits in PL_charclass[]
2012-07-25 Karl Williamsonhandy.h: Add intermediate internal macro
2012-07-25 Karl Williamsonregcomp.c: Relax some restrictions on optimizations...
2012-07-25 Karl Williamsonregcomp.c: Add func to test 2 inversion lists for equality
2012-07-25 Karl Williamsonutf8.c: Add info to commented-out -DU lines
2012-07-25 Karl Williamsonregcomp.c: Reverse order of setting, for speed
2012-07-25 Karl Williamsonperllocale: Mention that \n doesn't change for locales
2012-07-25 Karl Williamsonhandy.h: Remove duplicated test
2012-07-25 Karl Williamsonhandy.h: White space only
2012-07-25 Karl Williamsonregcomp.c: Move table to wider scope
2012-07-25 Karl Williamsonregcomp.c: Silence compiler warning
2012-07-25 Karl Williamsonregcomp.c: Change macro name to better indicate its...
2012-07-25 Karl WilliamsonOptimize a single character [class] into EXACTish
2012-07-25 Karl Williamsonregcomp.c: Extract some code into an inline function
2012-07-25 Karl Williamsonregcomp.c: shrink some optimized [class] nodes
2012-07-25 Karl Williamsonregcomp.c: Delay some initialization until needed
2012-07-25 Karl Williamsonregcomp.c: Remove duplicate assignments
2012-07-25 Karl Williamsonhandy.h: Move bit shifting into base macro
next