comparison tests/ChangeLog @ 4414:df576f30c1d8

Correct case-insensitive search for non-case, non-ASCII chars. Add tests. 2008-01-30 Aidan Kehoe <kehoea@parhasard.net> * automated/case-tests.el: Check for a bug Mike Sperber reported; check algorithms used, if available. 2008-01-30 Aidan Kehoe <kehoea@parhasard.net> * search.c (debug-xemacs-searches): New variable, available on debug builds. Used in tests/automated/case-tests.el. (search_buffer): Only store the charset_base for characters with translations. Correct some comments, correct some checks. If debug_xemacs_searches is non-zero, record which search was used. (boyer_moore): Remove an assertion that was incorrect. Remove its documentation. Correct an assertion dealing with equivalence tables; we may end up looking through the equivalence table if a non-ASCII non-case character was searched for.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 30 Jan 2008 09:26:59 +0100
parents e5b3c4dbc8a2
children bceb3e285ae7
comparison
equal deleted inserted replaced
4413:dc84ec90b463 4414:df576f30c1d8
1 2008-01-30 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/case-tests.el:
4 Check for a bug Mike Sperber reported; check algorithms used, if
5 available.
6
1 2008-01-16 Aidan Kehoe <kehoea@parhasard.net> 7 2008-01-16 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * automated/mule-tests.el (test-file-name): 9 * automated/mule-tests.el (test-file-name):
4 Call #'make-temp-file now it's available. Remove a long comment 10 Call #'make-temp-file now it's available. Remove a long comment
5 saying, essentially, that it should be used, not 11 saying, essentially, that it should be used, not