summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 07:46:38 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 07:46:38 +0000
commit06392556ec3e1a5b7e171ab7b869c9e92424f960 (patch)
treee02bcb819e2c4f8950366aea89dd0f0bea028dbd /old
parent222973731a5f80c22c9d1255dce0552d1a88b88f (diff)
downloadcoreutils-06392556ec3e1a5b7e171ab7b869c9e92424f960.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 54a757dc6..f712a6714 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,18 @@
-2001-08-28 Jim Meyering <meyering@lucent.com>
+2001-08-31 Jim Meyering <meyering@lucent.com>
* Version 2.0.15.
+2001-08-30 Paul Eggert <eggert@twinsun.com>
+
+ * src/cat.c: Include full-write.h.
+ (full_write): Remove decl; not needed.
+ * src/split.c: Likewise.
+
+ * src/cat.c (simple_cat, cat):
+ Don't assume read and write size fits in int.
+
+2001-08-28 Jim Meyering <meyering@lucent.com>
+
* src/fmt.c (main): Correct the diagnostic for invalid argument to -w.
(main): Diagnose an invalid, old-style width option.