aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eec2d1e6..8915aff3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2016-04-11 Arnold D. Robbins <arnold@skeeve.com>
* regexec.c: Stamp out last remaining use of __attribute.
+ * regcomp.c: Undo change of 2016-01-24 when parsing single-byte
+ ranges. Go back to treating them as bytes and not as characters.
+ The change broke things on Windows in non-UTF-8 character sets.
2016-04-10 John E. Malmberg <wb8tyw@qsl.net>