summaryrefslogtreecommitdiff
path: root/src/intervals.h
Commit message (Expand)AuthorAge
* ; Improve commentary in intervals.hEli Zaretskii2024-05-02
* ; Update commentary in intervals.hPo Lu2024-05-02
* Fix deletion of text holding `inhibit-read-only' propertiesPo Lu2024-04-30
* Retype traverse_interval arg type from Lisp_Object to void *Mattias EngdegÄrd2024-01-14
* ; Add 2024 to copyright yearsPo Lu2024-01-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Pacify GCC 12 in default developer buildPaul Eggert2022-05-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-04
* Update copyright year to 2020Paul Eggert2020-01-01
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-01
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-09
* Omit null-pointer test in intervals.h FRAMEPaul Eggert2017-06-25
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-25
* | Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-08
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-18
|/
* 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
* Make src headers idempotent and standalonePaul Eggert2015-10-16
* Use bool for boolean in xdisp.cPaul Eggert2015-02-09
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-16
* Omit redundant extern decls.Paul Eggert2014-06-17
* * 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
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Export get_pos_property to Elisp.Stefan Monnier2013-11-24
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* * textprop.c: Use bool for booleans.Paul Eggert2013-03-02
* Minor textprop integer cleanup.Paul Eggert2013-02-25
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-02
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-17
* Use common inline syntax in intervals.h.Dmitry Antipov2012-08-10
* Remove unused macros from intervals.h.Dmitry Antipov2012-08-10
* Cleanup intervals.Dmitry Antipov2012-08-08
* Check total length of intervals with eassert.Dmitry Antipov2012-08-08
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-07