summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-291-77/+9
* Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov2013-08-061-2/+2
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-2/+2
* Syntax cleanup, mostly replacing macros with functions.Paul Eggert2013-07-101-1/+1
* * src/search.c (looking_at_1): Only set last_thing_searched if the matchStefan Monnier2013-05-211-6/+6
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-3/+3
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-3/+3
* region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert2013-03-081-31/+33
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-9/+10
* Rename find_next_newline to find_newline_no_quit.Eli Zaretskii2013-03-061-4/+6
* * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov2013-03-061-1/+1
* * search.c (find_newline): Return byte position in bytepos.Dmitry Antipov2013-02-201-18/+33
* * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-151-9/+11
* Tune by using memchr and memrchr.Paul Eggert2013-02-111-91/+81
* * search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov2013-02-081-11/+11
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-2/+5
|\ \ | |/
| * search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-151-1/+3
| * search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-151-2/+3
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-1/+1
|/
* Fix bug #13084 with crashes during search.Eli Zaretskii2012-12-111-1/+15
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-8/+8
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-1/+1
* Misc doc fixes.Chong Yidong2012-09-221-16/+13
* Fix bug #12196 with infloop when cache-long-line-scans is non-nil.Eli Zaretskii2012-09-171-8/+16
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-3/+3
* * 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