summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-04 17:55:10 +0000
committerJim Meyering <jim@meyering.net>2001-08-04 17:55:10 +0000
commit09bf17f365a01ea35f1c0b98658eb73c9caed47a (patch)
tree75f07970a52a9c14255cee5fca8443bc22e442f4 /old
parent34c138f62af8b42cdb2b3821e22528ffdd06364c (diff)
downloadcoreutils-09bf17f365a01ea35f1c0b98658eb73c9caed47a.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e3f0165d0..04f91dcf4 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,12 +1,29 @@
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.
+
+ * src/copy.c (copy_internal):
+ Reported by Vin Shelton.
+
* tests/mv/i-3: New test for the above fix.
+2001-08-03 Paul Eggert <eggert@twinsun.com>
+
+ * ls.c (quote_name): Pass 0 to mbsnwidth, since the default
+ got changed and we want the default now.
+
+2001-08-03 Paul Eggert <eggert@twinsun.com>
+
+ * ls.c (quote_name): Pass 0 to mbsnwidth, since the default
+ got changed and we want the default now.
+
2001-07-15 Jim Meyering <meyering@lucent.com>
* src/copy.c (copy_internal): Set *rename_succeeded, so that
the caller (mv) doesn't remove the source file.
FIXME: add test case
+ Reported by FIXME?
* src/Makefile.am (INCLUDES): Add -I../lib so sys2.h can include
the new, generated file, unlocked-io.h.