diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-16 12:48:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-16 12:48:22 +0000 |
commit | 0e2ebc67e23c1eb9b1f7fae630ba5d33dcbae238 (patch) | |
tree | 43f0b9a16601a21d1a18b256a5dba7bcbed1b653 /old/fileutils | |
parent | 2795faa36f50b3209005e991f85c19a4e4f8e840 (diff) | |
download | coreutils-0e2ebc67e23c1eb9b1f7fae630ba5d33dcbae238.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c806f51e3..905853baa 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,21 @@ +2000-06-16 Jim Meyering <meyering@lucent.com> + + * src/copy.c (copy_reg): Give a slightly better diagnostic upon + open failure. + +2000-06-15 Paul Eggert <eggert@twinsun.com> + + * NEWS, doc/fileutils.texi: df, du, and ls now round disk + usage up and disk free space down. + + * src/df.c (df_readable): New arg for rounding style. + Round negative numbers correctly. + (show_dev): Round disk usage up and disk free space down. + + * src/ls.c: (print_dir, gobble_file, print_long_format, + print_file_name_and_frills): Round disk usage up. + * src/du.c (print_size): Likewise. + 2000-06-14 Andreas Schwab <schwab@suse.de> * tests/rm/r-1 (framework_failure): Initialize this instead of |