comparison src/ChangeLog @ 1024:ccaf90c5a53a

[xemacs-hg @ 2002-10-02 09:29:37 by stephent] 21.4 -> R21.5 stuff manual improvements <87k7l1p6su.fsf@tleepslib.sk.tsukuba.ac.jp> regexp tests <87fzvpp6mf.fsf@tleepslib.sk.tsukuba.ac.jp> add-to-list doc Ville Skyttä <87bs6dp6io.fsf@tleepslib.sk.tsukuba.ac.jp> Move filename associations Ville Skyttä <877kh1p6ee.fsf@tleepslib.sk.tsukuba.ac.jp> lookup-syntax-properties <87admil2e0.fsf_-_@tleepslib.sk.tsukuba.ac.jp> fix stale submatches <873crpp50v.fsf_-_@tleepslib.sk.tsukuba.ac.jp> info for developers <87y99hnqc4.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 02 Oct 2002 09:31:40 +0000
parents 3d3204656cb4
children b03923afd851
comparison
equal deleted inserted replaced
1023:ce9bdd48654f 1024:ccaf90c5a53a
1 2002-09-09 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * search.c (clear_unused_search_regs): New static function.
4 (search_buffer):
5 (simple_search):
6 (boyer_moore):
7 Use it. Fixes "stale match data" bug reported by Martin Stjernholm.
8 Minor clarifications in comments.
9
10 * regex.c (re_match_2_internal): Ensure no stale submatches.
11
12 2002-09-26 Golubev I. N. <gin@mo.msk.ru>
13
14 * frame-x.c (x_delete_frame): do not call XtDisplay on a destroyed
15 widget.
16
1 2002-09-22 Mike Sperber <mike@xemacs.org> 17 2002-09-22 Mike Sperber <mike@xemacs.org>
2 18
3 * specifier.c (specifier_add_spec): Don't do anything if NILP 19 * specifier.c (specifier_add_spec): Don't do anything if NILP
4 (inst_list)---otherwise, assertions in the rest of the specifier 20 (inst_list)---otherwise, assertions in the rest of the specifier
5 code get violated. 21 code get violated.