From 4efd012fe0c6ce8723e9c84d0a00e2ff6829b20e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Feb 2003 17:59:37 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 17 +++++++++++++++++ tests/envvar-check | 2 ++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3de5b4012d..5fd87eafc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2003-02-20 Jim Meyering + * 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 diff --git a/tests/envvar-check b/tests/envvar-check index 9fd7776d88..bfc6c79c5c 100644 --- a/tests/envvar-check +++ b/tests/envvar-check @@ -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 -- 2.47.3