summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-15 07:27:00 +0000
committerJim Meyering <jim@meyering.net>2003-10-15 07:27:00 +0000
commit0eab16782da00f8791ee896c72ba4a687a46a209 (patch)
tree0485bb62c32cd3732d94d42dc5b7a611882784e4 /ChangeLog
parentc8043fb65526afc32b67b92fca8f581fc9696233 (diff)
downloadcoreutils-0eab16782da00f8791ee896c72ba4a687a46a209.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b3f6f919..7aed2cae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-10-14 Paul Eggert <eggert@twinsun.com>
+
+ 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 <jim@meyering.net>
* 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.