In perl.git, the branch maint-5.20 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a06cb16473d91410ef6f8fb349ef984bb935e970?hp=c592e125ad8f4bb7476cffed9537213296301364>
- Log ----------------------------------------------------------------- commit a06cb16473d91410ef6f8fb349ef984bb935e970 Author: Steve Hay <[email protected]> Date: Wed Jan 21 18:17:47 2015 +0000 perldelta for 56f81afc0f Manually backported from commit fc475f6a00. M pod/perldelta.pod commit 19d0a1c9d25ef45ba018c0a0d8ccd3cb817fd952 Author: Abigail <[email protected]> Date: Wed Jan 21 13:57:48 2015 +0000 perldelta: Mention that IRIX and Tru64 are regained platforms. (cherry picked from commit b08dfed6cb042ae1ea8747b5a288db0673268b9c) [This is the perldelta for commits 490a64685c thru 5c8a1c80f0] M pod/perldelta.pod commit 43b8e94753ee1e5f69f0028d6fad7d19bffe776b Author: Steve Hay <[email protected]> Date: Wed Jan 21 13:47:56 2015 +0000 perldelta - Add link for RT ticket Also note that the fix for perl #123538 fixed #123622 as well. M pod/perldelta.pod commit 77112893b5968f87ec951842196bc24ee3775afd Author: Steve Hay <[email protected]> Date: Wed Jan 21 13:46:24 2015 +0000 perldelta for cherry-pick of e6d55c9947 M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a4c341b..0a4a304 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -188,6 +188,11 @@ XXX Changes (i.e. rewording) of diagnostic messages go here =item * +L<Bad symbol for scalar|perldiag/"Bad symbol for scalar"> is now documented. +This error is not new, but was not previously documented here. + +=item * + L<Missing right brace on \N{}|perldiag/"Missing right brace on \N{}"> is now documented. This warning is not new, but was not previously documented here. @@ -256,6 +261,11 @@ XXX Any changes to platform support should be listed in the sections below. [ Within the sections, list each platform as a =item entry with specific changes as paragraphs below it. ] +=head2 Regained Platforms + +IRIX and Tru64 platforms are working again. +(Some C<make test> failures remain.) + =head2 Platform-Specific Notes XXX List any changes for specific platforms. This could include configuration @@ -409,7 +419,15 @@ L<[perl #123198]|https://rt.perl.org/Ticket/Display.html?id=123198> C<< formline("@...", "a"); >> would crash. The C<FF_CHECKNL> cas in pp_formline() didn't set the pointer used to mark the chop position, which led to the C<FF_MORE> case crashing with a segmentation fault. -This has been fixed. [perl #123538] +This has been fixed. +L<[perl #123538]|https://rt.perl.org/Ticket/Display.html?id=123538> +L<[perl #123622]|https://rt.perl.org/Ticket/Display.html?id=123622> + +=item * + +A possible buffer overrun and crash when parsing a literal pattern during +regular expression compilation has been fixed. +L<[perl #123604]|https://rt.perl.org/Ticket/Display.html?id=123604> =back -- Perl5 Master Repository
