In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9ae8c3d937346a6555fb7fe1775c3c54237265c6?hp=eb32ee417978ec3aa3ecd545ccd2aa713012cd95>
- Log ----------------------------------------------------------------- commit 9ae8c3d937346a6555fb7fe1775c3c54237265c6 Author: Father Chrysostomos <[email protected]> Date: Wed Oct 13 18:01:47 2010 -0700 perldelta up to 07ffcb738 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b7ec071..0f2cf04 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been logged up to 91332126cd9c948fe94d99b88f88ed9f528cc0d8, +This has been logged up to 07ffcb738e9467df21e3d33604cf09c125e7ff52, except for: 57ef47cc7bcd1b57927d5010f363ccaa10f1d990 b2ea9a00b30eb5881b863d7239dd6a3721e73136 @@ -635,6 +635,16 @@ constructs the execution-order op chain, has been added to the API. Many functions ending with pvn now have equivalent pv/pvs/sv versions. +=item * + +The C<save_freeop>, C<save_op>, C<save_pushi32ptr> and <save_pushptrptr> +functions have been added to the API. + +=item * + +The new API function C<parse_stmtseq()> parses a sequence of statements, up +to closing brace or EOF. + =back =head1 Selected Bug Fixes @@ -778,6 +788,13 @@ L<[perl #77930]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=77930>. This bug was introduced in an earlier 5.13 release, and did not affect perl 5.12. +=item * + +The C<eval_sv> and C<eval_pv> C functions now set C<$@> correctly when +there is a syntax error and no C<G_KEEPERR> flag, and never set it if the +C<G_KEEPERR> flag is present +L<[perl #3719]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=3719>. + =back =head1 Known Problems -- Perl5 Master Repository
