From: Paul Eggert Date: Tue, 23 Nov 2004 20:58:57 +0000 (+0000) Subject: Merge from coreutils. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f55babcb8a7b1ac6f0bdaa291bd1ecf8340d41;p=pspp Merge from coreutils. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 93d905a970..151220cce8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2004-11-23 Paul Eggert + + * 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 + + * __fpending.c: Add comment. + 2004-11-23 Sergey Poznyakoff * 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 and These headers might have defined it. - 2004-11-20 Paul Eggert