NetBSD/lib/libc/regex
itohy 7daefc5a5a Passing "char" values to ctype(3) functions is problematic.
If an argument of a ctype function is outside "unsigned char"
and if it is not EOF, the behavior is undefined.

The isascii(3) is the sole exception of above and it was used to
be used to check a value was valid for other ctype functions in
ancient systems.  On modern systems, the ctype functions take
all values of "unsigned char", and this check is obsolete and
even wrong for non-ASCII systems.  However, we leave the isascii()
untouched for now, so as not to change the current behavior.
2000-07-07 08:03:36 +00:00
..
COPYRIGHT
Makefile.inc add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
WHATSNEW
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 * use _DIAGASSERT() to check pointer arguments against NULL and file 1999-09-16 11:44:54 +00:00
re_format.7
regcomp.c Passing "char" values to ctype(3) functions is problematic. 2000-07-07 08:03:36 +00:00
regerror.c Delint. 2000-01-22 22:19:07 +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 Delint. 2000-01-22 22:19:07 +00:00
regfree.c Delint. 2000-01-22 22:19:07 +00:00
utils.h