From e7f2d65136935f700358c750c0f04bed7e3cef7f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 14 Sep 2013 19:39:27 -0700 Subject: [PATCH] perldelta for 25375124d/#119311 --- pod/perldelta.pod | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 665d79a..4ed0400 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -411,8 +411,7 @@ answered. L has been upgraded from version 0.25 to 0.26. -This upgrade is part of a larger change to support 64-bit string lengths in -the regular expression engine. +A function signature has been corrected in the XS implementation. =item * @@ -845,6 +844,15 @@ Elements of C<@-> and C<@+> now update correctly when they refer to nonexistent captures. Previously, a referenced element (C<$ref = \$-[1]>) could refer to the wrong match after subsequent matches. +=item * + +When C, C, C, C, C and C unwind the +scope, it is possible for DESTROY recursively to call a subroutine or +format that is currently being exited. It that case, sometimes the lexical +variables inside the sub would start out having values from the outer call, +instead of being undefined as they should. This has been fixed. +[perl #119311]. + =back =head1 Known Problems -- 2.7.4