log src/search.c @ 9422:669208821120

age author description
1994-10-08 Jim Blandy * search.c: #include "region-cache.h".
1994-10-04 Karl Heuer (skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer (Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):
1994-09-27 Karl Heuer (Fmatch_data, Fstore_match_data): Use type test macros.
1994-09-23 Richard M. Stallman (Freplace_match): New 4th arg OBJECT can specify string to replace in.
1994-09-20 Karl Heuer (trivial_regexp_p): New function.
1994-08-23 Karl Heuer (Fstring_match): Fix sign error.
1994-08-11 Richard M. Stallman (Freplace_match): Treat caseless initial like a lowercase initial.
1994-06-14 Richard M. Stallman (find_next_newline_no_quit): New function.
1994-06-11 Richard M. Stallman (Freplace_match): Be sure not to treat non-digit like digit.
1994-05-25 Karl Heuer (Freplace_match): Improve capitalization heuristics.
1994-05-25 Richard M. Stallman (Freplace_match): Don't capitalize unless all matched words are capitalized.
1994-05-04 Karl Heuer Update copyright.
1994-04-05 Karl Heuer (Freplace_match): Don't capitalize unless all matched words are capitalized.
1994-03-27 Richard M. Stallman (Freplace_match): Doc fix.
1994-03-14 Karl Heuer (search_buffer): Avoid boolean/integer mixing that confuses some compilers.
1994-03-10 Karl Heuer (Fre_search_forward, Fre_search_backward): Doc fix.
1994-03-04 Richard M. Stallman (skip_chars): Treat `-' as alias for space, if syntaxp.
1994-02-03 Richard M. Stallman (scan_buffer): New arg ALLOW_QUIT.
1994-01-10 Richard M. Stallman (set_search_regs): New subroutine.
1993-11-10 Richard M. Stallman (Fskip_chars_backward, Fskip_chars_forward): Doc fix.
1993-11-10 Richard M. Stallman (skip_chars): Finish reenabling checks for buffer bounds.
1993-10-25 Brian Fox (Freplace_match): Fix argument names to match doc string.
1993-10-08 Brian Fox (skip_chars): Fixed typo.
1993-10-07 Brian Fox (skip_chars): Reinstate check for end of buffer, ignoring cryptic
1993-09-14 Richard M. Stallman (Freplace_match): Call Finsert_and_inherit.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-14 Richard M. Stallman (compile_pattern): Cast result of re_compile_pattern.
1993-07-27 Richard M. Stallman (search_buffer): If n is 0, just return POS.
1993-06-10 Jim Blandy * search.c (Flooking_at, Fstring_match, fast_string_match,