projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa33c3
)
ChangeLog: add entry for today's dirfd change
author
Jim Meyering
<meyering@redhat.com>
Wed, 4 Feb 2009 14:53:51 +0000
(15:53 +0100)
committer
Jim Meyering
<meyering@redhat.com>
Wed, 4 Feb 2009 14:53:51 +0000
(15:53 +0100)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 491806abcf6951f9247ffd5f7d7c336bb7bdf50b..3377837048b25b80ebb218de6719b8c0fb17a272 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,11
@@
+2009-02-04 Jim Meyering <meyering@redhat.com>
+
+ dirfd: set errno upon failure
+ * lib/dirfd.c: Include <errno.h>.
+ Set errno to ENOTSUP when returning -1.
+ * modules/dirfd (Depends-on): Add errno.
+ Suggested by John Kodis <kodis@comcast.net>.
+
2009-02-01 Bruno Haible <bruno@clisp.org>
Don't assume sizeof (long) >= sizeof (void *).