freebsd-skq/lib/libc/regex
Baptiste Daroussin 08ad4efb5e The regex code does not work with multibyte codesets like UTF-8.
In fact, it doesn't even work with single-byte codesets like ISO-8859-1.
The comparison blows up at index 128 (the range is 0 to UCHAR_MAX (255).

As a temporary workaround, all comparisons will be done in C locale
regardless of the environment setting.  The regex library needs to be
updated to handle all codesets.

Obtained from:	Dragonfly
2015-08-08 19:29:59 +00:00
..
grot
cname.h
COPYRIGHT
engine.c Prevent NULL pointer de-reference. 2015-02-21 15:02:27 +00:00
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
re_format.7 mdoc: rendering fixes 2015-04-26 10:55:39 +00:00
regcomp.c The regex code does not work with multibyte codesets like UTF-8. 2015-08-08 19:29:59 +00:00
regerror.c
regex2.h
regex.3 mdoc: rendering fixes 2015-04-26 10:55:39 +00:00
regexec.c
regfree.c
Symbol.map
utils.h
WHATSNEW