]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 12 Apr 2004 09:31:04 +0000 (09:31 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Apr 2004 09:31:04 +0000 (09:31 +0000)
ChangeLog

index 61eb3fd5325113eeeb23a14ec5deb47d12826090..934c9a468dd45e5b5fe2ffc7ca794d166da31bd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
-2004-04-09  Jim Meyering  <jim@meyering.net>
+2004-03-27  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <jim@meyering.net>
 
        * Makefile.maint (.re-list): New rule/file, to replace
        hard-coded list of header file names.