comparison src/ChangeLog @ 1468:0f42689481f0

[xemacs-hg @ 2003-05-09 14:52:37 by stephent] revert clobber match data <873cjoi38t.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 09 May 2003 14:52:43 +0000
parents e5da225ea2ca
children 1fcb2428fee7
comparison
equal deleted inserted replaced
1467:e5da225ea2ca 1468:0f42689481f0
1 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * search.c (search_regs): Make comment reflect reality.
4 (clear_search_regs): Unconditionally clear global regs.
5 (set_search_regs): Call clear_search_regs to clear unused regs.
6 (looking_at_1):
7 (string_match_1):
8 (search_buffer):
9 (simple_search):
10 (boyer_moore):
11 Don't call clear_search_regs directly.
12 (Flooking_at):
13 (Fposix_looking_at):
14 (Fstring_match):
15 (Fposix_string_match):
16 (Fsearch_backward):
17 (Fsearch_forward):
18 (Fword_search_backward):
19 (Fword_search_forward):
20 (Fre_search_backward):
21 (Fre_search_forward):
22 (Fposix_search_backward):
23 (Fposix_search_forward):
24 Document that search/match failure preserves match data.
25 (Freplace_match):
26 (Fstore_match_data):
27 Improve docstrings.
28
29 * regex.c (re_match_2_internal): Init syn1, syn2 to quiet compiler.
30
31 * regex.h (struct re_registers): Add comment.
32
1 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> 33 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
2 34
3 Various cleanups against the possibility that <sys/stat.h> does 35 Various cleanups against the possibility that <sys/stat.h> does
4 #define stat ... . 36 #define stat ... .
5 37