summaryrefslogtreecommitdiff
path: root/src/intervals.c
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-31Fix bug with string values in equal-including-propertiesStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-05-11Pacify GCC 10.1.0Paul Eggert
2020-04-11Merge from origin/emacs-27Glenn Morris
2020-04-09Avoid assertion violation in intervals.cEli Zaretskii
2020-03-04Pacify GCC 9.2.1 20190927 -O3Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-05-07Pacify GCC 9.1Paul Eggert
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier
2019-03-01Maintain interval ->position fields correctly in update_intervalAlan Mackenzie
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-21Avoid losing the buffer restriction in flyspell-modeEli Zaretskii
2017-07-09Fix core dump in substitute-object-in-subtreePaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-06Avoid assertion violations when using marker positionsEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-10CHECK_IMPURE and PURE_P speedupPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-05-01* src/intervals.c: Tighten assertions.Stefan Monnier
2014-04-19* src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier
2014-01-21* buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-24Attempt to catch backtrace of segfault in bug #16234.Eli Zaretskii
2013-11-24Export get_pos_property to Elisp.Stefan Monnier
2013-10-10* lisp.h (eassume): New macro.Paul Eggert
2013-10-09* intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert
2013-09-22Add set operations for bool-vector.Daniel Colascione
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-09-03* buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov
2013-06-30* intervals.c (get_local_map): Actually clip POSITIONPaul Eggert
2013-06-30A possible fix for bug #14753 with aborts in get_local_map.Eli Zaretskii
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-20* textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert