diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-27 13:11:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-27 13:11:00 +0000 |
commit | e068bafb72758fab1eb181c9880537214280e93c (patch) | |
tree | 7d30336bc187cbb46f2bbc7e929fff41ac5712dc /old | |
parent | 53ec884edb17c5d95c9247731d061bc710955203 (diff) | |
download | coreutils-e068bafb72758fab1eb181c9880537214280e93c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 622088bbd..a5b85782a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,14 @@ 2000-06-26 Paul Eggert <eggert@twinsun.com> + * src/chgrp.c (change_dir_group): Don't set errno before + invoking savedir, and assume that errno is nonzero if savedir fails. + * src/chmod.c (change_dir_mode): Likewise. + * src/chown.c (change_dir_owner): Likewise. + * src/copy.c (copy_dir): Likewise. + * src/du.c (count_entry): Likewise. + +2000-06-26 Paul Eggert <eggert@twinsun.com> + * src/df.c (show_dev): Round disk usage percentage up, not to nearest value. Use integer arithmetic if it's easy. Fix bug when converting twos-complement negative values to floating point. |