| Commit message (Expand) | Author | Files | Lines |
| 2020-05-11 | Pacify GCC 10.1.0 | Paul Eggert | 1 | -1/+2 |
| 2020-04-09 | Avoid assertion violation in intervals.c | Eli Zaretskii | 1 | -1/+1 |
| 2020-03-04 | Pacify GCC 9.2.1 20190927 -O3 | Paul Eggert | 1 | -6/+6 |
| 2020-01-01 | Update copyright year to 2020 | Paul Eggert | 1 | -1/+1 |
| 2019-05-07 | Pacify GCC 9.1 | Paul Eggert | 1 | -3/+0 |
| 2019-05-07 | * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertion | Stefan Monnier | 1 | -30/+6 |
| 2019-03-01 | Maintain interval ->position fields correctly in update_interval | Alan Mackenzie | 1 | -7/+23 |
| 2019-01-01 | Update copyright year to 2019 | Paul Eggert | 1 | -1/+1 |
| 2018-08-07 | More macro renamings for bignum | Tom Tromey | 1 | -12/+12 |
| 2018-07-19 | Prefer NILP (x) to EQ (x, Qnil) | Paul Eggert | 1 | -1/+1 |
| 2018-07-12 | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 1 | -16/+16 |
| 2018-01-01 | Update copyright year to 2018 | Paul Eggert | 1 | -1/+1 |
| 2017-09-13 | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 1 | -1/+1 |
| 2017-08-21 | Avoid losing the buffer restriction in flyspell-mode | Eli Zaretskii | 1 | -0/+3 |
| 2017-07-09 | Fix core dump in substitute-object-in-subtree | Paul Eggert | 1 | -64/+2 |
| 2016-12-31 | Update copyright year to 2017 | Paul Eggert | 1 | -1/+1 |
| 2016-09-06 | Avoid assertion violations when using marker positions | Eli Zaretskii | 1 | -4/+9 |
| 2016-03-10 | Rework C source files to avoid ^( | Paul Eggert | 1 | -2/+2 |
| 2016-01-01 | Update copyright year to 2016 | Paul Eggert | 1 | -1/+1 |
| 2015-10-20 | Include-file cleanup for src directory | Paul Eggert | 1 | -2/+0 |
| 2015-10-10 | CHECK_IMPURE and PURE_P speedup | Paul Eggert | 1 | -5/+4 |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert | 1 | -1/+1 |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert | 1 | -1/+1 |
| 2014-05-01 | * src/intervals.c: Tighten assertions. | Stefan Monnier | 1 | -45/+49 |
| 2014-04-19 | * src/intervals.c (rotate_right, rotate_left): Fix up length computation. | Stefan Monnier | 1 | -40/+48 |
| 2014-01-21 | * buffer.c (Fkill_buffer): When killing an indirect buffer, | Dmitry Antipov | 1 | -10/+1 |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 1 | -1/+1 |
| 2013-12-24 | Attempt to catch backtrace of segfault in bug #16234. | Eli Zaretskii | 1 | -0/+1 |
| 2013-11-24 | Export get_pos_property to Elisp. | Stefan Monnier | 1 | -1/+1 |
| 2013-10-10 | * lisp.h (eassume): New macro. | Paul Eggert | 1 | -4/+1 |
| 2013-10-09 | * intervals.c (temp_set_point_both): Move test into 'eassert', | Paul Eggert | 1 | -2/+1 |
| 2013-09-22 | Add set operations for bool-vector. | Daniel Colascione | 1 | -1/+1 |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert | 1 | -2/+0 |
| 2013-09-03 | * buffer.c (Fmake_overlay, Fmove_overlay): | Dmitry Antipov | 1 | -1/+1 |
| 2013-08-29 | * intervals.c (set_point_from_marker): New function. | Dmitry Antipov | 1 | -0/+12 |
| 2013-06-30 | * intervals.c (get_local_map): Actually clip POSITION | Paul Eggert | 1 | -3/+2 |
| 2013-06-30 | A possible fix for bug #14753 with aborts in get_local_map. | Eli Zaretskii | 1 | -6/+2 |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab | 1 | -27/+27 |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert | 1 | -1/+2 |
| 2012-12-20 | * textprop.c (set_text_properties_1): Do not allow NULL interval. | Dmitry Antipov | 1 | -1/+2 |
| 2012-09-30 | Prefer plain 'static' to 'static inline'. | Paul Eggert | 1 | -7/+7 |
| 2012-09-16 | Remove configure's --without-sync-input option. | Paul Eggert | 1 | -2/+1 |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 1 | -1/+0 |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 1 | -9/+9 |
| 2012-09-02 | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 1 | -30/+28 |
| 2012-08-17 | * buffer.h (BSET): Remove. | Paul Eggert | 1 | -1/+1 |
| 2012-08-17 | A few more naming-convention fixes for getters and setters. | Paul Eggert | 1 | -82/+110 |
| 2012-08-17 | Do not use memcpy for copying intervals. | Dmitry Antipov | 1 | -21/+26 |
| 2012-08-14 | * intervals.c (offset_intervals): Remove obsolete comment. | Paul Eggert | 1 | -6/+2 |
| 2012-08-13 | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 1 | -1/+1 |