From: Jim Meyering Date: Sat, 15 Jan 2000 12:00:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ee46f4bf8c2917d5c141bffa468171bd6375997;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 98a42d78b9..ad6bd2ebef 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,6 +1,8 @@ 2000-01-15 Jim Meyering * 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 diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d9b4005426..59f9ac632a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,8 @@ 2000-01-15 Jim Meyering - * 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