diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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> |