platform/upstream/perl.git
2014-03-18 Aaron CraneFix uninitialized-value warnings in Thread::Queue
2014-03-18 Andy DoughertyMake sure the PWD environment variable points to the...
2014-03-18 Andy DoughertySplit file into parts with and without substitutions.
2014-03-18 Yves OrtonPreallocate HvAUX() structures for large bucket arrays
2014-03-18 Yves OrtonSplit out part of hv_auxinit() so it can be reused
2014-03-17 David Mitchellperlfunc: clarify kill()'s return value
2014-03-17 David Mitchelltidy up kill0.t and kill0_child
2014-03-17 Daniel DraganRT #121230, tests for process group kill on Win32
2014-03-16 David Mitchell[MERGE] avoid calling pp_null().
2014-03-16 David Mitchellelide "empty" ops at the head of op_next chains
2014-03-16 David Mitchellrpeep(): elide just-nulled ops
2014-03-16 David Mitchellrpeep(): remove trailing OP_NULLs etc
2014-03-16 David Mitchellcode following eval {} not always optimised
2014-03-16 David MitchellOP_SORT: store start of block in null->op_next
2014-03-16 David Mitchellrpeep(): OP_SORT with code block has OPf_SPECIAL
2014-03-16 David Mitchell[MERGE] more refactoring of re_intuit_start()
2014-03-16 David Mitchellre_intuit_start(): re-comment head of function
2014-03-16 David Mitchellre_intuit_start(): indent rest of check block
2014-03-16 David Mitchellre_intuit_start(): add some general comments
2014-03-16 David Mitchellre_intuit_start(): update comments in BmUSEFUL blk
2014-03-16 David Mitchellre_intuit_start(): update comments in stclass code
2014-03-16 David Mitchellre_intuit_start(): improve main terminating cond
2014-03-16 David Mitchellre_intuit_start(): update stclass code comments
2014-03-16 David Mitchellre_intuit_start(): remove an obsolete assert.
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchellre_intuit_start(): eliminate checked_upto var
2014-03-16 David Mitchellre_intuit_start(): fix a comment about overlap
2014-03-16 David Mitchellre_intuit_start(): trivial reorg of stclass code
2014-03-16 David Mitchellre_intuit_start(): always initialise start_shift
2014-03-16 David Mitchellre_intuit_start(): swap BmUSEFUL + stclass blocks
2014-03-16 David Mitchellre_intuit_start(): de-duplicate condition
2014-03-16 David Mitchellre_intuit_start(): swap two blocks, delete label
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): remove redundant assertion
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): swap if/else blocks
2014-03-16 David Mitchellre_intuit_start(): eliminate one label
2014-03-16 David Mitchelladd test for a code path in intuit_start()
2014-03-16 David Mitchellre_intuit_start(): eliminate debug-only var
2014-03-16 David Mitchellre_intuit_start(): eliminate t from stclass code
2014-03-16 David Mitchellre_intuit_start(): reduce use of s in stclass code
2014-03-16 David Mitchellre_intuit_start(): remove if(check)
2014-03-16 David Mitchellre_intuit_start(): use check_ix for efficiency
2014-03-16 David Mitchellre_intuit_start(): stclass: use rx_origin more
2014-03-16 Nicholas ClarkOn OS X, allow Configure to override $ld with -Dld=...
2014-03-16 H.Merijn BrandConfigure misdetects strlcpy et al. with gcc -flto...
2014-03-15 Aaron CraneUpdate perldelta for core changes to this point
2014-03-14 Karl WilliamsonWhite-space only; properly indent newly formed blocks
2014-03-14 Karl Williamsonmktables: Inline short tables
2014-03-13 Karl Williamsonlib/locale.t: Update $variable name
2014-03-13 Karl WilliamsonPATCH: [perl #121340] lib/locale.t noisy+complaining...
2014-03-13 Karl Williamsonlib/locale.t: Fix broken test
2014-03-13 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.92
2014-03-12 Jerry D. HeddenUpgrade to Thread::Queue 3.04
2014-03-12 Karl Williamsonregcomp.c: Don't read past string-end
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-03-12 Karl Williamsonregcomp.c: Make SSC node clone safe
2014-03-12 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-12 Karl Williamsonregen/regcharclass.pl: Generate correct macro instead...
2014-03-12 Chris 'BinGOs... Update ExtUtils-Install Changes file
2014-03-12 Chris 'BinGOs... Make the ExtUtils-Install tests parallelisable
2014-03-12 H.Merijn BrandBackport/genererate work from cross-port
2014-03-11 Aristotle Pagaltzisperlfunc: layout getpw*&c return values as a table
2014-03-11 Aristotle Pagaltzisperldiag: Clarify that lexicals do not trigger "used...
2014-03-10 Chris 'BinGOs... ExtUtils-Install-1.62 has been released to CPAN
2014-03-10 Daniel Draganremove a redundant SvTIED_mg from S_do_smartmatch
2014-03-10 Daniel Dragandon't repeatedly call HvUSEDKEYS
2014-03-10 Craig A. BerryHandle "no versions" feature in fileify and tovmsspec.
2014-03-10 Chris 'BinGOs... Don't rely on IPC::Cmd in ExtUtils-Install tests
2014-03-10 Paul JohnsonIt is and always will be safe to delete the most recent...
2014-03-08 Chris 'BinGOs... Incorporate changes from CPAN release of ExtUtils-CBuilder
2014-03-08 Jerry D. HeddenUpgrade to Thread::Queue 3.03
2014-03-07 David Mitchellmake core safe against HvAUX() realloc
2014-03-07 David Mitchellsv.h: add some more flag usage commentary
2014-03-07 Steffen MuellerData::Dumper update/changelog and version bump
2014-03-07 Steffen MuellerFilter::Simple update/changelog and version bump
2014-03-07 Steffen MuellerAttribute::Handlers update/changelog and version bump
2014-03-07 Craig A. BerrySmarter handling of escaped semicolons in vmsify.
2014-03-06 Steve HayUpdate META files and remove blead customizations follo...
2014-03-06 Steve HayUpgrade CPAN::Meta from version 2.140630 to 2.140640
2014-03-06 Ricardo Signesofficially discourage the use of threads
2014-03-06 Ricardo Signesnote that the ~~ operator is experimental
2014-03-05 Steffen MuellerMaintainers.pl: Refer to recent EU::ParseXS release
2014-03-05 Steffen MuellerEU::ParseXS: Code cleanup
2014-03-05 Steve HayTemporary fixes for test failures after (Parse::)CPAN...
2014-03-05 Steve HayUpgrade Locale-Codes from version 3.29 to 3.30
2014-03-05 Steve HayUpdate META files following previous two commits
2014-03-05 Steve HayUpgrade Parse-CPAN-Meta from version 1.4413 to 1.4414
2014-03-05 Steve HayUpgrade CPAN-Meta from version 2.133380 to 2.140630
2014-03-05 Karl Williamsonregcomp.c: Use minimal struct formal parameter
2014-03-05 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-03-04 Karl Williamsondist/IO: Allow to be dual-lived
2014-03-04 David Mitchell[perl #121362] overload optimisation added a SEGV
2014-03-03 Chris 'BinGOs... Bump Carp to version 1.33
2014-03-03 Chris 'BinGOs... Bump autouse version to 1.08
2014-03-03 Craig A. BerryRefactor and reduce VMS-specific workarounds in POSIX.xs.
2014-03-02 Craig A. Berrytbuffer_t no longer exists on VMS.
2014-03-02 Nicholas ClarkMerge changes to make_ext.pl that build simple extensio...
2014-03-02 Nicholas ClarkOn VMS, lib is lib.DIR, etc. make_ext.pl needs to accou...
2014-03-02 Nicholas ClarkDescribe the improvements to make_ext.pl in perldelta.
next