diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-15 12:00:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-15 12:00:16 +0000 |
commit | 8ee46f4bf8c2917d5c141bffa468171bd6375997 (patch) | |
tree | 11f39162192a15cdb88f02e246b9fcbef171910b | |
parent | b6040be40a477f255a6bdaea73bca40340775f86 (diff) | |
download | coreutils-8ee46f4bf8c2917d5c141bffa468171bd6375997.tar.xz |
*** empty log message ***
-rw-r--r-- | m4/ChangeLog | 2 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 5 |
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> |