*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:18:31 +0000 (12:18 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:18:31 +0000 (12:18 +0000)
old/fileutils/ChangeLog

index f49439066c3c3c3010443ca7ace887af2cb008d7..1422b48cc311ed0d02b6b2ce0ce4b59e49fb2f2d 100644 (file)
@@ -1,5 +1,17 @@
 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.
+       * src/ls.c [enum filetype] (unknown):
+       Add members (as yet unused):
+       (HAVE_STRUCT_DIRENT_D_TYPE): Define.
+       (format_needs_type): New global.
+       (main): Set it.
+       (print_dir): Set `type' from directory entry, if possible.
+       (gobble_file): Add a parameter, TYPE.
+       Stat the file only if its type is unknown and we need the type.
+       Patch from Ulrich Drepper.
+
        Shred can now determine the size of a block devices (e.g. /dev/fd0)
        by writing until a write operation fails.
        * src/shred.c: Include assert.h.