projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c19bd
)
utimens upgrade to support futimes.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:42:54 +0000
(20:42 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:42:54 +0000
(20:42 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 5f6c3539cca70032addd68bc3c1353332957f8d0..2bb19ebf7614e097baaea69cdada62461aa2c479 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,11
@@
+2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
+ (futimens): New function, which uses futimes if available.
+ (futimens, utimens): Support timespec==NULL, with same semantics
+ as utime and utimens.
+ * utimens.h (futimens): New decl.
+
2004-11-23 Jim Meyering <jim@meyering.net>
* closeout.c: Revert last change, since it seems EBADF is always defined.