regex: use locale-independent comparison for codeset name
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Jun 2012 22:16:07 +0000 (15:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Jun 2012 22:16:55 +0000 (15:16 -0700)
commitd4903bb0efac5e399b785c71367d8cda3fb539ab
treeab32145715d1c2f6934695c7644da7abfecdddbc
parent265729b658680423d7467feb4edc8c188857453c
regex: use locale-independent comparison for codeset name

See Bruno Haible's comment in <http://bugs.gnu.org/10305#120>.
* lib/regcomp.c (init_dfa): Use just ASCII case comparison
for codeset name.
* lib/regex_internal.h: Do not include <strings.h>, since we
no longer use strcasecmp.
* modules/regex (Depends-on): Remove strcase.
ChangeLog
lib/regcomp.c
lib/regex_internal.h
modules/regex