summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-27 18:06:38 +0000
committerJim Meyering <jim@meyering.net>2003-01-27 18:06:38 +0000
commit77e740fff6d32d9aac85285ff1e480c136adf82c (patch)
treecc9ed62dad06b80d7879cae1324909cfa6907ac6
parentfd51c35ed66eafd9607adf7aaf47f29873f7e9aa (diff)
downloadcoreutils-77e740fff6d32d9aac85285ff1e480c136adf82c.tar.xz
*** empty log message ***
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 28e2c69e7..1b6a70c90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
[4.5.5]
-* du has been rewritten to use a variant of ftw.c from GNU libc
+* ls --dired produces correct byte offset for file names containing
+ nonprintable characters in a multibyte locale
+* du has been rewritten to use a variant of GNU libc's ftw.c
* du now counts the space associated with a directory's directory entry,
even if it cannot list or chdir into that subdirectory.
* du -S now includes the st_size of each entry corresponding to a subdirectory