projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee71f1d
)
perldelta for ee71f1d151a
author
Tony Cook
<tony@develop-help.com>
Wed, 18 Dec 2013 02:56:54 +0000
(13:56 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 18 Dec 2013 02:56:54 +0000
(13:56 +1100)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index 61642097ab901eaebfb1e2dd7f433d5fbb81ad62..cfc2b5de898e8e4b7d96d3574855cdbee8365b94 100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-408,6
+408,12
@@
surrounding character class contained anything else. (That is, the bug
didn't happen if the C<[:^ascii:]> was the only element of the character
class.) [perl #120799]
+=item *
+
+C<< readdir() >> now only sets C<$!> on error. C<$!> is no longer set
+to C<EBADF> when then terminating C<undef> is read from the directory
+unless the system call sets C<$!>. [perl #118651]
+
=back
=head1 Known Problems