From: Jim Meyering Date: Wed, 15 Oct 2003 07:27:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eab16782da00f8791ee896c72ba4a687a46a209;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2b3f6f919f..7aed2cae36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-10-14 Paul Eggert + + Fix some number-parsing bugs, e.g., "head -n 100k@" wasn't + properly diagnosed. + * lib/human.c, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, + lib/xstrtoul.c, lib/xstrtoumax.c: Sync with gnulib. + * src/sort.c (parse_field_count): Handle the case where overflow + and invalid suffix char are both reported. + 2003-10-14 Jim Meyering * Version 5.0.92. @@ -6,6 +15,10 @@ chmod's new options: --preserve-root and --no-preserve-root. chown and chgrp have new options: -H -L -P + * src/ls.c (decode_switches) [TIOCGWINSZ]: Comment out the + warning-inducing test, ws.ws_col <= SIZE_MAX, since it was always + true on Linux. + * tests/chgrp/posix-H: New tests for the above. * tests/chgrp/Makefile.am (TESTS): Add posix-H.