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:
d732c5e
)
perldelta for dd1dbff0
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 17 Aug 2016 00:34:49 +0000
(20:34 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 17 Aug 2016 00:34:49 +0000
(20:34 -0400)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
0edd6db
..
3a04773
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-389,6
+389,12
@@
avoid crashing with torsocks. This was a regression from 5.22. [perl
C<defined *{'!'}>, C<defined *{'['}>, and C<defined *{'-'}> no longer leak
memory if the typeglob in question has never been accessed before.
+=item *
+
+In 5.25.4 fchown() was changed not to accept negative one as an argument
+because in some platforms that is an error. However, in some other platforms
+that is an acceptable argument. This change has been reverted [perl #128967].
+
=back
=head1 Known Problems