From: Jim Meyering Date: Sun, 29 Oct 2000 07:50:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_11~13 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e716f459a5089f8df7345d1b09660a317354b960;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e216b331f3..4ed188d4bf 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,21 @@ +2000-10-29 Jim Meyering + + * 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 + * 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.*)