|
c2f78d65
|
2000-04-28T16:49:38
|
|
[HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
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.
|
|
0eb34fb5
|
1998-12-19T17:18:23
|
|
split long line
|
|
f8e2674a
|
1998-12-07T05:14:07
|
|
(rpmatch) [!ENABLE_NLS]: Hard-code tests to use `^[yY]' and `^[nN]'.
From Karl Heuer.
|
|
cf42d3e5
|
1998-12-07T03:12:10
|
|
ansideclify
|
|
ee369d4b
|
1998-07-04T01:44:01
|
|
remove ifdef around inclusion of regex.h altogether!!
|
|
7509c70d
|
1998-07-04T00:15:37
|
|
Change guard on <regex.h> inclusion to use new
symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4.
|
|
729a4169
|
1997-02-04T03:26:31
|
|
libitize
|
|
484ac230
|
1996-10-09T11:55:22
|
|
[!WITH_REGEX]: Include rx.h.
From Andreas Schwab.
|
|
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.
|
|
67d7048b
|
1996-09-03T13:14:57
|
|
this conforms to POSIX.2. From Paul Eggert <eggert@twinsun.com>.
|
|
f646bc46
|
1996-09-02T16:18:48
|
|
(ENABLE_NLS): Include libintl.h and define _ to gettext.
|
|
bc57be3f
|
1996-07-22T01:01:10
|
|
(rpmatch): Add back [[:alpha:]]. Drepper says it's the standard.
|
|
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].
|
|
1af5084b
|
1996-07-21T17:16:13
|
|
.
|