summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAge
* * src/intervals.c (set_intervals_multibyte_1): Fix bug#61887Stefan Monnier2023-03-03
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge 'master' into noverlayStefan Monnier2022-09-25
|\
| * Merge from origin/emacs-28Stefan Kangas2022-09-19
| |\
| | * ; * src/intervals.c (get_local_map): Fix commentary.Eli Zaretskii2022-09-18
| * | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
| * | Pacify GCC 12 in default developer buildPaul Eggert2022-05-12
| * | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
| * | Merge from origin/emacs-28Eli Zaretskii2022-01-01
| |\|
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
| * | Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-31
| |/
| * 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
* | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
|/
* 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