freebsd-dev/lib/libc/regex
Andrey A. Chernov 12eae8c8f3 1) Eliminate possibility to call __*collate_range_cmp() with inclomplete
locale (which cause core dump) by removing whole 'table' argument
by which it passed.

2) Restore __collate_range_cmp() in __sccl().

3) Collating [a-z] range in regcomp() only for single bytes locales
(we can't do it now for other ones). In previous state only first 256
wchars are considered and all others are just silently dropped from the
range.
2016-07-14 09:07:25 +00:00
..
grot Add -static to CFLAGS to unbreak the tests by using a libc.a with 2015-12-13 06:33:52 +00:00
cname.h
COPYRIGHT
engine.c libc: regexec(3) adjustment. 2016-05-25 15:35:23 +00:00
Makefile.inc
re_format.7 mdoc: rendering fixes 2015-04-26 10:55:39 +00:00
regcomp.c 1) Eliminate possibility to call __*collate_range_cmp() with inclomplete 2016-07-14 09:07:25 +00:00
regerror.c
regex2.h
regex.3 libc: regexec(3) adjustment. 2016-05-25 15:35:23 +00:00
regexec.c
regfree.c
Symbol.map
utils.h
WHATSNEW