summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Pacify GCC 10.1.0Paul Eggert2020-05-11
* Merge from origin/emacs-27Glenn Morris2020-04-11
|\
| * Avoid assertion violation in intervals.cEli Zaretskii2020-04-09
* | Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-04
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Pacify GCC 9.1Paul Eggert2019-05-07
* * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-07
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
| |/
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Avoid losing the buffer restriction in flyspell-modeEli Zaretskii2017-08-21
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-09
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Avoid assertion violations when using marker positionsEli Zaretskii2016-09-06
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-10
* Update copyright year to 2015Paul Eggert2015-01-01
* * src/intervals.c: Tighten assertions.Stefan Monnier2014-05-01
* * src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier2014-04-19
* * buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov2014-01-21
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Attempt to catch backtrace of segfault in bug #16234.Eli Zaretskii2013-12-24
* Export get_pos_property to Elisp.Stefan Monnier2013-11-24
* * lisp.h (eassume): New macro.Paul Eggert2013-10-10
* * intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert2013-10-09
* Add set operations for bool-vector.Daniel Colascione2013-09-22
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* * buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov2013-09-03
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-29
* * intervals.c (get_local_map): Actually clip POSITIONPaul Eggert2013-06-30
* A possible fix for bug #14753 with aborts in get_local_map.Eli Zaretskii2013-06-30
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | * textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov2012-12-20
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Remove configure's --without-sync-input option.Paul Eggert2012-09-16
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-02