log src/search.c @ 21716:254857cf599c

age author description
1998-04-14 Andreas Schwab (compile_pattern, compile_pattern_1): Fix mixing of
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-09 Karl Heuer (min, max): Make these macros, not functions.
1998-03-21 Richard M. Stallman (Fregexp_quote): Use make_specified_string.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-14 Richard M. Stallman (Fset_match_data): Renamed from Fstore_match_data.
1998-03-09 Richard M. Stallman (simple_search): Don't count a character until it matches!
1998-02-24 Kenichi Handa (scan_newline): Delete duplicated code.
1998-02-20 Kenichi Handa (search_buffer): Update POS_BYTE for regexp search.
1998-02-18 Karl Heuer (search_command): Check LIM in valid range
1998-02-14 Richard M. Stallman (simple_search): Call set_search_regs.
1998-02-09 Richard M. Stallman (search_command): Fix call to search_buffer.
1998-02-08 Richard M. Stallman (boyer_moore, simple_search): New subroutines.
1998-02-03 Richard M. Stallman (search_buffer): New args pos_byte and lim_byte.
1998-01-28 Kenichi Handa (fast_string_match): Give re_search byte size of
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-18 Karl Heuer (compile_pattern_1): If representation of STRING
1998-01-05 Richard M. Stallman (search_buffer): Handle bytes vs chars in non-RE case.
1998-01-01 Richard M. Stallman (scan_newline): Always restore prev value of immediate_quit.
1998-01-01 Richard M. Stallman (looking_at_1): Use bytepos to call re_search_2.
1997-11-25 Andreas Schwab Include "intervals.h" for prototypes.
1997-08-26 Kenichi Handa (Fsearch_backward): Inherit the current input method on
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