diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-22 18:32:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-22 18:32:36 +0000 |
commit | 8d58cbb99ed913bde96630bff79b111c68b89c30 (patch) | |
tree | 5f7bad84f66e63df6539ed9b9b7df3c005abb4f3 /old | |
parent | 3b87431a699eba8fb1afabd6fd73bf1b31414f2d (diff) | |
download | coreutils-8d58cbb99ed913bde96630bff79b111c68b89c30.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index fa3e0c552..142f03421 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1998-07-22 Paul Eggert <eggert@twinsun.com> + * lib/human.c (human_readable): amt -> damt, to fix typo when + computing which power to use after overflow occurs during + multiplication. + * lib/xstrtol.c: Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4. |