summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-22 08:33:34 +0000
committerJim Meyering <jim@meyering.net>1998-01-22 08:33:34 +0000
commit6a8e657775c9e8893a230c22ab5e23c342f95f3d (patch)
tree1ff26b3af4c1f26560ccd94c87692ec43d89e5d2 /old/fileutils/ChangeLog
parent309819620bfe11cd711edddad74a19bc520e0733 (diff)
downloadcoreutils-6a8e657775c9e8893a230c22ab5e23c342f95f3d.tar.xz
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 0bebc666d..78660c617 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,11 +1,28 @@
+1998-01-22 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * tests/rm/sunos-1: Don't use -f. Do adjust $RM if it's a
+ relative path.
+
+ * tests/ls/time-1: Use GNU touch to work around problems with NFS
+ caching and/or clock skew. Reported by Kaveh Ghazi.
+
+ * tests/ls/Makefile.am (TESTS_ENVIRONMENT): Add TOUCH.
+
+ * src/Makefile.am (noinst_HEADERS): Add remove.h.
+ (mv_SOURCES): Define.
+ (rm_SOURCES): Define.
+
1998-01-21 Jim Meyering <meyering@na-net.ornl.gov>
* src/install.c: Declare new global, backup_type.
(main): Initialize backup_type unconditionally.
- (copy_file): Call find_backup_file_name with new backup_type, argument.
+ (copy_file): Call find_backup_file_name with new argument, backup_type.
* src/ln.c: Declare new global, backup_type.
(main): Initialize backup_type unconditionally.
- (do_link): Call find_backup_file_name with new backup_type, argument.
+ (do_link): Call find_backup_file_name with new argument, backup_type.
+
+ * src/copy.c (copy_internal): Use x->backup_type, not the global.
+ (valid_options): Use VALID_BACKUP_TYPE and VALID_SPARSE_MODE.
* src/copy.h: (VALID_SPARSE_MODE): Define.
[struct cp_options] (backup_type): New member.