]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 29 Oct 2000 07:50:07 +0000 (07:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Oct 2000 07:50:07 +0000 (07:50 +0000)
old/fileutils/ChangeLog

index e216b331f34b9ca3c691dce8422e432ceba82a39..4ed188d4bfbb54abb95e1b9d42ced13e7e810ca5 100644 (file)
@@ -1,5 +1,21 @@
+2000-10-29  Jim Meyering  <meyering@lucent.com>
+
+       * src/ls.c (DT_INIT): Define.
+       [enum filetype]: Remove the #ifdef, and use DT_INIT on the
+       initializers instead.  Reported by John David Anglin.
+
+       * tests/lang-default (LC_COLLATE): Set it to the empty string and
+       export it.  Otherwise, tests/cp/cp-mv-backup would fail e.g., when
+       LC_COLLATE was set to en.  Reported by Vin Shelton.
+
 2000-10-28  Jim Meyering  <meyering@lucent.com>
 
+       * src/ls.c (main): In call to gobble_file with `"."', use `directory'
+       as the type, not `unknown'.
+       [enum filetype] (arg_directory): Rather than `100', use
+       a number that should never conflict with another DT_* value.
+       From Ulrich Drepper.
+
        * Version 4.0.28.
 
        Make `ls' a lot more efficient on systems (e.g., linux-2.4.*)