Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1425:74cb069b8417
[xemacs-hg @ 2003-04-23 15:42:44 by stephent]
stale match data <87fzo99rje.fsf@tleepslib.sk.tsukuba.ac.jp>
new split-string <87d6jd9qis.fsf@tleepslib.sk.tsukuba.ac.jp>
support (info "(file)node") <87adeh9qa7.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 23 Apr 2003 15:42:52 +0000 |
parents | c7045d239c2b |
children | 969b7290edca |
comparison
equal
deleted
inserted
replaced
1424:c35e2ad2f97d | 1425:74cb069b8417 |
---|---|
1 2003-04-17 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Fix stale match data after failed search bug. | |
4 | |
5 * search.c (search_buffer): | |
6 Don't find null string if repetition count is 0. | |
7 (string_match_1): | |
8 (looking_at_1): | |
9 (search_buffer): | |
10 (simple_search): | |
11 (boyer_moore): | |
12 Clear all search regs as start, not unused ones on success. | |
13 * regex.c (re_match_2_internal): Fix comment about clearing regs. | |
14 | |
15 * search.c (Freplace_match): Document error conditions in docstring. | |
16 (These actually error now after a failed match.) | |
17 | |
1 2003-04-16 Chris Palmer <chris@nodewarrior.org> | 18 2003-04-16 Chris Palmer <chris@nodewarrior.org> |
2 | 19 |
3 * sysdll.c (dll_open): Removed Objective C-ism to fix Mac build. | 20 * sysdll.c (dll_open): Removed Objective C-ism to fix Mac build. |
4 | 21 |
5 2003-04-16 Stephen J. Turnbull <stephen@xemacs.org> | 22 2003-04-16 Stephen J. Turnbull <stephen@xemacs.org> |