From fae096d8028a4a3c855a3f11ee22e3e726e853bb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 23 Nov 2021 17:34:45 -0800 Subject: 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efc3a3887e..85674b1058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2021-11-23 Paul Eggert + + 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. + 2021-11-15 Paul Eggert lseek: port around macOS SEEK_HOLE glitch -- cgit v1.2.1