From 0eab16782da00f8791ee896c72ba4a687a46a209 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Oct 2003 07:27:00 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 2.47.2