projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a7508b1
)
perldelta for #75812
author
Father Chrysostomos <sprout@cpan.org>
Thu, 18 Aug 2011 06:47:59 +0000 (23:47 -0700)
committer
Father Chrysostomos <sprout@cpan.org>
Thu, 18 Aug 2011 06:47:59 +0000 (23:47 -0700)
This is from perl5140delta.
pod/perl5125delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5125delta.pod
b/pod/perl5125delta.pod
index
fcf9496
..
9204afa
100644
(file)
--- a/
pod/perl5125delta.pod
+++ b/
pod/perl5125delta.pod
@@
-168,6
+168,11
@@
to make a single C<setreuid()> call, rather than calling C<setruid()> and
C<seteuid()> separately. Consequently it did not work properly. This has
been fixed [perl #75212].
+=item *
+
+Fixed a regression of kill() when a match variable is used for the
+process ID to kill [perl #75812].
+
=back
=head1 New or Changed Diagnostics