summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-12-15 02:14:25 +0000
committerZefram <zefram@fysh.org>2017-12-15 02:14:25 +0000
commit222b5ca9896e49f76fcbb1f6e1e73b312570868c (patch)
treeb4b19551231e1ff948aaa0e0b82c69ece23f8b89
parenta8b6459c07dbcbb1811d80c8d22de38914a8cce9 (diff)
downloadperl-222b5ca9896e49f76fcbb1f6e1e73b312570868c.tar.gz
perldelta 282fc0b3cc2439f69587d980b62bef7f5d5bdfef
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a09287adfa..4964913fd1 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -586,6 +586,12 @@ danger of corrupting the stack. [perl #132544]
=item *
+C<exec>, C<system>, et al are no longer liable to have their argument
+lists corrupted by reentrant calls and by magic such as tied scalars.
+[perl #129888]
+
+=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]