]> Savannah Git Hosting - gnulib.git/commit
regex: assume RE_ENABLE_I18N
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Nov 2021 01:34:45 +0000 (17:34 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Nov 2021 17:35:15 +0000 (09:35 -0800)
commitfae096d8028a4a3c855a3f11ee22e3e726e853bb
tree01b1ebac168ca60ded611c0b81101a00cb4caba9
parent1a268176fbb184e393c98575e61fe692264c7d91
regex: assume RE_ENABLE_I18N

These days there is no longer any need to port to platforms
lacking iswctype etc., since Gnulib now has substitutes.
* config/srclist.txt: Comment out regex_internal.c and
regex_internal.h for now, since they no longer match glibc.
The intent is to merge them again soon.
* lib/regex_internal.h (RE_ENABLE_I18N): Remove.
All uses changed to assume that RE_ENABLE_I18N is 1.
* modules/regex (Depends-on): Add iswctype.
ChangeLog
config/srclist.txt
lib/regcomp.c
lib/regex_internal.c
lib/regex_internal.h
lib/regexec.c
modules/regex