lib/rpmatch.c


Log

Author Commit Date CI Message
Jim Meyering 729a4169 1997-02-04T03:26:31 libitize
Jim Meyering 484ac230 1996-10-09T11:55:22 [!WITH_REGEX]: Include rx.h. From Andreas Schwab.
Jim Meyering a2232307 1996-09-05T02:48:41 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.
Jim Meyering 67d7048b 1996-09-03T13:14:57 this conforms to POSIX.2. From Paul Eggert <eggert@twinsun.com>.
Jim Meyering f646bc46 1996-09-02T16:18:48 (ENABLE_NLS): Include libintl.h and define _ to gettext.
Jim Meyering bc57be3f 1996-07-22T01:01:10 (rpmatch): Add back [[:alpha:]]. Drepper says it's the standard.
Jim Meyering f9aa6e11 1996-07-21T22:46:39 [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].
Jim Meyering 1af5084b 1996-07-21T17:16:13 .