summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * search.c (boyer_moore): Rename locals to avoid shadowing.Paul Eggert2011-03-151-8/+8
* | * search.c (simple_search): Remove unused var.Paul Eggert2011-03-151-1/+0
* | * src/search.c (compile_pattern_1): Remove unused argument.Juanma Barranquero2011-03-091-6/+2
* | Change B_ to BVARTom Tromey2011-02-161-24/+24
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-24/+24
* | * search.c: conform to C89 pointer rulesPaul Eggert2011-02-061-7/+8
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-6/+5
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-9/+2
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix use of int instead of EMACS_INT in search.c and region-cache.c.Eli Zaretskii2010-09-231-48/+59
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-2/+0
* | Convert old-style definitionsAndreas Schwab2010-07-121-22/+7
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-40/+20
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-4/+3
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-79/+28
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-12/+12
|/
* Fix typos.Juanma Barranquero2010-06-031-4/+4
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* 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-2/+2
* (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