log src/search.c @ 19025:8d7c6644d2f9

age author description
1997-07-13 Richard M. Stallman (compile_pattern_1): Don't declare val with CONST.
1997-06-09 Richard M. Stallman (fast_c_string_match_ignore_case):
1997-06-02 Richard M. Stallman (Freplace_match): If opoint is 0, that's relative to ZV.
1997-06-02 Richard M. Stallman (search_buffer): Use XINT around refs to trt.
1997-05-31 Richard M. Stallman (Freplace_match): Fix previous change.
1997-05-31 Richard M. Stallman (Freplace_match): Use move_if_not_intangible
1997-04-15 Richard M. Stallman (looking_at_1): Set re_match_object.
1997-04-02 Richard M. Stallman (skip_chars): Make `c' an unsigned int.
1997-03-22 Richard M. Stallman (Freplace_match): Give error if
1997-02-27 Kenichi Handa (skip_chars): If enable-multibyte-characters is nil,
1997-02-23 Karl Heuer Fix previous change.
1997-02-20 Karl Heuer Include category.h and charset.h.
1997-01-19 Richard M. Stallman (skip_chars): Optimize by not calling SET_PT in the loop.
1996-12-19 Richard M. Stallman (Fmatch_data): Doc fix.
1996-12-18 Richard M. Stallman (Fmatch_data): New args INTEGERS and REUSE.
1996-09-22 Richard M. Stallman (REGEXP_CACHE_SIZE): Increase to 20.
1996-09-10 Richard M. Stallman (search_buffer): Use EMACS_UINT.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-07-14 Karl Heuer (Fmatch_data): If no matching done yet, return Qnil.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fmatch_end, Fregexp_quote): Harmonize arguments with documentation.
1996-01-05 Karl Heuer Comment fixes.
1995-10-25 Richard M. Stallman (string_match_1): Pass the POSIX arg to compile_pattern.
1995-10-18 Richard M. Stallman (compile_pattern_1, compile_pattern, search_buffer):
1995-08-08 Richard M. Stallman (Freplace_match): New arg SUBEXP.
1995-06-15 Karl Heuer Update GPL to version 2.
1995-06-09 Karl Heuer (Freplace_match): Do the right thing with backslash.
1995-06-09 Karl Heuer (Freplace_match): Fix check for valid reg in string replace.
1995-06-06 Karl Heuer (Freplace_match): Calls to upcase_initials and upcase_initials_region changed
1995-06-05 Karl Heuer (trivial_regexp_p): = is special after \.
1995-05-04 Richard M. Stallman (search_buffer): Cast p_limit to EMACS_INT not int.
1995-04-07 Richard M. Stallman (search_buffer): Avoid casting trt to int.
1995-04-06 Richard M. Stallman (Flooking_at, Fposix_looking_at): Change arg name.
1994-12-25 Richard M. Stallman (set_search_regs): Really set search_regs.start and .end.
1994-12-11 Richard M. Stallman (compile_pattern): Call re_set_registers here.
1994-12-07 Richard M. Stallman (search_regs_saved): Delete initializer.
1994-11-22 Richard M. Stallman (save_search_regs): Add declaration.
1994-11-21 Francesco Potortì Added code for automatically saving and restoring the match data
1994-11-19 Richard M. Stallman (struct regexp_cache): New field `posix'.
1994-10-19 Karl Heuer (searchbufs): New variable, replaces searchbuf and last_regexp and
1994-10-11 Jim Blandy (scan_buffer): After temporarily turning immediate_quit off, turn it
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.