]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 17:56:00 +0000 (17:56 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 17:56:00 +0000 (17:56 +0000)
ChangeLog

index 35b5970fda06d5437d369cd559714c8ff1fcd4e4..7c5d21e6bfc38bf8bec2a0ae99183d7de91fcc51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2003-10-02  Jim Meyering  <jim@meyering.net>
 
+       * 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.
        * 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  <jim@meyering.net>
-
-       * src/du.c (is_symlink_to_dir): Remove now-unnecessary function.
-
 2003-10-01  Akim Demaille  <akim@epita.fr>
 
-       * 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  <jim@meyering.net>