summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-3/+3
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-6/+6
* * search.c (Freplace_match): Treat \? in the replacement text literally.Lawrence Mitchell2012-08-051-1/+4
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-2/+2
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-2/+2
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-111-2/+2
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-2/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-8/+6
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+4
* Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov2012-07-041-1/+2
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-2/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-311-20/+0
|\
| * Don't call r_alloc_inhibit_buffer_relocation from search.c.Eli Zaretskii2012-05-291-20/+0
* | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-261-0/+22
|\ \ | |/
| * Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii2012-05-231-0/+22
* | Merge from trunk.Paul Eggert2012-05-251-191/+0
|\ \
| * | Move word search functions from search.c to isearch.el (bug#10145, bug#11381).Juri Linkov2012-05-171-181/+0
| |/
* | Merge from trunk.Paul Eggert2012-04-091-4/+5
|\ \ | |/
| * Small doc and elisp manual fixes related to searching Glenn Morris2012-03-261-4/+5
* | Merge from trunk.Paul Eggert2012-02-101-2/+6
|\ \ | |/
| * Document negative repeat counts for search-forward and search-backward.Chong Yidong2012-01-261-2/+6
* | Merge from trunk.Paul Eggert2012-01-091-6/+6
|\ \ | |/
| * Fix bug #6540 with a crash while inserting non-ASCII text under cache-long-li...Eli Zaretskii2012-01-071-4/+4
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-291-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-23/+42
|\ \ | |/
| * Change `wordify' to `word-search-regexp'.Juri Linkov2011-12-021-20/+39
| * Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-1/+1
| * Fix typos.Juanma Barranquero2011-11-201-2/+2
* | * search.c (wordify, Fset_match_data): Revamp to pacify GCC 4.6.1.Paul Eggert2011-09-211-5/+7
* | Merge from trunk.Paul Eggert2011-09-211-2/+2
|\ \ | |/
| * 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
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-110/+133
|/ /
* | * 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