summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-27 14:24:56 +0000
committerJim Meyering <jim@meyering.net>2001-10-27 14:24:56 +0000
commitcda8d2a9af44922e189968b06f994f98da603f9c (patch)
tree4f57b49b773ab38d487671d5400e610370d94b09 /old
parent58b5f108f2365f5afa9f828f5a397e162d0ea38c (diff)
downloadcoreutils-cda8d2a9af44922e189968b06f994f98da603f9c.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index ed425d1fd..d7bf3d2ae 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,13 @@
-2001-10-04 Jim Meyering <meyering@lucent.com>
+2001-10-27 Jim Meyering <meyering@lucent.com>
* Version 2.0.17.
+ Give an accurate diagnostic when `head --bytes=30M' fails.
+ * src/head.c (string_to_integer): Check explicitly for overflow,
+ and lump everything else together as `invalid'.
+
+2001-10-04 Jim Meyering <meyering@lucent.com>
+
Rename --all-repeated argument `precede' to `prepend'.
* src/uniq.c (enum delimit_method): s/DM_PRECEDE/DM_PREPEND/
and change all uses.