In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/976a3bea8f1872dbfceb551b2e6c5f781df9fd90?hp=11653f7f62827db7d32b9e38cb5558124f6c5161>
- Log ----------------------------------------------------------------- commit 976a3bea8f1872dbfceb551b2e6c5f781df9fd90 Author: Josh ben Jore <jj...@cpan.org> Date: Fri Jul 16 06:00:25 2010 +0000 Update perl5133delta ----------------------------------------------------------------------- Summary of changes: pod/perl5133delta.pod | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod index 23388d8..b035012 100644 --- a/pod/perl5133delta.pod +++ b/pod/perl5133delta.pod @@ -423,6 +423,11 @@ here. Most of these are built within the directories F<utils> and F<x2p>. =over +=item * + +The remote terminal works after forking and spawns new sessions - one +for each forked process. + =item * Uses the less pager path from Config instead of searching for it (bf320d6) @@ -575,6 +580,11 @@ L</Modules and Pragmata>. =item * +Fixed readline() when interrupted by signals so it no longer returns +the "same thing" as before or random memory. + +=item * + Fixed a regression of kill() when a match variable is used for the process ID to kill. (RT#75812) (8af710e) @@ -645,7 +655,8 @@ from either 5.XXX.XXX or 5.XXX.XXX. =item * -XXX +readline() returns an empty string instead of undef when it is +interrupted by a signal. =back -- Perl5 Master Repository