1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00
This commit is contained in:
Jim Meyering
1995-02-11 13:36:02 +00:00
parent 79c16924de
commit f299c4e0f6
+14
View File
@@ -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.