From: Jim Meyering Date: Mon, 12 Apr 2004 09:31:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1804 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8cf49226a594fbbcae1b25efcab411eb7e7fff5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 61eb3fd532..934c9a468d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ -2004-04-09 Jim Meyering +2004-03-27 Paul Eggert + + * NEWS: cp -pu and mv -u (when copying) now take the destination + file system time stamp resolution into account. + * doc/coreutils.texi (mv invocation): Document this. + (cp invocation): Document -u (it was missing!) with new behavior. - * Version 5.3.0. + * src/copy.c: Include "utimecmp.h". + (copy_internal): Compare time stamps using utimecmp rather than + MTIME_CMP. + +2004-04-09 Jim Meyering * Makefile.maint (.re-list): New rule/file, to replace hard-coded list of header file names.