aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (compile_pattern_1): If representation of STRINGKarl Heuer1998-01-181-4/+74
* (search_buffer): Handle bytes vs chars in non-RE case.Richard M. Stallman1998-01-051-61/+113
* (scan_newline): Always restore prev value of immediate_quit.Richard M. Stallman1998-01-011-4/+8
* (looking_at_1): Use bytepos to call re_search_2.Richard M. Stallman1998-01-011-102/+236
* Include "intervals.h" for prototypes.Andreas Schwab1997-11-251-0/+1
* (Fsearch_backward): Inherit the current input method onKenichi Handa1997-08-261-2/+2
* (compile_pattern_1): Don't declare val with CONST.Richard M. Stallman1997-07-131-3/+3
* (fast_c_string_match_ignore_case):Richard M. Stallman1997-06-091-1/+2
* (Freplace_match): If opoint is 0, that's relative to ZV.Richard M. Stallman1997-06-021-1/+1
* (search_buffer): Use XINT around refs to trt.Richard M. Stallman1997-06-021-5/+5
* (Freplace_match): Fix previous change.Richard M. Stallman1997-05-311-2/+4
* (Freplace_match): Use move_if_not_intangibleRichard M. Stallman1997-05-311-3/+21
* (looking_at_1): Set re_match_object.Richard M. Stallman1997-04-151-297/+8
* (skip_chars): Make `c' an unsigned int.Richard M. Stallman1997-04-021-1/+1
* (Freplace_match): Give error ifRichard M. Stallman1997-03-221-2/+8
* (skip_chars): If enable-multibyte-characters is nil,Kenichi Handa1997-02-271-69/+101
* Fix previous change.Karl Heuer1997-02-231-4/+15
* Include category.h and charset.h.Karl Heuer1997-02-201-31/+153
* (skip_chars): Optimize by not calling SET_PT in the loop.Richard M. Stallman1997-01-191-15/+13
* (Fmatch_data): Doc fix.Richard M. Stallman1996-12-191-1/+1
* (Fmatch_data): New args INTEGERS and REUSE.Richard M. Stallman1996-12-181-5/+35
* (REGEXP_CACHE_SIZE): Increase to 20.Richard M. Stallman1996-09-221-3/+5
* (search_buffer): Use EMACS_UINT.Richard M. Stallman1996-09-101-2/+2
* Change all references from point to PT.Karl Heuer1996-09-011-19/+19
* (Fmatch_data): If no matching done yet, return Qnil.Karl Heuer1996-07-141-1/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2