summaryrefslogtreecommitdiff
path: root/lib/rpmatch.c
AgeCommit message (Collapse)Author
1998-12-19split long lineJim Meyering
1998-12-07(rpmatch) [!ENABLE_NLS]: Hard-code tests to use `^[yY]' and `^[nN]'.Jim Meyering
From Karl Heuer.
1998-12-07ansideclifyJim Meyering
1998-07-04remove ifdef around inclusion of regex.h altogether!!Jim Meyering
1998-07-04Change guard on <regex.h> inclusion to use newJim Meyering
symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4.
1997-02-04libitizeJim Meyering
1996-10-09[!WITH_REGEX]: Include rx.h.Jim Meyering
From Andreas Schwab.
1996-09-05Make sure NULL is defined by including stddef.hJim Meyering
(if STDC_HEADERS || _LIBC) or simply defining it (otherwise). Include sys/types.h for definition of size_t needed by regex.h.
1996-09-03this conforms to POSIX.2. From Paul Eggert <eggert@twinsun.com>.Jim Meyering
1996-09-02(ENABLE_NLS): Include libintl.h and define _ to gettext.Jim Meyering
1996-07-22(rpmatch): Add back [[:alpha:]]. Drepper says it's the standard.Jim Meyering
1996-07-21[STDC_HEADERS]: Guard inclusion of stdlib.h.Jim Meyering
(_) [!_]: Define it. (try): Add RESPONSE parameter. (rpmatch): Update caller. Change the regular expressions to be ^[yY] and ^[nN].
1996-07-21.Jim Meyering