aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (search_buffer): Don't use Boyer-MooreKenichi Handa1998-12-151-21/+13
* (Freplace_match): Set OPOINT clearly for the caseRichard M. Stallman1998-12-011-1/+3
* (wordify): Fix i_byte even in unibyte case for copy loop.Richard M. Stallman1998-06-291-3/+10
* (Freplace_match): Work by chars, not by bytes,Karl Heuer1998-06-201-16/+20
* (shrink_regexp_cache): New function.Richard M. Stallman1998-05-241-0/+17
* (search_buffer): Set search regs for all success with an empty string.Richard M. Stallman1998-05-151-6/+13
* (Freplace_match): Fix the loop for copying textRichard M. Stallman1998-05-071-12/+12
* (boyer_moore): Check more reliably for ptr[1] beingRichard M. Stallman1998-05-051-6/+12
* (search_buffer): Fix casts when assigning raw_pattern.Richard M. Stallman1998-05-031-8/+9
* (wordify): Do the second loop by chars, not by bytes.Richard M. Stallman1998-05-011-11/+28
* (compile_pattern, compile_pattern_1): Fix mixing ofAndreas Schwab1998-04-141-2/+2
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+5
* (min, max): Make these macros, not functions.Karl Heuer1998-04-091-27/+25
* (Fregexp_quote): Use make_specified_string.Richard M. Stallman1998-03-211-2/+3
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-15/+15
* (Fset_match_data): Renamed from Fstore_match_data.Richard M. Stallman1998-03-141-2/+2
* (simple_search): Don't count a character until it matches!Richard M. Stallman1998-03-091-35/+59
* (scan_newline): Delete duplicated code.Kenichi Handa1998-02-241-1/+0
* (search_buffer): Update POS_BYTE for regexp search.Kenichi Handa1998-02-201-0/+2
* (search_command): Check LIM in valid rangeKarl Heuer1998-02-181-2/+3
* (simple_search): Call set_search_regs.Richard M. Stallman1998-02-141-27/+54
* (search_command): Fix call to search_buffer.Richard M. Stallman1998-02-091-2/+2
* (boyer_moore, simple_search): New subroutines.Richard M. Stallman1998-02-081-283/+704
* (search_buffer): New args pos_byte and lim_byte.Richard M. Stallman1998-02-031-11/+16
* (fast_string_match): Give re_search byte size ofKenichi Handa1998-01-281-6/+10
* Update copyright year.Richard M. Stallman1998-01-211-1/+1