summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
...
* (match-data): Refer to `set-match-data' rather than `store-match-data'.Stefan Monnier2009-04-151-1/+1
* (fast_looking_at): New function.Kenichi Handa2009-02-121-0/+68
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (wordify): New argument for lax word-ends.Chong Yidong2008-09-251-11/+63
* (search_buffer): Set char_base to zero only at the end.Andreas Schwab2008-08-271-9/+7
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (compile_pattern_1): Treat non-nil and non-string ofChong Yidong2008-04-051-3/+10
* (boyer_moore): Fix incorrect synching of the trunk andKenichi Handa2008-02-111-2/+2
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | | Merge from emacs--devo--0Miles Bader2007-12-061-18/+17
|\ \ \ | |/ /
| * | (syms_of_search) <inhibit-changing-match-data>: Doc fix.Richard M. Stallman2007-12-011-3/+4
| * | Merge from emacs--rel--22Miles Bader2007-11-211-15/+13
| |\ \ | | |/
| | * (Fset_match_data): Remove the `evaporate' feature.Stefan Monnier2007-11-161-15/+13
* | | Merge from emacs--devo--0Miles Bader2007-10-111-5/+1
|\ \ \ | |/ /
| * | (boyer_moore): Remove #ifdef C_ALLOCA block.Glenn Morris2007-09-121-5/+1
* | | Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\ \ | | |/
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-151-48/+131
|\ \ \ | |/ /
| * | (Vinhibit_changing_match_data, search_regs_1): New vars.Richard M. Stallman2007-07-101-48/+131
* | | Merge from emacs--devo--0Miles Bader2007-06-111-1/+1
|\ \ \ | |/ /
| * | (wordify): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
| |/
* | Include "charset.h".Kenichi Handa2007-02-151-8/+10
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\ \ | |/
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merge from emacs--devo--0Miles Bader2007-01-011-2/+2
|\ \ | |/
| * (Fsearch_forward): Doc fix.Richard M. Stallman2006-12-261-1/+1
| * (Fsearch_forward): Doc fix.Juanma Barranquero2006-12-191-2/+2
* | (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