In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/7b9d2ba3d09352167d77ea97c7857509f147ef49?hp=009165e9970c3fcc3a252874e1ed96b1733976ea>
- Log ----------------------------------------------------------------- commit 7b9d2ba3d09352167d77ea97c7857509f147ef49 Author: Zefram <[email protected]> Date: Fri Dec 1 02:10:33 2017 +0000 correct a perldelta description The threshold for size computation problems in malloc() is a bit smaller than the description initially indicated. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7f60cc4193..3c11d1a013 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -381,7 +381,7 @@ XXX =item * Perl's own C<malloc> no longer gets confused by attempts to allocate -more than 4 GiB on a 64-bit platform. [perl #119829] +more than a gigabyte on a 64-bit platform. [perl #119829] =back -- Perl5 Master Repository
