Mercurial > hg > xemacs-beta
comparison tests/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 | 98e54edf3ab2 |
children | 5e526366d533 |
comparison
equal
deleted
inserted
replaced
4321:98e54edf3ab2 | 4322:f70e56bb52a7 |
---|---|
1 2007-12-10 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * reproduce-bugs.el (reproduce-bug): Add bug 10, crash in search. | |
4 | |
1 2007-12-10 Stephen J. Turnbull <stephen@xemacs.org> | 5 2007-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 6 |
3 * reproduce-bugs.el: Add some commentary. | 7 * reproduce-bugs.el: Add some commentary. |
4 Number the two unnumbered bugs. | 8 Number the two unnumbered bugs. |
5 Comment out the keybinding. | 9 Comment out the keybinding. |