summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-12 09:31:04 +0000
committerJim Meyering <jim@meyering.net>2004-04-12 09:31:04 +0000
commite8cf49226a594fbbcae1b25efcab411eb7e7fff5 (patch)
tree02e5c8b67d99cd1ad87a155613eb262fa42b065e /ChangeLog
parent4ed4732e78c12f22324dc5179f45555acb646905 (diff)
downloadcoreutils-e8cf49226a594fbbcae1b25efcab411eb7e7fff5.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 61eb3fd53..934c9a468 100644
--- 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.