diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-28 12:18:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-28 12:18:31 +0000 |
commit | b4c60a84e1dbe652453928a7514100ca32aacc34 (patch) | |
tree | 41416a8fb6eea216d18387f5530976c593439580 | |
parent | a67cbceb5a648fefe69e542154be266742b38676 (diff) | |
download | coreutils-b4c60a84e1dbe652453928a7514100ca32aacc34.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f49439066..1422b48cc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |