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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
perldelta for 6136213, cccbbce
[perl5.git]
/
pod
/
perldelta.pod
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
f43fc3a
..
387d6f3
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-2,8
+2,6
@@
=for comment
Stuff that needs to be done still:
=for comment
Stuff that needs to be done still:
-6136213 [perl #52000] Warn/abort on attempted perl exit
-cccbbce Reap child in case where exception has been thrown
70502ce [perl #119101] Extraneous warnings in Parse::ErrorString::Perl
aa8c2dc Fix RT #41461 (with a test).
70502ce [perl #119101] Extraneous warnings in Parse::ErrorString::Perl
aa8c2dc Fix RT #41461 (with a test).
@@
-219,6
+217,13
@@
needed and a regression introduced in 0.78 has been fixed.
=item *
=item *
+L<IPC::Open3> has been upgradded from version 1.14 to 1.15.
+
+C<open3> would leak a zombie process if the child process I/O
+redirection or exec() failed. [perl #114722]
+
+=item *
+
The libnet module collection has been upgraded from version 1.22 to 1.23.
=item *
The libnet module collection has been upgraded from version 1.22 to 1.23.
=item *
@@
-468,6
+473,11
@@
well.
C<sv_pos_b2u_flags> has been added to the API. It is similar to
C<sv_pos_b2u>, but supports long strings on 64-bit platforms.
C<sv_pos_b2u_flags> has been added to the API. It is similar to
C<sv_pos_b2u>, but supports long strings on 64-bit platforms.
+=item *
+
+C<PL_exit_flags> can now be used by perl embedders or other XS code to
+have perl warn or abort() on an attempted exit. [perl #52000]
+
=back
=head1 Selected Bug Fixes
=back
=head1 Selected Bug Fixes