From 321136f30b91ebd17e55fbd4508ec6b2c4671336 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 2 Oct 2003 17:56:00 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35b5970fda..7c5d21e6bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2003-10-02 Jim Meyering + * Version 5.0.92. + + * src/du.c: Include "fts_.h", not ftw.h. + (opt_dereference_arguments, arg_length, suffix_length): Remove globals. + (IS_FTW_DIR_TYPE): Remove definition. + (IS_DIR_TYPE): Define. + (is_symlink_to_dir): Remove now-unnecessary function. + (process_file, du_files): Rewrite to use fts. + * tests/du/inaccessible-cwd: Ensure that even when run from an inaccessible directory, du can still operate on accessible directories elsewhere. @@ -7,18 +16,12 @@ * tests/rm/deep-1: Ensure that du can process a hierarchy of depth 400 while using no more than 50KB of stack space. -2003-10-01 Jim Meyering - - * src/du.c (is_symlink_to_dir): Remove now-unnecessary function. - 2003-10-01 Akim Demaille - * Version 5.0.92. - * announce-gen (print_news_deltas): New function, extracted from main. (main): Make `news_file' an array. Use '...=s' => \@var for --news and --url-directory specs. - Before there were a couple of problems. + Before there were a couple of portability problems. 2003-09-30 Jim Meyering -- 2.47.2