From: Jim Meyering Date: Sat, 28 Oct 2000 12:19:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_28~17 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3610481c9794d9b4e36bea14ee50499e63b958ee;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1422b48cc3..d6a2d74d74 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,7 @@ 2000-10-28 Jim Meyering Make `ls' a lot more efficient on systems (e.g., linux-2.4.*) - that save file type information in directory entries. + that store file type information in directory entries. * src/ls.c [enum filetype] (unknown): Add members (as yet unused): (HAVE_STRUCT_DIRENT_D_TYPE): Define. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 966e16a4ef..55fd7887bb 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,7 @@ Changes in release 4.01: [4.0.28] +* ls is much more efficient on systems (e.g., linux-2.4.*) that store file + type information in directory entries. * shred now automatically determines the size of each block device argument * ls's date/time format strings are now local dependent * mkdir, mknod, mkfifo, and chmod work better in conjunction with ACLs