summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* serach.c (simple_search): Remove warning by making *p const.Jan Djärv2009-11-271-1/+1
* (simple_search): Avoid CHAR_TO_BYTE in inner loop whenAndreas Schwab2009-11-221-15/+12
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-10/+4
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-6/+6
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-2/+2
* (clear_regexp_cache): Fix a typo in a comment.Eli Zaretskii2009-10-031-1/+1
* (clear_regexp_cache): Fix a typo in a comment.Eli Zaretskii2009-10-031-1/+1
* (fast_looking_at): Fix a typo in the commentary.Eli Zaretskii2009-10-031-1/+1
* * search.c: Use EMACS_INT for buffer positions. Add prototypes.Andreas Schwab2009-04-161-51/+61
* (boyer_moore): Use zero as marker value for a possibleAndreas Schwab2009-04-161-98/+69
* (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