In perl.git, the branch maint-5.20-votes has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9e97fa986d88b8cfb736b7c4baa99fb9653189c5?hp=96efc45eb8e0bed9d60d93131aafc28ef9c76b2c>
- Log ----------------------------------------------------------------- commit 9e97fa986d88b8cfb736b7c4baa99fb9653189c5 Author: Steve Hay <steve.m....@googlemail.com> Date: Mon Dec 8 13:14:30 2014 +0000 eaff586aa6 is actually an update to 64ff300b, which fixes a regression from 5.8.8 Spotted by Father C. M Porting/cherry-pick-votes-maint-5.20.xml commit 1482f09724cd67e0b8608a8815f99ef395aae409 Author: Steve Hay <steve.m....@googlemail.com> Date: Mon Dec 8 13:09:47 2014 +0000 Update with latest commits M Porting/cherry-pick-votes-maint-5.20.xml ----------------------------------------------------------------------- Summary of changes: Porting/cherry-pick-votes-maint-5.20.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Porting/cherry-pick-votes-maint-5.20.xml b/Porting/cherry-pick-votes-maint-5.20.xml index 5e03515..2d2beb3 100644 --- a/Porting/cherry-pick-votes-maint-5.20.xml +++ b/Porting/cherry-pick-votes-maint-5.20.xml @@ -44,7 +44,7 @@ We should also cherry-pick: Other Proposed Cherry-Picks =========================== -Blead changes have been examined up to and including 09f8a1025e8fc99cd5cd3e8fb446079c5725e43c (Remove comp/opsubs.t from deparse-skips.txt) +Blead changes have been examined up to and including ba2f93c53341e0002ccf08487a56622c6aa5a87d (deparse-skips.txt: Note bug number for re/overload.t) Proposed cherry-picks are grouped according to the types of change permitted by perlpolicy.pod. @@ -103,6 +103,10 @@ a51d618a82a7057c3aabb600a7a8691d27f44a34 caused #122890 so do we need this seque <commit votes="" id="f6f22b1fc01b8676e43ef64616ed7899a84bfec2" ticket="122890" desc="t/re/re_tests: Add test for perl #122890"/> <commit votes="" id="efcc8bfdc124f50d33aab3f1d7722b5f9e4de349" ticket="122890" desc="re_tests: More tests for #122890"/> +Fixes a regression from 5.8.8: +<commit votes="steveh" id="64ff300be0f7714585466af5bb87b2e37db5082a" ticket="122669" desc="[perl #122669] Dont taint at compile time"/> +<commit votes="steveh" id="eaff586aa6444fb20654ed863b7ff35e136737e8" ticket="122669" desc="Fix t/op/taint.t on Windows"/> + Configure and hints/ Fixes -------------------------- @@ -136,7 +140,6 @@ Platform-Specific Build/Test/Installation Fixes <commit votes="steveh" id="5b26a7b38f5eacab94ffc56c123c01ad6c3788dc" ticket="" desc="sv.c: Silence VMS compiler warning"/> <commit votes="steveh" id="e09e3cee34fbe40a471dc2fa31f2b8533598fb45" ticket="" desc="regcomp.c: Silence Win32 compiler warning"/> -<commit votes="steveh" id="eaff586aa6444fb20654ed863b7ff35e136737e8" ticket="" desc="Fix t/op/taint.t on Windows"/> <commit votes="steveh" id="648eb45f2e489e7cbdab09c65bccaac4a78ae3ee" ticket="122609" desc="stat Makefile.PL to get values for utime."/> <commit votes="steveh" id="b6250659892d3195c5d3ecd04773e78dc0ccd564" ticket="" desc="Avoid gcc warning."/> <commit votes="steveh" id="9fa5aa9143471cda101c2ac9e87f7bf90ccd0b36" ticket="122820" desc="Fix distclean for pm_to_blib directly extensions."/> @@ -246,6 +249,7 @@ Part of this (but not the opcode part): <commit votes="steveh" id="5566fa1536b7e3ab06bf74ce785d42d16c663791" ticket="122986" desc="Convert \ts to spaces in perlref.pod."/> <commit votes="steveh" id="0e3be540c5c5d8ec7d6c682091855e8865b99b51" ticket="122987" desc="Remove trailing whitespace."/> <commit votes="steveh" id="e6ebbe921e63dbd445aa30e30a0b2b80574b88a0" ticket="122987" desc="perlfork.pod: convert \ts to spaces."/> +<commit votes="steveh" id="15faabe4bd597caa63a35d745cc5e93792a347dc" ticket="123377" desc="Convert tabs to spaces and remove trailing space."/> To be included in an "Errata From Previous Releases": <commit votes="steveh" id="6ff8f256561a974b63b784ae8681c284ada44f7a" ticket="122655" desc="perldelta: Entry for [perl #122655]."/> -- Perl5 Master Repository