From: Jim Meyering Date: Sun, 21 Jul 1996 22:46:46 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a39fa3f67efbd3c85b28e1bfbea254a05d91ee;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e00a300b3f..40a8e4e57c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,16 @@ Sun Jul 21 11:58:48 1996 Jim Meyering - All this is from Ulrich Drepper. + * lib/rpmatch.c [STDC_HEADERS]: Guard inclusion of stdlib.h. + (_) [!_]: Define it. + (try): Add RESPONSE parameter. + (rpmatch): Update caller. + Change the regular expressions to be ^[yY] and ^[nN]. + + * configure.in (AC_CHECK_FUNCS): Don't check rpmatch. + + * acconfig.h (HAVE_OBSTACK): Undef it. + + The following is from Ulrich Drepper. * configure.in (AC_REPLACE_FUNCS): Add rpmatch. * lib/Makefile.am (EXTRA_DIST): Add rpmatch.c.