freebsd-skq/contrib/libgnuregex
Andrey A. Chernov f04b8af8fa After removing collation for [a-z] ranges in r302512, do it here too.
Instead of trying to expand whole range at regcomp() stage as we do,
GNU regex allocates separate ranges [start,end] set each character
is checked against, so collation is possible and turned on for ranges here.

When something like that will be implemented or our obsoleted regex code
will be replaced to something like TRE, and in case we decide to use
collation in [a-z] ranges, all changes related to r302512 can be backed out,
but now we need consistency.
2016-07-13 18:51:19 +00:00
..
regcomp.c After removing collation for [a-z] ranges in r302512, do it here too. 2016-07-13 18:51:19 +00:00
regex_internal.c
regex_internal.h
regex.c
regex.h
regexec.c After removing collation for [a-z] ranges in r302512, do it here too. 2016-07-13 18:51:19 +00:00