summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-01-28 04:58:03 +0000
committerJim Meyering <jim@meyering.net>1995-01-28 04:58:03 +0000
commit3794d3b8ade648b1caed3aedce4142ee49368541 (patch)
treedb00642b366c4f48604b03f9a59f28919a66ba0e /old/textutils/ChangeLog
parent42a6a387123663022e12edd0f971353145afe232 (diff)
downloadcoreutils-3794d3b8ade648b1caed3aedce4142ee49368541.tar.xz
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 09647284b..243a75dfd 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,10 @@
+ * cat.c (cat): Use memmove rather than bcopy.
+ * csplit.c (load_buffer): Use memcpy rather than bcopy.
+ * fmt.c (isopen, isclose, isperiod): Use strchr, not index.
+ (flush_paragraph): Use memmove instead of bcopy.
+
+ * lib/Makefile.in (SOURCES): Add memmove.c
+
Tue Jan 24 22:18:19 1995 Jim Meyering (meyering@comco.com)
* fmt.c (copy_rest): Replace `||' with `&&'. Before, a paragraph