This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80cc329
)
perldelta for 2c1f00b/#122747
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 14 Sep 2014 19:43:20 +0000
(12:43 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 14 Sep 2014 21:53:40 +0000
(14:53 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
9d6f0f1
..
11afe1c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-576,6
+576,12
@@
Constant folding could incorrectly suppress warnings if lexical warnings
(C<use warnings> or C<no warnings>) were not in effect and C<$^W> were
false at compile time and true at run time.
+=item *
+
+Loading UTF8 tables during a regular expression match could cause assertion
+failures under debugging builds if the previous match used the very same
+regular expression. [perl #122747]
+
=back
=head1 Known Problems