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 (from parent 1:
ea13b07
)
perldelta for f605e527
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Jan 2015 06:14:00 +0000
(22:14 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Jan 2015 06:14:00 +0000
(22:14 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
cb4e210
..
779d898
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-474,7
+474,8
@@
C<gmtime> no longer crashes with not-a-number values. [perl #123495]
=item *
=item *
-C<\()> could do a bad write past the end of the stack. It has been fixed
+C<\()> (reference to an empty list) and C<y///> with lexical $_ in scope
+could do a bad write past the end of the stack. They have been fixed
to extend the stack first.
=item *
to extend the stack first.
=item *