From: Jim Meyering Date: Thu, 5 Sep 1996 02:48:48 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19d~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d64ae4c1bec03895d3b84b2bf0aa6aec59a8b986;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index eae2c010f5..f5d9e99cb9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +Wed Sep 4 21:42:32 1996 Jim Meyering + + * lib/rpmatch.c: Make sure NULL is defined by including stddef.h + (if STDC_HEADERS || _LIBC) or simply defining it (otherwise). + Include sys/types.h for definition of size_t needed by regex.h. + + * lib/Makefile.am (fu_SOURCES): Add regex.c and rx.c. + (noinst_HEADERS): Add regex.h and rx.h. + + * configure.in (AM_SANITY_CHECK_CC): Use it. + (AM_WITH_REGEX): Use it. + + * acconfig.h (WITH_REGEX): Add it. + Tue Sep 3 08:13:09 1996 Jim Meyering * lib/rpmatch.c (rpmatch): Set yesexpr to "^[yY]" and noexpr to