aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Freplace_match): Remove unused variable `inslen'.Pavel Janík2001-11-231-1/+0
* (Freplace_match): Use replace_range to insert and delete.Richard M. Stallman2001-11-111-17/+16
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-15/+15
* (scan_newline): Remove unused variable `selective_display'.Pavel Janík2001-10-241-5/+0
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-184/+185
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-3/+3
* (wordify): Use empty_string.Stefan Monnier2001-10-121-1/+1
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* Fix previous change.Richard M. Stallman2001-10-011-1/+1
* (Freplace_match): Doc fix.Richard M. Stallman2001-10-011-5/+11
* (trivial_regexp_p): Catch \{N,M\} as well.Stefan Monnier2001-09-271-2/+2
* (search_buffer): Call set_search_regs with a byteGerd Moellmann2001-02-011-1/+1
* (shrink_regexp_cache): Remove unused variable `cpp'.Eli Zaretskii2001-01-021-3/+2
* (Fset_match_data): Be sure to make search_regs always sane.Kenichi Handa2000-10-301-1/+7
* (Fsearch_backward, Fsearch_forward): Doc fix.Eli Zaretskii2000-10-111-0/+8
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-4/+6
* (compile_pattern): Check the multibyteness of cachedKenichi Handa2000-09-081-0/+1
* (Fre_search_forward, Fre_search_backward)Jason Rumney2000-05-311-4/+4
* (Fre_search_forward, Fre_search_backward)Gerd Moellmann2000-05-301-4/+8
* (wordify): Use FETCH_STRING_CHAR_ADVANCEKenichi Handa2000-05-201-13/+6
* (Freplace_match): Handle case of `\N' in theGerd Moellmann2000-05-121-4/+7
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-1/+1
* (Freplace_match): Adjust multibyteness of the currentKenichi Handa2000-03-291-4/+41
* Remove definition of CONST.Dave Love2000-02-271-6/+0
* * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALSStefan Monnier2000-02-141-1/+1
* * search.c (compile_pattern): If a cache entry has a nil regexp, fill in thatKen Raeburn2000-02-031-1/+11
* (looking_at_1): Reset immediate_quit before modifyingGerd Moellmann1999-12-251-1/+2
* (Freplace_match): For nonliteral replacement,Richard M. Stallman1999-12-231-14/+53
* (search_buffer): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-5/+3
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-4/+1
* Use XCAR and XCDR instead of explicit member access.Ken Raeburn1999-09-131-4/+4
* (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.Richard M. Stallman1999-08-291-1/+1
* (boyer_moore): Get charset base value of `untranslated'Kenichi Handa1999-05-111-1/+1
* (Fstring_match, Fposix_string_match): Doc fix.Karl Heuer1999-03-041-0/+2
* (search_buffer): Fix previous change.Richard M. Stallman1999-01-061-6/+9