diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-15 12:47:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-15 12:47:46 +0000 |
commit | c659fb712539148feaa9dd3fee81a7db0a45764c (patch) | |
tree | cabb12e5d93b7a80edf3ab68642d25a2a166ffda /lib | |
parent | cbb9845165430ed9770fb142a2c7ae6a232ccdbe (diff) | |
download | coreutils-c659fb712539148feaa9dd3fee81a7db0a45764c.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 117836009..85ec33ba8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,7 @@ * lib/human.c (human_readable_inexact): Allow an input block size that is not a multiple of the output block size, and vice versa. + Reported by Piergiorgio Sartor. 2000-06-14 Paul Eggert <eggert@twinsun.com> |