summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-31 10:39:47 +0000
committerJim Meyering <jim@meyering.net>2003-01-31 10:39:47 +0000
commit3f026f04482290238633fcb7b646d7f285d7f595 (patch)
treec25d57589135d67944da4ef85223119fdae54c5e /ChangeLog
parentde49951491631bab884ac387ebb745a511817d6b (diff)
downloadcoreutils-3f026f04482290238633fcb7b646d7f285d7f595.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 231731ac4..547f1eefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
-2003-01-30 Jim Meyering <jim@meyering.net>
+2003-01-31 Jim Meyering <jim@meyering.net>
* Version 4.5.5.
+ Rewrite to perform directory traversal using nftw.
+
+ * src/du.c: Include "dirname.h", "ftw.h", and "quotearg.h".
+ (AUTHORS): Add self.
+ (opt_one_file_system): Move global into `main'.
+ (path, xstat, exit_status): Remove declarations.
+ (arg_length, suffix_length): New globals.
+ (G_fail): New global, sort of like the old `exit_status'.
+ (IS_FTW_DIR_TYPE): Define.
+ (print_only_size): New function.
+ (process_file): New function.
+ (str_init, ensure_space, str_copyc, str_concatc): Remove functions.
+ (str_trunc, pop_dir, count_entry): Likewise.
+ (du_files): Rewrite to use nftw.
+
+2003-01-30 Jim Meyering <jim@meyering.net>
+
* tests/du/trailing-slash: Ensure that du/ftw follows a command-line
symlink-to-directory with -L, even without the trailing slash.