Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-28 | [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid | Jim 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-19 | split long line | Jim Meyering | |
1998-12-07 | (rpmatch) [!ENABLE_NLS]: Hard-code tests to use `^[yY]' and `^[nN]'. | Jim Meyering | |
From Karl Heuer. | |||
1998-12-07 | ansideclify | Jim Meyering | |
1998-07-04 | remove ifdef around inclusion of regex.h altogether!! | Jim Meyering | |
1998-07-04 | Change guard on <regex.h> inclusion to use new | Jim Meyering | |
symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4. | |||
1997-02-04 | libitize | Jim Meyering | |
1996-10-09 | [!WITH_REGEX]: Include rx.h. | Jim Meyering | |
From Andreas Schwab. | |||
1996-09-05 | Make sure NULL is defined by including stddef.h | Jim 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-03 | this 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 | |