summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-02-11 13:36:02 +0000
committerJim Meyering <jim@meyering.net>1995-02-11 13:36:02 +0000
commitf299c4e0f6e0c55c71522df0cac70bee5e3d4fb4 (patch)
tree43487f8614b6cd9d660e75ecc16814b9d33a153c /old/textutils
parent79c16924de3eb2ec2a7a66c506fc3fd8a330b4c4 (diff)
downloadcoreutils-f299c4e0f6e0c55c71522df0cac70bee5e3d4fb4.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index ae678ca87..61315f50a 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,17 @@
+Sat Feb 11 07:31:08 1995 Jim Meyering (meyering@comco.com)
+
+ * system.h: Remove index/rindex and bcmp/bcopy/bzero references.
+
+ * wc.c (wc): For efficiency, handle separately the cases in which
+ words need not be counted. Suggested by Karl Heuer.
+
+ * wc.c (wc): Don't overcount the number of bytes when reading
+ from a regular file on stdin with file pointer not at BOF.
+ From Karl Heuer <karl@gnu.ai.mit.edu>. Before, the command
+ `(dd ibs=99k skip=1; wc -c) < /etc/group' made wc output the
+ size of the file. Now it outputs `0'.
+
+
Sat Jan 28 07:07:23 1995 Jim Meyering (meyering@comco.com)
* cat.c (cat): Use memmove rather than bcopy.