perldelta for regexps and 64-bit strings
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 02:25:18 +0000 (19:25 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 02:25:18 +0000 (19:25 -0700)
pod/perldelta.pod

index fe9031d..3606515 100644 (file)
@@ -39,12 +39,15 @@ platform to platform, from the 15 bits of C<rand()> on Win32 to
 Perl now uses its own internal C<drand48()> implementation on all
 platforms.  [perl #115928]
 
-=head2 64-bit array offsets
+=head2 Better 64-bit support
 
 On 64-bit platforms, the internal array functions now use 64-bit offsets,
 allowing Perl arrays to hold more than 2**31 elements, if you have the
 memory available.
 
+The regular expression engine now supporst strings longer than 2**31
+characters.  [perl #112790, #116907]
+
 =head1 Security
 
 XXX Any security-related notices go here.  In particular, any security