summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAgeFilesLines
* * src/intervals.c (set_intervals_multibyte_1): Fix bug#61887Stefan Monnier2023-03-031-0/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge 'master' into noverlayStefan Monnier2022-09-251-84/+83
|\
| * Merge from origin/emacs-28Stefan Kangas2022-09-191-2/+2
| |\
| | * ; * src/intervals.c (get_local_map): Fix commentary.Eli Zaretskii2022-09-181-2/+2
| * | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-2/+2
| * | Pacify GCC 12 in default developer buildPaul Eggert2022-05-121-1/+0
| * | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
| * | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-311-5/+15
| |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * Pacify GCC 10.1.0Paul Eggert2020-05-111-1/+2
| * Merge from origin/emacs-27Glenn Morris2020-04-111-1/+1
| |\
| | * Avoid assertion violation in intervals.cEli Zaretskii2020-04-091-1/+1
| * | Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-041-6/+6
| |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| * Pacify GCC 9.1Paul Eggert2019-05-071-3/+0
| * * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-071-30/+6
| * Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-011-7/+23
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
| |\ \
| | * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
| | |/
| * | More macro renamings for bignumTom Tromey2018-08-071-12/+12
| * | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-16/+16
| |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-2/+2
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid losing the buffer restriction in flyspell-modeEli Zaretskii2017-08-211-0/+3
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-64/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Avoid assertion violations when using marker positionsEli Zaretskii2016-09-061-4/+9
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-101-5/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * src/intervals.c: Tighten assertions.Stefan Monnier2014-05-011-45/+49
* * src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier2014-04-191-40/+48
* * buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov2014-01-211-10/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Attempt to catch backtrace of segfault in bug #16234.Eli Zaretskii2013-12-241-0/+1
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-1/+1
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-4/+1
* * intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert2013-10-091-2/+1
* Add set operations for bool-vector.Daniel Colascione2013-09-221-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov2013-09-031-1/+1