summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-20 10:01:41 +0000
committerJim Meyering <jim@meyering.net>2001-12-20 10:01:41 +0000
commit174e9df9c19bc60e44c89bc8ecad5038b3a5ad8a (patch)
treeb36d41d14737b493d27c478a32dc1c7f7c039a17 /lib
parent8d83abaf8938587604a656932bcd7e290293d879 (diff)
downloadcoreutils-174e9df9c19bc60e44c89bc8ecad5038b3a5ad8a.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c7d80541a..477cbe710 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,9 +1,18 @@
+2001-01-19 Paul Eggert <eggert@twinsun.com>
+
+ * closeout.c (close_stdout_status): If ferror (stdout), do
+ not silently exit merely because the output buffer happens to
+ have nothing pending.
+
2001-12-18 Paul Eggert <eggert@twinsun.com>
See the big note in ../ChangeLog.
* human.c (suffixes): Prefer K to k for 1024.
(generate_suffix_backwards): New function.
(human_readable_inexact): Use it.
+ * xstrtol.c (__xstrtol): If there is no number but there
+ is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary.
+ Accept 'K' as well as 'k'.
2001-12-15 Jim Meyering <meyering@lucent.com>