In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c61b6d0f122e033c83cfb0205148e36d2f508353?hp=0c7420e7b3bde667ecbb9bb44d8ebf002ade042d>

- Log -----------------------------------------------------------------
commit c61b6d0f122e033c83cfb0205148e36d2f508353
Author: Father Chrysostomos <[email protected]>
Date:   Sun Dec 12 20:44:26 2010 -0800

    perldelta for 78cdf10
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 346a0ff..8aeb9c0 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to 88b5a87, except for:
+This has been completed up to 78cdf10, except for:
 d9a4b459f94297889956ac3adc42707365f274c2
 bf5522a13a381257966e7ed6b731195a873b153e
 9cef83062267e94311e1fd8744396e440642738e
@@ -528,6 +528,13 @@ C<sv_magicext> attaches magic of a certain type and with a 
given virtual table
 to a scalar. This eliminates the need for extensions to walk the list of
 C<MAGIC> pointers of an C<SV> to find the magic that belongs to them.
 
+=item *
+
+The C<parse_fullexpr()>, C<parse_listexpr(), C<parse_termexpr()> and
+C<parse_arithexpr()> functions have been added.
+
+These are for parsing expressions at various precedence levels.
+
 =back
 
 =head1 Selected Bug Fixes

--
Perl5 Master Repository

Reply via email to