changeset 5483:3f93a1012f85

Merge from coreutils.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 23 Nov 2004 20:58:57 +0000
parents bbda18bfb70f
children 62e4ac23af02
files lib/ChangeLog
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,15 @@
+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>
+
+	* __fpending.c: Add comment.
+
 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
 	* lib/getopt_.h: Re-addition of __getopt_argv_const caused
@@ -9,7 +21,6 @@
 	[defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
 	__need_getopt after including <stdio.h> and <unistd.h> These
 	headers might have defined it.
-	
 
 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>