aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* (compile_pattern): Call re_set_registers here.Richard M. Stallman1994-12-111-7/+5
* (search_regs_saved): Delete initializer.Richard M. Stallman1994-12-071-1/+1
* (save_search_regs): Add declaration.Richard M. Stallman1994-11-221-0/+1
* Added code for automatically saving and restoring the match dataFrancesco Potortì1994-11-211-0/+52
* (struct regexp_cache): New field `posix'.Richard M. Stallman1994-11-191-35/+154
* (searchbufs): New variable, replaces searchbuf and last_regexp andKarl Heuer1994-10-191-52/+90
* (scan_buffer): After temporarily turning immediate_quit off, turn itJim Blandy1994-10-111-2/+3
* * search.c: #include "region-cache.h".Jim Blandy1994-10-081-72/+227
* (skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-6/+6
* (Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):Karl Heuer1994-10-041-7/+6
* (Fmatch_data, Fstore_match_data): Use type test macros.Karl Heuer1994-09-271-4/+3
* (Freplace_match): New 4th arg OBJECT can specify string to replace in.Richard M. Stallman1994-09-231-10/+103
* (trivial_regexp_p): New function.Karl Heuer1994-09-201-26/+55
* (Fstring_match): Fix sign error.Karl Heuer1994-08-231-1/+1
* (Freplace_match): Treat caseless initial like a lowercase initial.Richard M. Stallman1994-08-111-5/+12
* (find_next_newline_no_quit): New function.Richard M. Stallman1994-06-141-0/+7
* (Freplace_match): Be sure not to treat non-digit like digit.Richard M. Stallman1994-06-111-1/+1
* (Freplace_match): Improve capitalization heuristics.Karl Heuer1994-05-251-4/+8
* (Freplace_match): Don't capitalize unless all matched words are capitalized.Richard M. Stallman1994-05-251-1/+4
* Update copyright.Karl Heuer1994-05-041-1/+1
* (Freplace_match): Don't capitalize unless all matched words are capitalized.Karl Heuer1994-04-051-6/+6
* (Freplace_match): Doc fix.Richard M. Stallman1994-03-271-1/+6
* (search_buffer): Avoid boolean/integer mixing that confuses some compilers.Karl Heuer1994-03-141-1/+4
* (Fre_search_forward, Fre_search_backward): Doc fix.Karl Heuer1994-03-101-7/+7
* (skip_chars): Treat `-' as alias for space, if syntaxp.Richard M. Stallman1994-03-041-0/+3
* (scan_buffer): New arg ALLOW_QUIT.Richard M. Stallman1994-02-031-4/+8
* (set_search_regs): New subroutine.Richard M. Stallman1994-01-101-45/+41
* (Fskip_chars_backward, Fskip_chars_forward): Doc fix.Richard M. Stallman1993-11-101-3/+3
* (skip_chars): Finish reenabling checks for buffer bounds.Richard M. Stallman1993-11-101-11/+5
* (Freplace_match): Fix argument names to match doc string.Brian Fox1993-10-251-10/+10
* (skip_chars): Fixed typo.Brian Fox1993-10-081-2/+4
* (skip_chars): Reinstate check for end of buffer, ignoring crypticBrian Fox1993-10-071-2/+7
* (Freplace_match): Call Finsert_and_inherit.Richard M. Stallman1993-09-141-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (compile_pattern): Cast result of re_compile_pattern.Richard M. Stallman1993-08-141-3/+2
* (search_buffer): If n is 0, just return POS.Richard M. Stallman1993-07-271-1/+5
* * search.c (Flooking_at, Fstring_match, fast_string_match,Jim Blandy1993-06-101-10/+0
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* * search.c (Freplace_match): Arrange for markers sitting at theJim Blandy1993-05-041-9/+17
* (search_buffer): Fix typo in previous change.Richard M. Stallman1993-04-071-7/+9
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-0/+21
* (Freplace_match): Clean up criterion about converting case.Richard M. Stallman1993-03-281-17/+19
* * callint.c (Fcall_interactively): Pass the correct number ofJim Blandy1993-02-221-1/+1
* (Fskip_syntax_backward): New function.Richard M. Stallman1993-02-211-24/+76
* (search_command): #if 0 previous change.Richard M. Stallman1993-02-151-0/+5
* (search_command): When moving to LIM on failure, return LIM.Richard M. Stallman1993-02-151-2/+3
* * search.c (Fskip_chars_forward, Fskip_chars_backward): Return theJim Blandy1992-12-121-18/+27
* * search.c (Fstore_match_data): Don't assume Flength returns anJim Blandy1992-10-311-1/+1
* Comment fix.Richard M. Stallman1992-10-151-1/+2