freebsd-src/lib/libc/regex
Andrey A. Chernov bb01f2c588 MFC: r302824
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() works for single byte locales only
(we can't do it for other ones). In previous state only first 256
wide chars are considered and all others are just silently dropped from the
range.
2016-07-22 14:24:17 +00:00
..
grot MFC r292153: 2015-12-20 00:40:33 +00:00
cname.h Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
COPYRIGHT
engine.c MFC r300683: 2016-06-24 02:24:34 +00:00
Makefile.inc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
re_format.7 MFC r268066: 2014-08-03 18:39:11 +00:00
regcomp.c MFC: r302824 2016-07-22 14:24:17 +00:00
regerror.c Diff reduction against other *BSDs: ANSIfy function 2007-06-11 03:05:54 +00:00
regex2.h Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
regex.3 MFC r300683: 2016-06-24 02:24:34 +00:00
regexec.c Diff reduction against other *BSDs: ANSIfy function 2007-06-11 03:05:54 +00:00
regfree.c Diff reduction against other *BSDs: ANSIfy function 2007-06-11 03:05:54 +00:00
Symbol.map Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
utils.h Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
WHATSNEW