In perl.git, the branch maint-5.16 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b14c1d9609413430652ab68149b23ab768e94d79?hp=fd430c957778442c853fd86b2357454f503f9168>
- Log ----------------------------------------------------------------- commit b14c1d9609413430652ab68149b23ab768e94d79 Author: Tony Cook <[email protected]> Date: Tue Jul 23 11:19:57 2013 +1000 perldelta for fd430c957778 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9f553f1..fb5b77f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -329,6 +329,13 @@ not visible at compile time were treated as lvalues and could be assigned to, even when the subroutine was not an lvalue sub. This has been fixed. [perl #117947] +=item * + +Avoid calling signal handlers from some places within the regex +engine, as parts of the regex engine stores some state in +per-interpreter variables, and code called within signal handlers can +change these values. [perl #114972] + =back =head1 Known Problems -- Perl5 Master Repository
