summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-29 14:58:19 -0600
committerKarl Williamson <khw@cpan.org>2015-05-29 17:11:22 -0600
commitd6d147bf670338d2ff7c6f682a59acb2ecac4c66 (patch)
tree854e9f919ef897240db642326ea26bc20154f519
parenteaa8dfa267a3ef7c94504fc15c1f651cecd4bfdc (diff)
downloadperl-d6d147bf670338d2ff7c6f682a59acb2ecac4c66.tar.gz
perldelta: Move 'no re' to bug fix section
This really isn't any more of an enhancement than any bug fix is
-rw-r--r--pod/perldelta.pod15
1 files changed, 9 insertions, 6 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d7d119abe7..5a1f45388e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -58,12 +58,6 @@ C<sb> stands for Sentence Boundary. It is a Unicode property
to aid in parsing natural language sentences.
See L<perlrebackslash/\b{}, \b, \B{}, \B> for details.
-=head2 C<no re> covers more and is lexical
-
-Previously running C<no re> would turn off only a few things. Now it
-turns off all the enabled things. For example, previously, you
-couldn't turn off debugging, once enabled, inside the same block.
-
=head2 Non-Capturing Regular Expression Flag
Regular expressions now support a C</n> flag that disables capturing
@@ -2960,6 +2954,15 @@ records the value of C<$!>, too, and C<close> restores it.
=item *
+C<no re> now can turn off everything that C<use re> enables
+
+Previously, running C<no re> would turn off only a few things. Now it
+can turn off all the enabled things. For example, the only way to
+stop debugging, once enabled, was to exit the enclosing block; that is
+now fixed.
+
+=item *
+
C<pack("D", $x)> and C<pack("F", $x)> now zero the padding on x86 long
double builds. Under some build options on GCC 4.8 and later, they used
to either overwrite the zero-initialized padding, or bypass the