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