aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* (looking_at_1, string_match_1, search_command):Richard M. Stallman2006-09-081-0/+15
* (compile_pattern_1): Use xsignal1.Kim F. Storm2006-07-181-12/+6
* (Fset_match_data): Use CHECK_LIST.Kim F. Storm2006-07-121-2/+1
* * search.c (matcher_overflow): Mark as NO_RETURN.Dan Nicolaescu2006-05-291-0/+1
* (boyer_moore): Test ch >= 0400, not >.Richard M. Stallman2006-04-091-2/+2
* (Fregexp_quote): Do not precede a literal `]' with two backslashes toLuc Teirlinck2006-03-011-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Freplace_match): Use UPPERCASEP instead of !NOCASEP.Andreas Schwab2006-01-151-1/+1
* (search_buffer): No need to initialize base_pat.Kim F. Storm2005-11-081-1/+1
* (boyer_moore): Surround the '||' part of expression inKenichi Handa2005-10-211-1/+1
* Fix prev change.Richard M. Stallman2005-10-191-1/+1
* (Fstring_match): Doc fix.Richard M. Stallman2005-10-191-1/+1
* (search_buffer): Give up BM search on case-fold-searchKenichi Handa2005-10-141-16/+24
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* (syms_of_search): Staticpro searchbuf.whitespace_regexp.Kim F. Storm2005-07-141-0/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Freplace_match): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
* (Fmatch_data): Remove evaporate option.Kim F. Storm2005-06-221-10/+8
* (Fset_match_data): Fix last change.Kim F. Storm2005-06-081-0/+2
* (Fmatch_data): Add optional RESEAT arg. Unchain markersKim F. Storm2005-06-081-18/+76
* (boyer_moore): Fix previous change.Kenichi Handa2005-04-201-12/+17
* (looking_at_1): Use current_buffer->case_canon_table,Kenichi Handa2005-04-011-94/+129
* (syms_of_search) <search-spaces-regexp>: Move 'doc:'Kim F. Storm2004-11-271-5/+5
* (Vsearch_spaces_regexp):Richard M. Stallman2004-11-201-9/+9
* (struct regexp_cache): New element whitespace_regexp.Richard M. Stallman2004-11-191-3/+8
* (Vsearch_whitespace_regexp): New variable.Richard M. Stallman2004-11-191-1/+18
* Comment change.Richard M. Stallman2004-10-271-1/+1
* (fast_string_match_ignore_case): New function.Kenichi Handa2004-10-181-0/+21
* (syms_of_search): staticproDavid Kastrup2004-07-151-0/+3
* (match_limit, Fmatch_data, Fset_match_data): YAILOM.Stefan Monnier2004-06-301-7/+7
* (Fset_match_data): Allow buffer before end of listDavid Kastrup2004-06-291-5/+8
* (Freplace_match): Adjust the match-data moreDavid Kastrup2004-06-231-47/+73
* (match_limit): Cleaner err msg when no match data available.Richard M. Stallman2004-06-211-2/+4
* (match_limit): Don't flag an error if match-dataDavid Kastrup2004-06-111-2/+2
* (trivial_regexp_p): \_ is no longer a trivial regexp.Stefan Monnier2004-05-191-1/+1
* (Freplace_match): Handle nonexistent back-references properly.Richard M. Stallman2004-01-271-2/+10
* (Freplace_match): Use make_multibyte_string orKenichi Handa2004-01-151-1/+9
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (shrink_regexp_cache): Use xrealloc.Dave Love2003-06-111-2/+2
* (Fmatch_data): Doc fix. Explicitly state thatKim F. Storm2003-02-131-1/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-23/+23
* (Fstring_match): Doc fix.Richard M. Stallman2002-11-241-1/+4
* Fix previous change.Richard M. Stallman2002-09-291-2/+3
* (Freplace_match): Adjust match data for the substitutionRichard M. Stallman2002-09-291-0/+14
* (fast_c_string_match_ignore_case): String pointer argsKen Raeburn2002-07-161-1/+1
* comment updateKen Raeburn2002-07-161-3/+3
* * search.c (wordify): Use SDATA.Ken Raeburn2002-07-161-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-48/+48
* (search_buffer): Give up boyer moore search if inverseKenichi Handa2002-05-131-1/+5
* (Freplace_match): Doc fix.Richard M. Stallman2002-05-101-3/+6