summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-15
* search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-15
* Fix bug #13084 with crashes during search.Eli Zaretskii2012-12-11
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-10
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Misc doc fixes.Chong Yidong2012-09-22
* Fix bug #12196 with infloop when cache-long-line-scans is non-nil.Eli Zaretskii2012-09-17
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-17
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-16
* * search.c (Freplace_match): Treat \? in the replacement text literally.Lawrence Mitchell2012-08-05
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-27
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-27
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-11
* Optimize pure C strings initialization.Dmitry Antipov2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov2012-07-04
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-31
|\
| * Don't call r_alloc_inhibit_buffer_relocation from search.c.Eli Zaretskii2012-05-29
* | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-26
|\|
| * Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii2012-05-23
* | Merge from trunk.Paul Eggert2012-05-25
|\ \
| * | Move word search functions from search.c to isearch.el (bug#10145, bug#11381).Juri Linkov2012-05-17
| |/
* | Merge from trunk.Paul Eggert2012-04-09
|\|
| * Small doc and elisp manual fixes related to searching Glenn Morris2012-03-26
* | Merge from trunk.Paul Eggert2012-02-10
|\|
| * Document negative repeat counts for search-forward and search-backward.Chong Yidong2012-01-26
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Fix bug #6540 with a crash while inserting non-ASCII text under cache-long-li...Eli Zaretskii2012-01-07
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-29
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Change `wordify' to `word-search-regexp'.Juri Linkov2011-12-02
| * Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-27
| * Fix typos.Juanma Barranquero2011-11-20
* | * search.c (wordify, Fset_match_data): Revamp to pacify GCC 4.6.1.Paul Eggert2011-09-21
* | Merge from trunk.Paul Eggert2011-09-21
|\|
| * Merge changes from emacs-23 branchChong Yidong2011-09-18
| |\
| | * * src/search.c (boyer_moore): Take unibyte characters from patternAndreas Schwab2011-09-07
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/ /
* | * search.c: Integer overflow fixesPaul Eggert2011-09-04
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
* | * search.c: Integer and memory overflow fixes.Paul Eggert2011-07-28
* | Mention `case-fold-search' in all the re_search_* functionsLars Magne Ingebrigtsen2011-07-14
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24