summaryrefslogtreecommitdiff
path: root/src/search.c
AgeCommit message (Expand)Author
2005-11-08(search_buffer): No need to initialize base_pat.Kim F. Storm
2005-10-21(boyer_moore): Surround the '||' part of expression inKenichi Handa
2005-10-19Fix prev change.Richard M. Stallman
2005-10-19(Fstring_match): Doc fix.Richard M. Stallman
2005-10-14(search_buffer): Give up BM search on case-fold-searchKenichi Handa
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-14(syms_of_search): Staticpro searchbuf.whitespace_regexp.Kim F. Storm
2005-07-04Update FSF's address.Lute Kamstra
2005-06-23(Freplace_match): Follow error conventions.Juanma Barranquero
2005-06-22(Fmatch_data): Remove evaporate option.Kim F. Storm
2005-06-08(Fset_match_data): Fix last change.Kim F. Storm
2005-06-08(Fmatch_data): Add optional RESEAT arg. Unchain markersKim F. Storm
2005-04-20(boyer_moore): Fix previous change.Kenichi Handa
2005-04-01(looking_at_1): Use current_buffer->case_canon_table,Kenichi Handa
2004-11-27(syms_of_search) <search-spaces-regexp>: Move 'doc:'Kim F. Storm
2004-11-20(Vsearch_spaces_regexp):Richard M. Stallman
2004-11-19(struct regexp_cache): New element whitespace_regexp.Richard M. Stallman
2004-11-19(Vsearch_whitespace_regexp): New variable.Richard M. Stallman
2004-10-27Comment change.Richard M. Stallman
2004-10-18(fast_string_match_ignore_case): New function.Kenichi Handa
2004-07-15(syms_of_search): staticproDavid Kastrup
2004-06-30(match_limit, Fmatch_data, Fset_match_data): YAILOM.Stefan Monnier
2004-06-29(Fset_match_data): Allow buffer before end of listDavid Kastrup
2004-06-23(Freplace_match): Adjust the match-data moreDavid Kastrup
2004-06-21(match_limit): Cleaner err msg when no match data available.Richard M. Stallman
2004-06-11(match_limit): Don't flag an error if match-dataDavid Kastrup
2004-05-19(trivial_regexp_p): \_ is no longer a trivial regexp.Stefan Monnier
2004-01-27(Freplace_match): Handle nonexistent back-references properly.Richard M. Stallman
2004-01-15(Freplace_match): Use make_multibyte_string orKenichi Handa
2003-09-01Add arch taglinesMiles Bader
2003-06-11(shrink_regexp_cache): Use xrealloc.Dave Love
2003-02-13(Fmatch_data): Doc fix. Explicitly state thatKim F. Storm
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-24(Fstring_match): Doc fix.Richard M. Stallman
2002-09-29Fix previous change.Richard M. Stallman
2002-09-29(Freplace_match): Adjust match data for the substitutionRichard M. Stallman
2002-07-16(fast_c_string_match_ignore_case): String pointer argsKen Raeburn
2002-07-16comment updateKen Raeburn
2002-07-16* search.c (wordify): Use SDATA.Ken Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-05-13(search_buffer): Give up boyer moore search if inverseKenichi Handa
2002-05-10(Freplace_match): Doc fix.Richard M. Stallman
2001-11-23(Freplace_match): Remove unused variable `inslen'.Pavel Janík
2001-11-11(Freplace_match): Use replace_range to insert and delete.Richard M. Stallman
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-10-24(scan_newline): Remove unused variable `selective_display'.Pavel Janík
2001-10-21Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn
2001-10-12(wordify): Use empty_string.Stefan Monnier
2001-10-08Don't define min/max.Gerd Moellmann