summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-23 17:34:45 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-24 09:35:15 -0800
commitfae096d8028a4a3c855a3f11ee22e3e726e853bb (patch)
tree01b1ebac168ca60ded611c0b81101a00cb4caba9 /ChangeLog
parent1a268176fbb184e393c98575e61fe692264c7d91 (diff)
downloadgnulib-fae096d8028a4a3c855a3f11ee22e3e726e853bb.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efc3a3887e..85674b1058 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2021-11-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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 <eggert@cs.ucla.edu>
lseek: port around macOS SEEK_HOLE glitch