summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* (simple_search): Fix previous change.Kenichi Handa2006-11-301-2/+3
* (simple_search): Fix sync with HEAD.Kenichi Handa2006-11-221-5/+4
* Merge from emacs--devo--0Miles Bader2006-11-211-1/+1
|\
| * (simple_search): In the loop of backward searching,Kenichi Handa2006-11-171-1/+1
* | Merge from emacs--devo--0Miles Bader2006-10-151-8/+15
|\ \ | |/
| * (compile_pattern): Only check `cp->syntax_table' if needed.Stefan Monnier2006-10-031-2/+7
| * (compile_pattern): Only check `cp->syntax_table' if needed.Stefan Monnier2006-10-031-6/+8
* | Merge from emacs--devo--0Miles Bader2006-10-031-5/+6
|\ \ | |/
| * (compile_pattern_1): Don't BLOCK_INPUT.Richard M. Stallman2006-09-241-5/+6
* | Merge from emacs--devo--0Miles Bader2006-09-201-0/+23
|\ \ | |/
| * * search.c (struct regexp_cache): New entry syntax_table.Chong Yidong2006-09-191-0/+10
| * * search.c (clear_regexp_cache): New function.Chong Yidong2006-09-171-0/+13
* | Merge from emacs--devo--0Miles Bader2006-09-141-0/+15
|\ \ | |/
| * (looking_at_1, string_match_1, search_command):Richard M. Stallman2006-09-081-0/+15
* | Merge from emacs--devo--0Miles Bader2006-07-191-14/+7
|\ \ | |/
| * (compile_pattern_1): Use xsignal1.Kim F. Storm2006-07-181-12/+6
| * (Fset_match_data): Use CHECK_LIST.Kim F. Storm2006-07-121-2/+1
* | Merge from emacs--devo--0Miles Bader2006-06-071-0/+1
|\ \ | |/
| * * search.c (matcher_overflow): Mark as NO_RETURN.Dan Nicolaescu2006-05-291-0/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-2/+2
|\ \ | |/
| * (boyer_moore): Test ch >= 0400, not >.Richard M. Stallman2006-04-091-2/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34Miles Bader2006-03-031-1/+1
|\ \ | |/
| * (Fregexp_quote): Do not precede a literal `]' with two backslashes toLuc Teirlinck2006-03-011-1/+1
* | (search_buffer): Fix handling of "\\" in a trivial regexp.Kenichi Handa2006-03-011-0/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+2
|\ \ | |/
| * (Freplace_match): Use UPPERCASEP instead of !NOCASEP.Andreas Schwab2006-01-151-1/+1
| * (search_buffer): No need to initialize base_pat.Kim F. Storm2005-11-081-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95Miles Bader2006-01-161-2/+2
|\ \ | |/
| * (boyer_moore): Surround the '||' part of expression inKenichi Handa2005-10-211-1/+1
| * Fix prev change.Richard M. Stallman2005-10-191-1/+1
| * (Fstring_match): Doc fix.Richard M. Stallman2005-10-191-1/+1
| * (search_buffer): Give up BM search on case-fold-searchKenichi Handa2005-10-141-16/+24
* | (search_buffer): Give up BM search on case-fold-searchKenichi Handa2005-10-171-41/+62
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-221-0/+1
|\ \ | |/
| * (syms_of_search): Staticpro searchbuf.whitespace_regexp.Kim F. Storm2005-07-141-0/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-241-11/+9
|\ \ | |/
| * (Freplace_match): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
| * (Fmatch_data): Remove evaporate option.Kim F. Storm2005-06-221-10/+8
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61Miles Bader2005-06-091-18/+78
|\ \ | |/
| * (Fset_match_data): Fix last change.Kim F. Storm2005-06-081-0/+2
| * (Fmatch_data): Add optional RESEAT arg. Unchain markersKim F. Storm2005-06-081-18/+76
| * (boyer_moore): Fix previous change.Kenichi Handa2005-04-201-12/+17
* | (search_buffer): Fix the change for syncing with CVSKenichi Handa2005-04-091-85/+101
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33Miles Bader2005-04-021-17/+50
|\ \ | |/