summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-12-15 02:11:13 +0000
committerZefram <zefram@fysh.org>2017-12-15 02:11:13 +0000
commit30f9405e6b511a6cf9b6a87df6fe03d755268786 (patch)
tree6b3d478b5f6abceb7d3b97bcbb0829c4b6bd2153
parent9fca523d0f0e607b4f7f397609258a187abe47df (diff)
downloadperl-30f9405e6b511a6cf9b6a87df6fe03d755268786.tar.gz
perldelta 47836a13cc4c999c9b3589c6797d6769b52c37fd
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5e172a2642..94c9ef3fb8 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -578,6 +578,11 @@ are re-aliased during execution of the sort comparator. [perl #92264]
=item *
+C<reverse> with no operand, reversing C<$_> by default, is no longer in
+danger of corrupting the stack. [perl #132544]
+
+=item *
+
Perl's own C<malloc> no longer gets confused by attempts to allocate
more than a gigabyte on a 64-bit platform. [perl #119829]