Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 4904:e91e3e353805
Don't compare the same octet with itself if checking for boyer_moore_ok
src/ChangeLog addition:
2010-01-31 Aidan Kehoe <kehoea@parhasard.net>
* search.c (search_buffer):
When checking the octets of c for identity, don't compare the
same octet with itself. Thank you Ben Wing!
tests/ChangeLog addition:
2010-01-31 Aidan Kehoe <kehoea@parhasard.net>
* automated/search-tests.el:
Check that multidimensional characters with repeated octets and
case information force simple_search(), since boyer_moore()
doesn't understand them when constructing its stride table.
In passing; correct my spelling.
* automated/case-tests.el (uni-mappings):
In passing; delete a couple of redundant tests, correct the logic
of another.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 31 Jan 2010 18:09:57 +0000 |
parents | c902301f8b7d |
children | 9e7f5a77cc84 |
comparison
equal
deleted
inserted
replaced
4903:70089046adef | 4904:e91e3e353805 |
---|---|
1 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/search-tests.el: | |
4 Check that multidimensional characters with repeated octets and | |
5 case information force simple_search(), since boyer_moore() | |
6 doesn't understand them when constructing its stride table. | |
7 In passing; correct my spelling. | |
8 * automated/case-tests.el (uni-mappings): | |
9 In passing; delete a couple of redundant tests, correct the logic | |
10 of another. | |
11 | |
1 2010-01-30 Ben Wing <ben@xemacs.org> | 12 2010-01-30 Ben Wing <ben@xemacs.org> |
2 | 13 |
3 * automated/search-tests.el: | 14 * automated/search-tests.el: |
4 * automated/search-tests.el (insert): | 15 * automated/search-tests.el (insert): |
5 Use LF not CRLF for line endings. | 16 Use LF not CRLF for line endings. |