summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from emacs-23 branchChong Yidong2011-09-181-2/+2
|\
| * * src/search.c (boyer_moore): Take unibyte characters from patternAndreas Schwab2011-09-071-2/+2
* | * search.c: Integer overflow fixesPaul Eggert2011-09-041-5/+5
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-45/+24
* | * search.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-2/+14
* | Mention `case-fold-search' in all the re_search_* functionsLars Magne Ingebrigtsen2011-07-141-0/+16
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-5/+5
* | * search.c (searchbufs, searchbuf_head): Now static.Paul Eggert2011-04-131-2/+2
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+2
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-5/+5
* | Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-14/+14
* | * search.c (wordify): Omit three unnecessary tests.Paul Eggert2011-04-021-6/+7
* | * search.c (boyer_moore, wordify): Remove vars set but not used.Paul Eggert2011-04-021-8/+2
* | src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-5/+2
* | src/*.c: Remove unused parameters and other warnings.Juanma Barranquero2011-03-281-15/+13
* | Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-2/+2
* | * 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