diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-21 22:46:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-21 22:46:46 +0000 |
commit | 96a39fa3f67efbd3c85b28e1bfbea254a05d91ee (patch) | |
tree | 4083aeb7b1db1f43c41f618cc06f32d2babdbbad /old/fileutils/ChangeLog | |
parent | 08ffff561586c8609e429a559d6af938c5094b8f (diff) | |
download | coreutils-96a39fa3f67efbd3c85b28e1bfbea254a05d91ee.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e00a300b3..40a8e4e57 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,16 @@ Sun Jul 21 11:58:48 1996 Jim Meyering <meyering@na-net.ornl.gov> - 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. |