In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/89afeb4776894908ce75f4b808087ff12a4bc7b5?hp=60e67244ffcef10571202f2f5fcf30bcebf5fa59>

- Log -----------------------------------------------------------------
commit 89afeb4776894908ce75f4b808087ff12a4bc7b5
Author: Tony Cook <[email protected]>
Date:   Thu Aug 20 11:24:31 2015 +1000

    perldelta for 668fcfea6, a1e27170f
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0530b16..b7755b6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -382,6 +382,19 @@ Perl can again be compiled with any Unicode version.  This 
used to
 C<Name_Alias> did not exist prior to Unicode 5.0.  L<Unicode::UCD>
 incorrectly said it did.  This has been fixed.
 
+=item *
+
+Very large code-points (beyond Unicode) in regular expressions no
+longer cause a buffer overflow in some cases when converted to UTF-8.
+[perl #125826]
+
+=item *
+
+The integer overflow check for the range operator (...) in list
+context now correctly handles the case where the size of the range is
+larger than the address space.  This could happen on 32-bits with
+-Duse64bitint.  [perl #125781]
+
 =back
 
 =head1 Known Problems

--
Perl5 Master Repository

Reply via email to