]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 20 Feb 2003 17:59:37 +0000 (17:59 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Feb 2003 17:59:37 +0000 (17:59 +0000)
ChangeLog
tests/envvar-check

index 3de5b4012d4da4b42c785e9ff5e7164ea44e8855..5fd87eafc235e50a92666089b22e8fa6092c5836 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2003-02-20  Jim Meyering  <jim@meyering.net>
 
+       * tests/envvar-check: Add checks for the following:
+       BLOCK_SIZE, DU_BLOCK_SIZE, DF_BLOCK_SIZE, LS_BLOCK_SIZE.
+
+       * tests/Makefile.am: Rename phony target envvar-check to evar-check
+       so as not to conflict with the distributed file by the same name.
+
+       * src/du.c (process_file): Reorganize the code to use only
+       one array and to make -S
+       Patch by Bruno Haible.
+
+       * src/du.c (process_file): Set info->skip before any possible return.
+
+       Report correct usage for directories, not 0.
+       * src/du.c (process_file): Return for `file_type == FTW_DPRE'
+       _before_ recording the dev/ino of a directory.
+       Reported by Bruno Haible.
+
        * Version 4.5.8.
 
        Now, df always displays the device file name corresponding to the
index 9fd7776d885e52c9b0d060956f9ac7f47703b918..bfc6c79c5c906fb247917727f208545b1a67fa13 100644 (file)
@@ -4,6 +4,8 @@ else
   as_unset=false
 fi
 
+# FIXME-someday: The following is begging to be factored, ...
+
 $as_unset VERSION_CONTROL SIMPLE_BACKUP_SUFFIX
 $as_unset BLOCK_SIZE DU_BLOCK_SIZE DF_BLOCK_SIZE LS_BLOCK_SIZE