summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-23 20:42:54 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-23 20:42:54 +0000
commite595badf4e634004cbcabbea5992706f903d2540 (patch)
tree14e73c24463dc9d0a5098fcf87f9b0917df4aa49 /lib
parente8c19bde9fdcdb481a5bf3c92fae0bbcb0ea1dfa (diff)
downloadcoreutils-e595badf4e634004cbcabbea5992706f903d2540.tar.xz
utimens upgrade to support futimes.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5f6c3539c..2bb19ebf7 100644
--- 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.