diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-12 09:31:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-12 09:31:04 +0000 |
commit | e8cf49226a594fbbcae1b25efcab411eb7e7fff5 (patch) | |
tree | 02e5c8b67d99cd1ad87a155613eb262fa42b065e | |
parent | 4ed4732e78c12f22324dc5179f45555acb646905 (diff) | |
download | coreutils-e8cf49226a594fbbcae1b25efcab411eb7e7fff5.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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. |