]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:19:05 +0000 (12:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:19:05 +0000 (12:19 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 1422b48cc311ed0d02b6b2ce0ce4b59e49fb2f2d..d6a2d74d74e292720b404ec5697d002d28a4c004 100644 (file)
@@ -1,7 +1,7 @@
 2000-10-28  Jim Meyering  <meyering@lucent.com>
 
        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.
index 966e16a4ef110c47a237fb6208e4d1ef3488541f..55fd7887bb7a93ad217cad38a537c71832bc478d 100644 (file)
@@ -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