Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4322:f70e56bb52a7
src/search.c (simple_search): Fix underrun in reverse search.
Add braces to avoid future whitespace bogosity.
(search_buffer): Clarify decision to use boyer_moore or not.
tests/reproduce-bugs.el: Bug 10 to test for the underrun.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 10 Dec 2007 01:13:36 -0800 |
parents | 4d0f773d5e21 |
children | 5e526366d533 |
comparison
equal
deleted
inserted
replaced
4321:98e54edf3ab2 | 4322:f70e56bb52a7 |
---|---|
1 2007-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * search.c (simple_search): Fix underrun in reverse search. | |
4 (search_buffer): Clarify decision to use boyer_moore or not. | |
5 | |
1 2007-12-06 Aidan Kehoe <kehoea@parhasard.net> | 6 2007-12-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * tests.c (Ftest_data_format_conversion): | 8 * tests.c (Ftest_data_format_conversion): |
4 Move those tests that expect that iso-8859-2 is ISO | 9 Move those tests that expect that iso-8859-2 is ISO |
5 2022-compatible to testing iso-latin-2-with-esc instead. | 10 2022-compatible to testing iso-latin-2-with-esc instead. |