summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/ChangeLog2
-rw-r--r--old/sh-utils/ChangeLog5
2 files changed, 5 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 98a42d78b..ad6bd2ebe 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,6 +1,8 @@
2000-01-15 Jim Meyering <meyering@lucent.com>
* jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
+ (AC_REPLACE_FUNCS): Add memcpy and memset.
+ Add these, too: stime strcspn stpcpy strstr strtol strtoul.
2000-01-12 Jim Meyering <meyering@lucent.com>
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d9b400542..59f9ac632 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,8 @@
2000-01-15 Jim Meyering <meyering@lucent.com>
- * configure.in (AC_REPLACE_FUNCS): Remove gethostname and getusershell.
- Now that's done in m4/.
+ * configure.in (AC_REPLACE_FUNCS): Remove gethostname, getusershell,
+ memcpy, and memset. Now that's done in m4/.
+ Remove these, too: stime strcspn stpcpy strstr strtol strtoul.
2000-01-12 Jim Meyering <meyering@lucent.com>