aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-25(looking_at_1): Reset immediate_quit before modifyingGerd Moellmann1-1/+2
1999-12-23(Freplace_match): For nonliteral replacement,Richard M. Stallman1-14/+53
1999-12-15(search_buffer): Adjusted for the change of CHAR_STRING.Kenichi Handa1-5/+3
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-4/+1
1999-09-13Use XCAR and XCDR instead of explicit member access.Ken Raeburn1-4/+4
1999-08-29(compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.Richard M. Stallman1-1/+1
1999-05-11(boyer_moore): Get charset base value of `untranslated'Kenichi Handa1-1/+1
1999-03-04(Fstring_match, Fposix_string_match): Doc fix.Karl Heuer1-0/+2
1999-01-06(search_buffer): Fix previous change.Richard M. Stallman1-6/+9
1998-12-15(search_buffer): Don't use Boyer-MooreKenichi Handa1-21/+13
1998-12-01(Freplace_match): Set OPOINT clearly for the caseRichard M. Stallman1-1/+3
1998-06-29(wordify): Fix i_byte even in unibyte case for copy loop.Richard M. Stallman1-3/+10
1998-06-20(Freplace_match): Work by chars, not by bytes,Karl Heuer1-16/+20
1998-05-24(shrink_regexp_cache): New function.Richard M. Stallman1-0/+17
1998-05-15(search_buffer): Set search regs for all success with an empty string.Richard M. Stallman1-6/+13
1998-05-07(Freplace_match): Fix the loop for copying textRichard M. Stallman1-12/+12
1998-05-05(boyer_moore): Check more reliably for ptr[1] beingRichard M. Stallman1-6/+12
1998-05-03(search_buffer): Fix casts when assigning raw_pattern.Richard M. Stallman1-8/+9
1998-05-01(wordify): Do the second loop by chars, not by bytes.Richard M. Stallman1-11/+28
1998-04-14(compile_pattern, compile_pattern_1): Fix mixing ofAndreas Schwab1-2/+2
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+5
1998-04-09(min, max): Make these macros, not functions.Karl Heuer1-27/+25
1998-03-21(Fregexp_quote): Use make_specified_string.Richard M. Stallman1-2/+3
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-15/+15
1998-03-14(Fset_match_data): Renamed from Fstore_match_data.Richard M. Stallman1-2/+2
1998-03-09(simple_search): Don't count a character until it matches!Richard M. Stallman1-35/+59
1998-02-24(scan_newline): Delete duplicated code.Kenichi Handa1-1/+0
1998-02-20(search_buffer): Update POS_BYTE for regexp search.Kenichi Handa1-0/+2
1998-02-18(search_command): Check LIM in valid rangeKarl Heuer1-2/+3
1998-02-14(simple_search): Call set_search_regs.Richard M. Stallman1-27/+54
1998-02-09(search_command): Fix call to search_buffer.Richard M. Stallman1-2/+2
1998-02-08(boyer_moore, simple_search): New subroutines.Richard M. Stallman1-283/+704
1998-02-03(search_buffer): New args pos_byte and lim_byte.Richard M. Stallman1-11/+16
1998-01-28(fast_string_match): Give re_search byte size ofKenichi Handa1-6/+10
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-18(compile_pattern_1): If representation of STRINGKarl Heuer1-4/+74
1998-01-05(search_buffer): Handle bytes vs chars in non-RE case.Richard M. Stallman1-61/+113
1998-01-01(scan_newline): Always restore prev value of immediate_quit.Richard M. Stallman1-4/+8
1998-01-01(looking_at_1): Use bytepos to call re_search_2.Richard M. Stallman1-102/+236
1997-11-25Include "intervals.h" for prototypes.Andreas Schwab1-0/+1
1997-08-26(Fsearch_backward): Inherit the current input method onKenichi Handa1-2/+2
1997-07-13(compile_pattern_1): Don't declare val with CONST.Richard M. Stallman1-3/+3
1997-06-09(fast_c_string_match_ignore_case):Richard M. Stallman1-1/+2
1997-06-02(Freplace_match): If opoint is 0, that's relative to ZV.Richard M. Stallman1-1/+1
1997-06-02(search_buffer): Use XINT around refs to trt.Richard M. Stallman1-5/+5
1997-05-31(Freplace_match): Fix previous change.Richard M. Stallman1-2/+4
1997-05-31(Freplace_match): Use move_if_not_intangibleRichard M. Stallman1-3/+21
1997-04-15(looking_at_1): Set re_match_object.Richard M. Stallman1-297/+8
1997-04-02(skip_chars): Make `c' an unsigned int.Richard M. Stallman1-1/+1
1997-03-22(Freplace_match): Give error ifRichard M. Stallman1-2/+8