From: Jim Meyering Date: Thu, 20 Dec 2001 10:01:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8871355d7e8240b45ad6cf01e2a4dc403337152d;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c7d80541a4..477cbe7105 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,9 +1,18 @@ +2001-01-19 Paul Eggert + + * 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 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