NetBSD/lib/libc/regex
drochner b6581ead5f Minor size_t!=int related cleanup, only effective on the alpha.
btw: the maximum length of an RE is limited by the "int" range, also
on the alpha. "sopno" is "int", and "int"s are used as counters within
the code, so it would need some work to change this. I only don't know
how one could test it...
1998-12-13 12:21:46 +00:00
..
COPYRIGHT add unintrusive Ids 1995-02-27 13:22:58 +00:00
Makefile.inc add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
WHATSNEW add unintrusive Ids 1995-02-27 13:22:58 +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
engine.c regoff_t is used like size_t within the code, it should be defined 1998-12-08 14:00:24 +00:00
re_format.7 add unintrusive Ids 1995-02-27 13:22:58 +00:00
regcomp.c Minor size_t!=int related cleanup, only effective on the alpha. 1998-12-13 12:21:46 +00:00
regerror.c correct a comment, minor formatting 1998-12-08 13:48:06 +00:00
regex.3 first pass at fixing up capitalization of function names and 1998-08-29 08:32:32 +00:00
regex2.h Minor size_t!=int related cleanup, only effective on the alpha. 1998-12-13 12:21:46 +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 remove another unneeded cast 1998-12-08 13:49:46 +00:00
utils.h add unintrusive Ids 1995-02-27 13:22:58 +00:00