log src/search.c @ 57754:5062636cfe37

age author description
2004-10-27 Richard M. Stallman Comment change.
2004-10-18 Kenichi Handa (fast_string_match_ignore_case): New function.
2004-07-15 David Kastrup (syms_of_search): staticpro
2004-06-30 Stefan Monnier (match_limit, Fmatch_data, Fset_match_data): YAILOM.
2004-06-29 David Kastrup (Fset_match_data): Allow buffer before end of list
2004-06-23 David Kastrup (Freplace_match): Adjust the match-data more
2004-06-21 Richard M. Stallman (match_limit): Cleaner err msg when no match data available.
2004-06-11 David Kastrup (match_limit): Don't flag an error if match-data
2004-05-19 Stefan Monnier (trivial_regexp_p): \_ is no longer a trivial regexp.
2004-01-27 Richard M. Stallman (Freplace_match): Handle nonexistent back-references properly.
2004-01-15 Kenichi Handa (Freplace_match): Use make_multibyte_string or
2003-09-01 Miles Bader Add arch taglines
2003-06-11 Dave Love (shrink_regexp_cache): Use xrealloc.
2003-02-13 Kim F. Storm (Fmatch_data): Doc fix. Explicitly state that
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-11-24 Richard M. Stallman (Fstring_match): Doc fix.
2002-09-29 Richard M. Stallman Fix previous change.
2002-09-29 Richard M. Stallman (Freplace_match): Adjust match data for the substitution
2002-07-16 Ken Raeburn (fast_c_string_match_ignore_case): String pointer args
2002-07-16 Ken Raeburn comment update
2002-07-16 Ken Raeburn * search.c (wordify): Use SDATA.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-05-13 Kenichi Handa (search_buffer): Give up boyer moore search if inverse
2002-05-10 Richard M. Stallman (Freplace_match): Doc fix.
2001-11-23 Pavel Janík (Freplace_match): Remove unused variable `inslen'.
2001-11-11 Richard M. Stallman (Freplace_match): Use replace_range to insert and delete.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-24 Pavel Janík (scan_newline): Remove unused variable `selective_display'.
2001-10-21 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-12 Stefan Monnier (wordify): Use empty_string.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-10-01 Richard M. Stallman Fix previous change.
2001-10-01 Richard M. Stallman (Freplace_match): Doc fix.
2001-09-27 Stefan Monnier (trivial_regexp_p): Catch \{N,M\} as well.
2001-02-01 Gerd Moellmann (search_buffer): Call set_search_regs with a byte
2001-01-02 Eli Zaretskii (shrink_regexp_cache): Remove unused variable `cpp'.
2000-10-30 Kenichi Handa (Fset_match_data): Be sure to make search_regs always sane.
2000-10-11 Eli Zaretskii (Fsearch_backward, Fsearch_forward): Doc fix.
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
2000-09-08 Kenichi Handa (compile_pattern): Check the multibyteness of cached
2000-05-31 Jason Rumney (Fre_search_forward, Fre_search_backward)
2000-05-30 Gerd Moellmann (Fre_search_forward, Fre_search_backward)
2000-05-20 Kenichi Handa (wordify): Use FETCH_STRING_CHAR_ADVANCE
2000-05-12 Gerd Moellmann (Freplace_match): Handle case of `\N' in the
2000-04-05 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
2000-03-29 Kenichi Handa (Freplace_match): Adjust multibyteness of the current
2000-02-27 Dave Love Remove definition of CONST.
2000-02-14 Stefan Monnier * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
2000-02-03 Ken Raeburn * search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
1999-12-25 Gerd Moellmann (looking_at_1): Reset immediate_quit before modifying
1999-12-23 Richard M. Stallman (Freplace_match): For nonliteral replacement,
1999-12-15 Kenichi Handa (search_buffer): Adjusted for the change of CHAR_STRING.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-13 Ken Raeburn Use XCAR and XCDR instead of explicit member access.
1999-08-29 Richard M. Stallman (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
1999-05-11 Kenichi Handa (boyer_moore): Get charset base value of `untranslated'
1999-03-04 Karl Heuer (Fstring_match, Fposix_string_match): Doc fix.
1999-01-06 Richard M. Stallman (search_buffer): Fix previous change.
1998-12-15 Kenichi Handa (search_buffer): Don't use Boyer-Moore
1998-12-01 Richard M. Stallman (Freplace_match): Set OPOINT clearly for the case
1998-06-29 Richard M. Stallman (wordify): Fix i_byte even in unibyte case for copy loop.
1998-06-20 Karl Heuer (Freplace_match): Work by chars, not by bytes,
1998-05-24 Richard M. Stallman (shrink_regexp_cache): New function.
1998-05-15 Richard M. Stallman (search_buffer): Set search regs for all success with an empty string.
1998-05-07 Richard M. Stallman (Freplace_match): Fix the loop for copying text
1998-05-05 Richard M. Stallman (boyer_moore): Check more reliably for ptr[1] being
1998-05-03 Richard M. Stallman (search_buffer): Fix casts when assigning raw_pattern.
1998-05-01 Richard M. Stallman (wordify): Do the second loop by chars, not by bytes.
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
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.
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,
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-05-22 Jim Blandy Updated copyright years.
1993-05-04 Jim Blandy * search.c (Freplace_match): Arrange for markers sitting at the
1993-04-07 Richard M. Stallman (search_buffer): Fix typo in previous change.
1993-03-31 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
1993-03-28 Richard M. Stallman (Freplace_match): Clean up criterion about converting case.
1993-02-22 Jim Blandy * callint.c (Fcall_interactively): Pass the correct number of
1993-02-21 Richard M. Stallman (Fskip_syntax_backward): New function.
1993-02-15 Richard M. Stallman (search_command): #if 0 previous change.
1993-02-15 Richard M. Stallman (search_command): When moving to LIM on failure, return LIM.
1992-12-12 Jim Blandy * search.c (Fskip_chars_forward, Fskip_chars_backward): Return the
1992-10-31 Jim Blandy * search.c (Fstore_match_data): Don't assume Flength returns an
1992-10-15 Richard M. Stallman Comment fix.
1992-07-22 Richard M. Stallman entered into RCS
1992-07-16 Jim Blandy *** empty log message ***
1992-06-24 Jim Blandy *** empty log message ***
1992-06-10 Jim Blandy *** empty log message ***
1992-05-18 Jim Blandy *** empty log message ***
1992-05-10 Jim Blandy *** empty log message ***
1992-05-10 Jim Blandy *** empty log message ***
1992-05-08 Richard M. Stallman *** empty log message ***
1992-04-24 Jim Blandy *** empty log message ***
1992-04-04 Jim Blandy *** empty log message ***
1992-04-01 Jim Blandy Initial revision