summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-01-28 14:07:41 +0000
committerJim Meyering <jim@meyering.net>1995-01-28 14:07:41 +0000
commit8c3911c2b4ccd44f555792234b48bc4e27ac2f97 (patch)
tree0b34d9ab65bd7248c5b000063f683d26a409d89b /old/textutils/ChangeLog
parenta6f7c6d0c736c33c619ba27dccc59dedbc1739c0 (diff)
downloadcoreutils-8c3911c2b4ccd44f555792234b48bc4e27ac2f97.tar.xz
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 808e946f3..51d0693a0 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -21,7 +21,13 @@ Sat Jan 28 07:07:23 1995 Jim Meyering (meyering@comco.com)
* tr.c (substr): Don't allocate a byte for trailing NUL in result
since the result needn't be NUL-terminated. Don't NUL terminate it.
- * lib/Makefile.in (SOURCES): Add memmove.c
+ * configure.in (AC_REPLACE_FUNCS): Check for memmove and memcpy,
+ not bcopy.
+ (AC_CHECK_FUNCS): Add strchr and strrchr.
+
+ * lib/Makefile.in (SOURCES): Add memmove.c and memcpy.c.
+ * memmove.c: New file.
+ * memcpy.c: New file.
Tue Jan 24 22:18:19 1995 Jim Meyering (meyering@comco.com)