In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ca88a7298dfaad2e3ab16283321c00b1d79af62a?hp=9f47963d4156d454084c8456d1538bfe0fee3858>

- Log -----------------------------------------------------------------
commit ca88a7298dfaad2e3ab16283321c00b1d79af62a
Author: Zefram <[email protected]>
Date:   Sun Dec 19 08:50:06 2010 +0000

    perldelta for 8e88cfee26d866223a6b3bfffce6270271de00db

M       pod/perldelta.pod

commit fb3a2d89c0d575b49186e2ad5c07d0a666683b5d
Author: Zefram <[email protected]>
Date:   Sun Dec 19 08:46:30 2010 +0000

    perldelta for 9cef83062267e94311e1fd8744396e440642738e

M       pod/perldelta.pod

commit 836d5805434efd65d4e6a3d24e2f9a3ca07f1dba
Author: Zefram <[email protected]>
Date:   Sun Dec 19 08:40:12 2010 +0000

    perldelta for bf5522a13a381257966e7ed6b731195a873b153e

M       pod/perldelta.pod

commit 51bed910067297eb17985ccc2d0362fd0b680321
Author: Zefram <[email protected]>
Date:   Sun Dec 19 08:36:00 2010 +0000

    perldelta for d9a4b459f94297889956ac3adc42707365f274c2

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6da321f..5415bbc 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,11 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to 91fad77, except for:
-d9a4b459f94297889956ac3adc42707365f274c2
-bf5522a13a381257966e7ed6b731195a873b153e
-9cef83062267e94311e1fd8744396e440642738e
-8e88cfee26d866223a6b3bfffce6270271de00db
+This has been completed up to 91fad77.
 
 =head1 NAME
 
@@ -376,6 +372,10 @@ correctly. The Storable minor version number changed as a 
result -- this means
 Storable users that set C<$Storable::accept_future_minor> to a C<FALSE> value
 will see errors (see L<Storable/FORWARD COMPATIBILITY> for more details).
 
+Freezing no longer gets confused if the Perl stack gets reallocated
+during freezing
+L<[perl #80074]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=80074>.
+
 =item *
 
 C<Time::HiRes> has been upgraded from 1.9721 to 1.9721_01.
@@ -508,6 +508,12 @@ L</Platform Support> section, instead.
 
 =item *
 
+The C<Encode> module can now (once again) be included in a static Perl
+build.  The special-case handling for this situation got broken in Perl
+5.11.0, and has now been repaired.
+
+=item *
+
 XXX
 
 =back
@@ -578,6 +584,13 @@ L</Modules and Pragmata> section.
 The NetBSD hints file has been changed to make the system's malloc the
 default.
 
+=item Windows
+
+The option to use an externally-supplied C<crypt()>, or to build with no
+C<crypt()> at all, has been removed.  Perl supplies its own C<crypt()>
+implementation for Windows, and the political situation that required
+this part of the distribution to sometimes be omitted is long gone.
+
 =back
 
 =head1 Internal Changes
@@ -740,6 +753,11 @@ Some numeric operators were converting integers to 
floating point,
 resulting in loss of precision on 64-bit platforms
 L<[perl #77456]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=77456>.
 
+=item *
+
+The fallback behaviour of overloading on binary operators was asymmetric
+L<[perl #71286]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=71286>.
+
 =back
 
 =head1 Known Problems

--
Perl5 Master Repository

Reply via email to