]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 28 Jan 1995 14:07:41 +0000 (14:07 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Jan 1995 14:07:41 +0000 (14:07 +0000)
old/textutils/ChangeLog

index 808e946f3bf151071604f37e9efc943086e69f3e..51d0693a0f00851bf287139a5a7b523030272bfb 100644 (file)
@@ -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)