summaryrefslogtreecommitdiff
path: root/lib/rpmatch.c
AgeCommit message (Collapse)Author
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