This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
11653f7
)
Update perl5133delta
author
Josh ben Jore
<jjore@cpan.org>
Fri, 16 Jul 2010 06:00:25 +0000
(06:00 +0000)
committer
Josh ben Jore
<jjore@cpan.org>
Fri, 16 Jul 2010 06:00:25 +0000
(06:00 +0000)
pod/perl5133delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5133delta.pod
b/pod/perl5133delta.pod
index
23388d8
..
b035012
100644
(file)
--- 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
=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)
=item *
Uses the less pager path from Config instead of searching for it (bf320d6)
@@
-575,6
+580,11
@@
L</Modules and Pragmata>.
=item *
=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)
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 *
=item *
-XXX
+readline() returns an empty string instead of undef when it is
+interrupted by a signal.
=back
=back