]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 4 Aug 2001 17:55:10 +0000 (17:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Aug 2001 17:55:10 +0000 (17:55 +0000)
old/fileutils/ChangeLog

index e3f0165d062a5c4feea99f10aec1e138297f4a6c..04f91dcf425cf798a98fc5ab11a805a56ac91018 100644 (file)
@@ -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.