aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ef08f0..2ee6a12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2018-08-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ regex: Gnulib unibyte RRI uses bytes not chars
+ Adjust the non-glibc code to agree with what Gawk needs for
+ rational range interpretation (RRI) for regular expression ranges.
+ In unibyte locales, Gawk wants ranges to use the underlying byte
+ rather than the character code point. This change does not affect
+ glibc proper.
+ * posix/regcomp.c (parse_byte) [!LIBC && RE_ENABLE_I18N]:
+ In unibyte locales, use the byte value rather than
+ running it through btowc.
+
2018-08-10 Joseph Myers <joseph@codesourcery.com>
* sysdeps/generic/math-tests-snan.h: New file.