summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-15 12:47:46 +0000
committerJim Meyering <jim@meyering.net>2000-06-15 12:47:46 +0000
commitc659fb712539148feaa9dd3fee81a7db0a45764c (patch)
treecabb12e5d93b7a80edf3ab68642d25a2a166ffda
parentcbb9845165430ed9770fb142a2c7ae6a232ccdbe (diff)
downloadcoreutils-c659fb712539148feaa9dd3fee81a7db0a45764c.tar.xz
*** empty log message ***
-rw-r--r--THANKS1
-rw-r--r--lib/ChangeLog1
2 files changed, 2 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index cc0527bb8..3dfd4284d 100644
--- a/THANKS
+++ b/THANKS
@@ -203,6 +203,7 @@ Peter Seebach seebs@taniemarie.solon.com
Phil Richards phil.richards@vf.vodafone.co.uk
Philippe De Muyter phdm@macqel.be
Philippe Schnoebelen Philippe.Schnoebelen@imag.fr
+Piergiorgio Sartor sartor@sony.de
Rainer Orth ro@TechFak.Uni-Bielefeld.DE
Ralf W. Stephan stephan@tmt.de
Ralph Loader loader@maths.ox.ac.uk
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>