summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fmatch_end, Fregexp_quote): Harmonize arguments with documentation.Erik Naggum1996-01-091-16/+20
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (string_match_1): Pass the POSIX arg to compile_pattern.Richard M. Stallman1995-10-251-1/+1
* (compile_pattern_1, compile_pattern, search_buffer):Richard M. Stallman1995-10-181-8/+10
* (Freplace_match): New arg SUBEXP.Richard M. Stallman1995-08-081-26/+42
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
* (Freplace_match): Do the right thing with backslash.Karl Heuer1995-06-091-2/+15
* (Freplace_match): Fix check for valid reg in string replace.Karl Heuer1995-06-091-1/+1
* (Freplace_match): Calls to upcase_initials and upcase_initials_region changedKarl Heuer1995-06-061-2/+2
* (trivial_regexp_p): = is special after \.Karl Heuer1995-06-051-1/+2
* (search_buffer): Cast p_limit to EMACS_INT not int.Richard M. Stallman1995-05-041-1/+1
* (search_buffer): Avoid casting trt to int.Richard M. Stallman1995-04-071-9/+9
* (Flooking_at, Fposix_looking_at): Change arg name.Richard M. Stallman1995-04-061-8/+8
* (set_search_regs): Really set search_regs.start and .end.Richard M. Stallman1994-12-251-4/+4
* (compile_pattern): Call re_set_registers here.Richard M. Stallman1994-12-111-7/+5
* (search_regs_saved): Delete initializer.Richard M. Stallman1994-12-071-1/+1
* (save_search_regs): Add declaration.Richard M. Stallman1994-11-221-0/+1
* Added code for automatically saving and restoring the match dataFrancesco Potortì1994-11-211-0/+52
* (struct regexp_cache): New field `posix'.Richard M. Stallman1994-11-191-35/+154