In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9269c59f17a7bb8e6d97c55ab987b934cfb48034?hp=b05565aae02ec237003b55f9951cb3ba556ddbcc>

- Log -----------------------------------------------------------------
commit 9269c59f17a7bb8e6d97c55ab987b934cfb48034
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:58:09 2015 -0700

    perldelta for #123995 / b24768f02

M       pod/perldelta.pod

commit 2f304be970d77443f52e7f3b2d240ae307397ed0
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:57:29 2015 -0700

    perldelta for #124004 / c5f78d08da

M       pod/perldelta.pod

commit 8a95d3070366ec11c340d68523eaa992fc7ba9d5
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:55:26 2015 -0700

    perldelta for #123847 / 3d50185de

M       pod/perldelta.pod

commit d547bad0452ebcef3600ccd046dcd18d8bbc3a58
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:54:22 2015 -0700

    perldelta for #123963 / 9d58dbc453

M       pod/perldelta.pod

commit d3686c70e1a7772c7fbc41be39acfa3678045d5c
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:52:34 2015 -0700

    perldelta for #123955 / ce7c414ee7

M       pod/perldelta.pod

commit d76c14eb69e91c5b4d0b241e82c4b088d1deecb6
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:51:29 2015 -0700

    perldelta for #123817 / 6b2b48acae

M       pod/perldelta.pod

commit 20b5e916a053548709d8bfec988ddb8efe045bed
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:47:24 2015 -0700

    perldelta for #123763 / 26f4cc19a
    
    and 55b398034, too.

M       pod/perldelta.pod

commit aafbd2cd8dea504e867e9e53c1d30d8affa9a02a
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:46:27 2015 -0700

    perldelta for #123802 / 479ae48e22f11
    
    and 66edcf79f

M       pod/perldelta.pod

commit 69e954a56950420677f55591fe4d5bbd4e328d30
Author: Father Chrysostomos <[email protected]>
Date:   Thu Mar 19 19:45:49 2015 -0700

    perldelta for #123801 / f4460c6f7a0

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

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

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6592a30..87ac56c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -509,6 +509,38 @@ Repeated global pattern matches in scalar context on large 
tainted
 strings were exponentially slow depending on the current match
 position in the string. [perl #123202]
 
+=item *
+
+Various crashes due to the parser getting confused by syntax errors have
+been fixed.  [perl #123801] [perl #123802] [perl #123955] [perl #123995]
+
+=item *
+
+C<split> in the scope of lexical $_ has been fixed not to fail assertions.
+[perl #123763]
+
+=item *
+
+C<my $x : attr> syntax inside various list operators no longer fails
+assertions.  [perl #123817]
+
+=item *
+
+An @ sign in quotes followed by a non-ASCII digit (which is not a valid
+identifier) would cause the parser to crash, instead of simply trying the @
+as literal.  This has been fixed.  [perl #123963]
+
+=item *
+
+C<*bar::=*foo::=*glob_with_hash> has been crashing since 5.14, but no
+longer does.  [perl #123847]
+
+=item *
+
+C<foreach> in scalar context was not pushing an item on to the stack,
+resulting in bugs.  (C<print 4, scalar do { foreach(@x){} } + 1> would
+print 5.)  It has been fixed to return C<undef>.  [perl #124004]
+
 =back
 
 =head1 Known Problems

--
Perl5 Master Repository

Reply via email to