From fc6712109f60b7466ab6426581de645ee93aff93 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sun, 30 Mar 2014 20:59:02 +0100 Subject: [PATCH] Start updating perldelta for 5.19.11 --- pod/perldelta.pod | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0c600f3..7e8b109 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,3 +1,9 @@ +=for todo + +b51c3e77db (craigb) - Reduce excessive stat calls in glob on VMS +7742aa6637 (davem) - [perl #121484] /m causing false negative +e141190569 (tonyc) - [perl #121366] avoid using an invalid SvPVX() in Perl_sv_pvn_force_flags + =encoding utf8 =head1 NAME @@ -119,6 +125,19 @@ XXX =item * +L has been upgraded from version 1.63 to 1.64. + +The MM_TEST_ROOT feature has been removed from the tests. + +=item * + +L has been upgraded from version 6.92 to 6.94. + +A regression in MM_Unix.pm has been resolved. +[L<#96|https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/96>] + +=item * + L has been upgraded from version 3.09 to 3.10. The list of Perl versions covered has been updated. @@ -307,24 +326,23 @@ L section. =over 4 -=item XXX-some-platform - -XXX - =item Win32 About 15 minutes of idle sleeping was removed from running C due to a bug in which the timeout monitor used for tests could not be cancelled once the test completes, and the full timeout period elapsed before running the next test file. +[L] +XXX: Reword this and fix spelling mistakes: On a Perl built without psuedo-fork (psuedo-fork builds were not affected by this bug), probably since prcess tree kill feature was implemented on Win32, killing a process tree with L and a negative signal, resulted in kill inverting the returned value. This ment successfully killing 1 process tree PID returned 0, and also passing 2 invalid PID, returned 2. This has been corrected so the documented behavior for return values for kill -executes. [perl #121230] +executes. +[L] =back -- 2.7.4