aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 653b0baf..8945a6bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2011-12-12 Arnold D. Robbins <arnold@skeeve.com>
+2011-12-26 Arnold D. Robbins <arnold@skeeve.com>
- * match_mb_charset: Per Paolo Bonzini, modify range checking to
- use simple comparison. Rational Range Interpretation rules!
+ Finish Rational Range Interpretation (!)
+
+ * dfa.c (match_mb_charset): Compare wide characters directly
+ instead of using wcscoll().
+ * regexec.c (check_node_accept_byte): Ditto.
+
+ Thanks to Paolo Bonzini for pointing these out.
2011-12-06 John Haque <j.eh@mchsi.com>