log src/search.c @ 80036:61704c621a46

age author description
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-11-16 Stefan Monnier (Fset_match_data): Remove the `evaporate' feature.
2007-08-08 Glenn Morris Replace `iff' in comments.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-12-26 Richard M. Stallman (Fsearch_forward): Doc fix.
2006-12-19 Juanma Barranquero (Fsearch_forward): Doc fix.
2006-11-17 Kenichi Handa (simple_search): In the loop of backward searching,
2006-10-03 Stefan Monnier (compile_pattern): Only check `cp->syntax_table' if needed.
2006-10-03 Stefan Monnier (compile_pattern): Only check `cp->syntax_table' if needed.
2006-09-24 Richard M. Stallman (compile_pattern_1): Don't BLOCK_INPUT.
2006-09-19 Chong Yidong * search.c (struct regexp_cache): New entry syntax_table.
2006-09-17 Chong Yidong * search.c (clear_regexp_cache): New function.
2006-09-08 Richard M. Stallman (looking_at_1, string_match_1, search_command):
2006-07-18 Kim F. Storm (compile_pattern_1): Use xsignal1.
2006-07-12 Kim F. Storm (Fset_match_data): Use CHECK_LIST.
2006-05-29 Dan Nicolaescu * search.c (matcher_overflow): Mark as NO_RETURN.
2006-04-09 Richard M. Stallman (boyer_moore): Test ch >= 0400, not >.
2006-03-01 Luc Teirlinck (Fregexp_quote): Do not precede a literal `]' with two backslashes to
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-15 Andreas Schwab (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
2005-11-08 Kim F. Storm (search_buffer): No need to initialize base_pat.
2005-10-21 Kenichi Handa (boyer_moore): Surround the '||' part of expression in
2005-10-19 Richard M. Stallman Fix prev change.
2005-10-19 Richard M. Stallman (Fstring_match): Doc fix.
2005-10-14 Kenichi Handa (search_buffer): Give up BM search on case-fold-search
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-14 Kim F. Storm (syms_of_search): Staticpro searchbuf.whitespace_regexp.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-23 Juanma Barranquero (Freplace_match): Follow error conventions.
2005-06-22 Kim F. Storm (Fmatch_data): Remove evaporate option.
2005-06-08 Kim F. Storm (Fset_match_data): Fix last change.
2005-06-08 Kim F. Storm (Fmatch_data): Add optional RESEAT arg. Unchain markers
2005-04-20 Kenichi Handa (boyer_moore): Fix previous change.
2005-04-01 Kenichi Handa (looking_at_1): Use current_buffer->case_canon_table,
2004-11-27 Kim F. Storm (syms_of_search) <search-spaces-regexp>: Move 'doc:'
2004-11-20 Richard M. Stallman (Vsearch_spaces_regexp):
2004-11-19 Richard M. Stallman (struct regexp_cache): New element whitespace_regexp.
2004-11-19 Richard M. Stallman (Vsearch_whitespace_regexp): New variable.
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.