aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-02-26; Whitespace fixes to silence git hooksStefan Kangas1-4/+4
2025-01-19Replace call[1-8] with callnStefan Kangas1-4/+4
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-1/+0
2024-12-12Pure storage removal: Main partPip Cet1-1/+0
2024-04-30Pacify GCC 14 -Wnull-dereference in intervals.cPaul Eggert1-4/+5
2024-01-14Retype traverse_interval arg type from Lisp_Object to void *Mattias EngdegÄrd1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-03-03* src/intervals.c (set_intervals_multibyte_1): Fix bug#61887Stefan Monnier1-0/+3
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-09-18; * src/intervals.c (get_local_map): Fix commentary.Eli Zaretskii1-2/+2
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen1-2/+2
2022-05-12Pacify GCC 12 in default developer buildPaul Eggert1-1/+0
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-10-31Fix bug with string values in equal-including-propertiesStefan Kangas1-5/+15
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-05-11Pacify GCC 10.1.0Paul Eggert1-1/+2
2020-04-09Avoid assertion violation in intervals.cEli Zaretskii1-1/+1
2020-03-04Pacify GCC 9.2.1 20190927 -O3Paul Eggert1-6/+6
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-05-07Pacify GCC 9.1Paul Eggert1-3/+0
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier1-30/+6
2019-03-01Maintain interval ->position fields correctly in update_intervalAlan Mackenzie1-7/+23
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-12/+12
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-1/+1
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-16/+16
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-04Provide a new tree data-structure for overlays.Andreas Politz1-2/+2
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-21Avoid losing the buffer restriction in flyspell-modeEli Zaretskii1-0/+3
2017-07-09Fix core dump in substitute-object-in-subtreePaul Eggert1-64/+2
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-06Avoid assertion violations when using marker positionsEli Zaretskii1-4/+9
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-10-10CHECK_IMPURE and PURE_P speedupPaul Eggert1-5/+4
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-05-01* src/intervals.c: Tighten assertions.Stefan Monnier1-45/+49
2014-04-19* src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier1-40/+48
2014-01-21* buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov1-10/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-24Attempt to catch backtrace of segfault in bug #16234.Eli Zaretskii1-0/+1
2013-11-24Export get_pos_property to Elisp.Stefan Monnier1-1/+1