summaryrefslogtreecommitdiff
path: root/lib/rpmatch.c
AgeCommit message (Collapse)Author
2003-09-11Include <stdlib.h> unconditionally.Jim Meyering
2003-06-06Include <limits.h> without checking for HAVE_LIMITS_H.Jim Meyering
Include <stddefs.h> unconditionally. (NULL): Don't define, since <stddef.h> does that.
2002-11-23Include gettext.h instead of <libintl.h>.Jim Meyering
2000-04-28[HAVE_LIMITS_H]: Include limits.h before regex.h to avoidJim Meyering
redefinition warning on some systems (HPUX). Otherwise, regex.h is included first, then limits.h is included by locale.h by libintl.h. From John David Anglin.
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