| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -2/+0 |
* | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -1/+1 |
* | Clarify what happens to match data on failure | Paul Eggert | 2015-08-17 | 1 | -3/+7 |
* | Merge from origin/emacs-24 | Paul Eggert | 2015-03-03 | 1 | -0/+6 |
|\ |
|
| * | Avoid assertion violations in Rmail due to newline cache | Eli Zaretskii | 2015-02-28 | 1 | -0/+6 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | Consolidate duplicated string matching code. | Dmitry Antipov | 2015-01-13 | 1 | -25/+6 |
* | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -6/+3 |
* | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | Avoid unwanted point motion in Fline_beginning_position. | Dmitry Antipov | 2014-10-15 | 1 | -0/+18 |
* | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -31/+42 |
* | | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -4/+4 |
* | | Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.de | Juanma Barranquero | 2014-04-25 | 1 | -19/+37 |
|\ \
| |/ |
|
| * | Fix debugging code for checking the newline cache. | Eli Zaretskii | 2014-04-23 | 1 | -19/+37 |
* | | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu | Paul Eggert | 2014-04-22 | 1 | -0/+164 |
|\ \
| |/ |
|
| * | * search.c (Fnewline_cache_check): Remove unused locals. | Paul Eggert | 2014-04-22 | 1 | -2/+1 |
| * | Add debugging facility for the newline cache. | Eli Zaretskii | 2014-04-22 | 1 | -0/+165 |
* | | * search.c (Freplace_match): Use make_specified_string. | Dmitry Antipov | 2014-03-31 | 1 | -12/+2 |
|/ |
|
* | Fix bug #16830 with slow search for newlines in forward-line. | Eli Zaretskii | 2014-03-16 | 1 | -16/+92 |
* | Fix bug #16265 with buffer caches when modifying text in indirect buffers. | Eli Zaretskii | 2014-01-01 | 1 | -16/+44 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * search.c (find_newline): Rewrite to prefer offsets to pointers. | Paul Eggert | 2013-11-11 | 1 | -60/+38 |
* | Fix bug #15841 with missing line numbers in linum-mode. | Eli Zaretskii | 2013-11-09 | 1 | -0/+28 |
* | Hook scanning and indentation functions to find_newline. This helps | Dmitry Antipov | 2013-08-29 | 1 | -77/+9 |
* | Use region cache to speedup bidi_find_paragraph_start. | Dmitry Antipov | 2013-08-06 | 1 | -2/+2 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -2/+2 |
* | Syntax cleanup, mostly replacing macros with functions. | Paul Eggert | 2013-07-10 | 1 | -1/+1 |
* | * src/search.c (looking_at_1): Only set last_thing_searched if the match | Stefan Monnier | 2013-05-21 | 1 | -6/+6 |
* | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -3/+3 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -3/+3 |
* | region-cache.c, scroll.c, search.c: Use bool for booleans. | Paul Eggert | 2013-03-08 | 1 | -31/+33 |
* | * search.c (find_newline): Accept start and end byte positions | Dmitry Antipov | 2013-03-08 | 1 | -9/+10 |
* | Rename find_next_newline to find_newline_no_quit. | Eli Zaretskii | 2013-03-06 | 1 | -4/+6 |
* | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline. | Dmitry Antipov | 2013-03-06 | 1 | -1/+1 |
* | * search.c (find_newline): Return byte position in bytepos. | Dmitry Antipov | 2013-02-20 | 1 | -18/+33 |
* | * composite.c (fill_gstring_header): Remove useless prototype. | Dmitry Antipov | 2013-02-15 | 1 | -9/+11 |
* | Tune by using memchr and memrchr. | Paul Eggert | 2013-02-11 | 1 | -91/+81 |
* | * search.c (scan_buffer): Calculate end byte position just once. | Dmitry Antipov | 2013-02-08 | 1 | -11/+11 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org | Glenn Morris | 2012-12-21 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | search.c (search_buffer): Improve a comment. | Kenichi Handa | 2012-12-15 | 1 | -1/+3 |
| * | search.c (search_buffer): Improve a comment. | Kenichi Handa | 2012-12-15 | 1 | -2/+3 |
* | | Avoid calls to CHAR_TO_BYTE if byte position is known. | Dmitry Antipov | 2012-12-20 | 1 | -1/+1 |
|/ |
|
* | Fix bug #13084 with crashes during search. | Eli Zaretskii | 2012-12-11 | 1 | -1/+15 |
* | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -8/+8 |
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -1/+1 |
* | Misc doc fixes. | Chong Yidong | 2012-09-22 | 1 | -16/+13 |
* | Fix bug #12196 with infloop when cache-long-line-scans is non-nil. | Eli Zaretskii | 2012-09-17 | 1 | -8/+16 |