NetBSD/lib/libc/regex
drochner c300f8f462 Back out part of the last change. This broke on the alpha (or wherever
sizeof(u_int32_t) != sizeof(*)), at least in cases with re->re_g->nstates
between 32 and 64.
Primary reason for the breakage was that the "states1" definition didn't
work as expected. (It didn't work before either, but this was not noticed
due to sizeof(long)==sizeof(*).)
The alpha can handle larger problems with the "small" state machine model
if a "long" is used as state variable, so it is better to keep the old
definition here. (u_int32_t is left for the "operator" variables.)
Use "int" as "sopno" - this is used as index into the states field, there
is no point in using a fized-size type.
1998-12-08 13:41:42 +00:00
..
cclass.h const poisoning. 1998-07-26 12:17:51 +00:00
cname.h const poisoning. 1998-07-26 12:17:51 +00:00
COPYRIGHT add unintrusive Ids 1995-02-27 13:22:58 +00:00
engine.c Delint: 1998-11-14 16:43:49 +00:00
Makefile.inc add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
re_format.7 add unintrusive Ids 1995-02-27 13:22:58 +00:00
regcomp.c Delint: 1998-11-14 16:43:49 +00:00
regerror.c Delint: 1998-11-14 16:43:49 +00:00
regex2.h Back out part of the last change. This broke on the alpha (or wherever 1998-12-08 13:41:42 +00:00
regex.3 first pass at fixing up capitalization of function names and 1998-08-29 08:32:32 +00:00
regexec.c Back out part of the last change. This broke on the alpha (or wherever 1998-12-08 13:41:42 +00:00
regfree.c Delint: 1998-11-14 16:43:49 +00:00
utils.h add unintrusive Ids 1995-02-27 13:22:58 +00:00
WHATSNEW add unintrusive Ids 1995-02-27 13:22:58 +00:00