platform/upstream/perl.git
2012-08-06 Father ChrysostomosNested formats
2012-08-06 Father Chrysostomostoke.c: move leftbracket label
2012-08-06 Father Chrysostomos[perl #114040] Parse formats in interpolating constructs
2012-08-06 Steve HayUpdate notes on which Cygwin tools are needed to make...
2012-08-06 Steve HayRestore parts of config_H.gc lost by regen_config_h
2012-08-06 Steve HayRun regen_config_h for GCC
2012-08-06 Steve HayRun regen_config_h for VC++
2012-08-06 Steffen MuellerData::Dumper: Import more change history
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-06 Father Chrysostomosassert_(...)
2012-08-06 Dave RolskyFix a typo in perlootut
2012-08-05 Father ChrysostomosDon’t crash when undefining handle of active format
2012-08-05 Father ChrysostomosMake glob.t more resilient
2012-08-05 Father Chrysostomosparser.t: Move tests above ‘Add tests here’
2012-08-05 Father ChrysostomosDon’t let active formats be freed
2012-08-05 Father ChrysostomosFix Devel::Peek’s tests for format changes
2012-08-05 Father ChrysostomosRecursive formats and closures in formats.
2012-08-05 Father ChrysostomosAdd a depth field to formats
2012-08-05 Father ChrysostomosDisallow setting SvPV on formats
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-08-05 Father Chrysostomos[perl #78550] Fix bad assertion in toke.c:start_subparse
2012-08-05 Father Chrysostomospad.c:cv_clone: Rmv irrelevent part of comment
2012-08-05 Father Chrysostomospad.c:cv_clone: add assertions
2012-08-04 Father ChrysostomosClose over stale vars in active subs
2012-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-08-04 Steve HayRemove CR characters from raw input in op/magic.t on...
2012-08-04 David LeadbeaterModule::CoreList: Automatically add aliases for releases
2012-08-04 David LeadbeaterStore version information as a delta in Module::CoreList
2012-08-04 Tony Cookavoid decoding on input in the new tests added in 613c63b4
2012-08-04 Father Chrysostomos[perl #114222] Make ‘use’ parse arguments in term context
2012-08-04 Reini Urbanperlexperiment.pod clarifications
2012-08-03 Tony CookPod-Functions requires that Pod-Escapes be built to...
2012-08-02 Andy DoughertyFix RT [perl #72156] Re: Perl 5.12.0 RC 0 - Pager detection
2012-08-02 Steffen MuellerData::Dumper: Comment on previous optimization
2012-08-02 Steffen MuellerData::Dumper: Option to avoid building much of the...
2012-08-02 Father Chrysostomosperldelta for unterminated here-docs
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-08-02 Father Chrysostomosperldelta for #114340
2012-08-02 Father Chrysostomosperldelta for Storable and vstrings
2012-08-02 Father Chrysostomosperldelta for given aliasing $_
2012-08-02 Karl Williamsonregcomp.c: Remove unnecessary variable
2012-08-02 Karl Williamsonregcomp.c: inline trivial static function
2012-08-02 Karl Williamsonregcomp.c: Fix \N{} multi-char fold buffer boundary bug
2012-08-02 Karl Williamsonregcomp.c: Revise API for static function
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-08-02 Karl Williamsonmktables: Generate tables for chars that aren't in...
2012-08-02 Karl Williamsonregen/mk_invlists: Add mode to generate above-Latin1...
2012-08-02 Karl WilliamsonUnicode::UCD::prop_invlist() Allow to return internal...
2012-08-02 Karl Williamsonmktables: Add comment to gen'd data file
2012-08-02 Karl Williamsonmktables: grammar in comments
2012-08-02 Karl Williamsonregen/mk_PL_charclass.pl: Remove obsolete code
2012-08-02 Karl Williamsonregcomp.c: Make invlist_search() usable from re_comp.c
2012-08-02 Karl Williamsonperlop:clarify wording
2012-08-02 Karl Williamsonregcomp.c: Rename static fcn to better reflect its...
2012-08-02 Karl Williamsonregcomp.c: Make comment more accurate
2012-08-02 Karl Williamsonregcomp.c: Can now do /u instead of forcing to utf8
2012-08-02 Karl Williamsonregcomp.c: Comments update
2012-08-02 Karl Williamsonregcomp.c: Remove variable whose value needed just...
2012-08-02 Karl Williamsonregcomp.c: White-space only
2012-08-02 Karl Williamsonregcomp.c: Trade stack space for time
2012-08-02 Karl Williamsonregcomp.c: Use mnemonic not numeric constant
2012-08-02 Karl Williamsonregcomp.c: Resolve EBCDIC inconsistency towards simpler
2012-08-02 Karl Williamsonregcomp.c: Use function instead of repeating its code
2012-08-02 Karl Williamsonregcomp.c: Remove (almost) duplicate code
2012-08-02 Karl Williamsonregcomp.c: Refactor so can remove duplicate code
2012-08-02 K.ShirakataFix a perl5140delta typo in F<> markup.
2012-08-02 Father Chrysostomos[perl #114020] perlvar: warn against my $_
2012-08-02 Father ChrysostomosUpdate perlsyn for given aliasing $_
2012-08-02 Father Chrysostomosperlfunc/printf: corrections, clarifications
2012-08-02 Father Chrysostomosperlfunc: clarification
2012-08-02 Father Chrysostomosperlvar: Document all uses of implicit $_
2012-08-02 Father Chrysostomosperlfunc: Document implicit $_ in while(each)
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-08-02 Father Chrysostomos[perl #114368] perl -DA -e '' segfaults
2012-08-02 Tony Cookfix icmp ping tests on cygwin
2012-08-02 Tony CookNet-Ping: creating an icmp socket requires admin access...
2012-08-02 Tony CookNet-Ping: add a sensible test note for the icmp ping...
2012-08-02 Tony Cookfix the cygwin breakage introduced in 2f794ae1
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-08-01 Nicholas ClarkAvoid reading before the buffer start when generating...
2012-08-01 Steve HayAdd a USE_64_BIT_INT build option to the Windows makefiles.
2012-08-01 Nicholas ClarkMakefile.SH needs to delete the perldelta symlink befor...
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-08-01 Fuji, Gorofix a memory leak in sv_sethek(), amending 70b71ec84
2012-07-31 Craig A. Berryx2p/str.c C++ clean-up.
2012-07-31 David Mitchellmake re_compile core-engine specific
2012-07-31 Nicholas ClarkIn Perl_scalarvoid(), avoid creating a temporary SV...
2012-07-31 Father ChrysostomosStorable: blessed long vstrings
2012-07-31 Father Chrysostomos[perl #114338] Misleading prototype in perlapi manpage
2012-07-31 Father Chrysostomos[perl #113894] Storable support for vstrings
2012-07-31 Father ChrysostomosGet Storable’s blessed.t passing again in 5.8.1-
2012-07-31 Father ChrysostomosStorable.xs: Add comments to store_scalar concerning...
2012-07-31 Father ChrysostomosStorable: doc typos
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
next