Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4901:7504864a986c
Don't use Boyer-Moore if repeated octets & case-insensitive search.
2010-01-30 Aidan Kehoe <kehoea@parhasard.net>
* search.c (search_buffer):
Don't use Boyer-Moore for case-insensitive search if the search
pattern contains repeated Ibytes and the corresponding character
has case information (or, equivalently, if one of its case
equivalents would contain repeated Ibytes).
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 30 Jan 2010 22:25:39 +0000 |
parents | 9a6c3653f58e |
children | 70089046adef |
comparison
equal
deleted
inserted
replaced
4900:0eccfd4850d6 | 4901:7504864a986c |
---|---|
1 2010-01-30 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * search.c (search_buffer): | |
4 Don't use Boyer-Moore for case-insensitive search if the search | |
5 pattern contains repeated Ibytes and the corresponding character | |
6 has case information (or, equivalently, if one of its case | |
7 equivalents would contain repeated Ibytes). | |
8 | |
1 2010-01-28 Jerry James <james@xemacs.org> | 9 2010-01-28 Jerry James <james@xemacs.org> |
2 | 10 |
3 * Makefile.in.in: Remove internationalization rules, since the | 11 * Makefile.in.in: Remove internationalization rules, since the |
4 lib-src programs they invoke are now gone. | 12 lib-src programs they invoke are now gone. |
5 | 13 |