aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 005a51c2..1b8fbeb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-01-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ Regex: treat [x] as x if x is a unibyte encoding error.
+ This change removes an ifdef GAWK.
+
+ * lib/regcomp.c (parse_byte) [ !_LIBC && RE_ENABLE_I18N]: New function.
+ (build_range_exp) [ !_LIBC && RE_ENABLE_I18N]: Use it.
+ From Paul Eggert <eggert@cs.ucla.edu>.
+
2016-01-22 Arnold D. Robbins <arnold@skeeve.com>
* regexec.c (prune_impossible_nodes): Remove all attributes, on