From: Jim Meyering Date: Sun, 16 Jan 2000 16:36:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67cf2e1e2ee1d4df2eaefc5a5ef9f0704e0dc163;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 105271d04a..f7456a3ad6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,13 @@ +2000-01-16 Jim Meyering + + * configure.in: Remove AM_FUNC_ERROR_AT_LINE, jm_FUNC_STRFTIME, + AC_FUNC_VPRINTF, and AC_FUNC_ALLOCA. Now they're in m4/. + 2000-01-15 Jim Meyering + * configure.in (AC_REPLACE_FUNCS): Remove these: memcpy memset stpcpy + strpbrk strtol strtoul. Now that's in m4/. + unexpand could infloop * src/unexpand.c (TAB_STOP_SENTINEL): Define. (unexpand): Use it instead of INT_MAX.