diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-20 19:11:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-20 19:11:08 +0000 |
commit | 46bfcaf2bb7151d91be06ea597603388517de0d9 (patch) | |
tree | 93ca6e06c0097f50a2e2eb405574e0cdd4496c44 | |
parent | 44e80d26cb87d65a8b23c75634820ed8890be5f3 (diff) | |
download | coreutils-46bfcaf2bb7151d91be06ea597603388517de0d9.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -1,15 +1,26 @@ 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. + * Use automake-1.7.3. Regenerate dependent files. - * 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/stat.c (print_stat): New format: %B (to print ST_NBLOCKSIZE). + This makes %b (number of ST_NBLOCKSIZE-byte blocks) more useful. + (usage) [%B]: Describe it. + [%b]: Refer to %B. + + * Version 4.5.8. * src/du.c (process_file): Reorganize the code to use only one array and to make -S Patch by Bruno Haible. + * tests/du/basic: New test. + + * 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): Set info->skip before any possible return. Report correct usage for directories, not 0. @@ -17,8 +28,6 @@ _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 listed mount point under `Filesystem'. Before, for an unmounted block- or character-special file argument, it would display the |