diff options
author | Josh ben Jore <jjore@cpan.org> | 2010-07-16 06:00:25 +0000 |
---|---|---|
committer | Josh ben Jore <jjore@cpan.org> | 2010-07-16 06:00:25 +0000 |
commit | 976a3bea8f1872dbfceb551b2e6c5f781df9fd90 (patch) | |
tree | e66289facdfcd8b28c04fca03c83bdaaa25ebe3b /pod/perl5133delta.pod | |
parent | 11653f7f62827db7d32b9e38cb5558124f6c5161 (diff) | |
download | perl-976a3bea8f1872dbfceb551b2e6c5f781df9fd90.tar.gz |
Update perl5133delta
Diffstat (limited to 'pod/perl5133delta.pod')
-rw-r--r-- | pod/perl5133delta.pod | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod index 23388d827a..b035012403 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 |