/[pkgs]/devel/perl/30_fix_freetmps
ViewVC logotype

Contents of /devel/perl/30_fix_freetmps

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Mar 11 22:01:05 2009 UTC (8 months, 1 week ago) by spot
Branch: MAIN
CVS Tags: F-12-split, perl-5_10_0-63_fc11, perl-5_10_0-61_fc11, perl-5_10_0-80_fc12, perl-5_10_0-81_fc12, perl-5_10_0-84_fc13, perl-5_10_0-82_fc13, perl-5_10_0-77_fc12, perl-5_10_0-83_fc13, perl-5_10_0-71_fc12, perl-5_10_0-75_fc12, perl-5_10_0-73_fc12, perl-5_10_0-68_fc11, perl-5_10_0-67_fc11, perl-5_10_0-64_fc11, perl-5_10_0-72_fc12, F-11-split, perl-5_10_0-62_fc11, perl-5_10_0-69_fc12, perl-5_10_0-79_fc12, perl-5_10_0-78_fc12, perl-5_10_0-70_fc12, perl-5_10_0-74_fc12, perl-5_10_0-66_fc11, perl-5_10_0-65_fc11, perl-5_10_0-76_fc12, HEAD
reorder @INC, fix bz 489204, merge useful debian patches
1 Revert an incorrect substitution optimization introduced in 5.10.0. (Closes: #501178)
2
3 [perl #52658]
4
5 Bug introduced by upstream change 26334, reverted with change 33685 in blead
6 and 33732 in maint-5.10.
7 diff --git a/pp_ctl.c b/pp_ctl.c
8 index 7a377f0..88269a7 100644
9 --- a/pp_ctl.c
10 +++ b/pp_ctl.c
11 @@ -218,7 +218,6 @@ PP(pp_substcont)
12 if (!(cx->sb_rxtainted & 2) && SvTAINTED(TOPs))
13 cx->sb_rxtainted |= 2;
14 sv_catsv(dstr, POPs);
15 - FREETMPS; /* Prevent excess tmp stack */
16
17 /* Are we done */
18 if (cx->sb_once || !CALLREGEXEC(rx, s, cx->sb_strend, orig,

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2