summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-08-21 13:49:14 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-08-21 13:49:14 +0100
commit3d83a16d74872fee1ddf84f076f57f576859f9e9 (patch)
tree3f22de1f7b3a932756962ed301a747282713630f
parent4a81ada0571deb0bf7bdc13b487d9c64275e797a (diff)
downloadperl-3d83a16d74872fee1ddf84f076f57f576859f9e9.tar.gz
perldelta: Update with latest changes, stealing text from 6e97d65d93 and 26dd5fd691
-rw-r--r--pod/perldelta.pod13
1 files changed, 10 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 09f5ac2044..dd5d00670d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -346,7 +346,8 @@ L</Modules and Pragmata> section.
=item Android
-Some minor build improvements have been made when cross-compiling for Android.
+Build support has been improved for cross-compiling in general and for Android
+in particular.
=item OpenBSD
@@ -355,13 +356,18 @@ building Perl.
=item Solaris
-C<setenv> is now used on Solaris if it is available.
+B<c99> options have been cleaned up, hints look for B<solstudio> as well as
+B<SUNWspro>, and support for native C<setenv> has been added.
=item VMS
An old bug in feature checking, mainly affecting pre-7.3 systems, has been
fixed.
+item Windows
+
+C<%I64d> is now being used instead of C<%lld> for MinGW.
+
=back
=head1 Internal Changes
@@ -391,7 +397,8 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-A regression with C<(?{})(?=...)> and C<pos> has been fixed.
+A bug has been fixed where zero-length assertions and code blocks inside of a
+regex could cause C<pos> to see an incorrect value.
L<[perl #122460]|https://rt.perl.org/Ticket/Display.html?id=122460>
=item *