summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-05 08:52:48 +0000
committerJim Meyering <jim@meyering.net>2001-08-05 08:52:48 +0000
commiteab8963d9204e26607bb537ad0d7062841f2a035 (patch)
tree7ff4a22d902357cfdc726778a22229fb5ef02f1c /old
parent8e81a3f7a5c11dcbfc6c6f579a985a6bb0263490 (diff)
downloadcoreutils-eab8963d9204e26607bb537ad0d7062841f2a035.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 368b35d94..c2b1d5cf3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,17 @@
+2001-08-05 Jim Meyering <meyering@lucent.com>
+
+ * tests/root-only: Generalize. Rename to ...
+ * tests/priv-check: ...this. New file. Renamed from the above.
+ * tests/Makefile.am (EXTRA_DIST): Reflect renaming.
+ * tests/mv/i-3: Reflect name and usage changes.
+ * tests/chown/basic: Likewise.
+ * tests/cp/special-bits: Likewise.
+ * tests/sample-test: Likewise.
+
2001-08-04 Jim Meyering <meyering@lucent.com>
- * tests/root-only: Correct the primary test: s/||/&&/.
- Remove *all* write access, no just that of the owner.
+ * tests/root-only: Remove *all* write access, not just that
+ of the owner.
* src/copy.c (copy_internal):
Reported by Vin Shelton.
@@ -9,6 +19,7 @@
* src/copy.c: FIXME
* tests/mv/i-3: New test for the above fix.
+ * tests/mv/Makefile.am (TESTS): Add i-3.
2001-08-03 Paul Eggert <eggert@twinsun.com>
@@ -1758,7 +1769,7 @@
Perform POSIX-mandated (for cp) open-with-O_WRONLY|O_TRUNC when copying
a regular source file and the destination file exists; upon failure,
unlink that existing file, then open again, but with O_WRONLY|O_CREAT.
- (copy_internal): `force' in not related to interactive; remove
+ (copy_internal): `force' is not related to interactive; remove
the conjunct.
Remove the entire `else if (x->force)' block; justifying
removal of the non-directory part is easy: POSIX requires we try