aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.h (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-05-02; Improve commentary in intervals.hEli Zaretskii1-6/+6
2024-05-02; Update commentary in intervals.hPo Lu1-4/+4
2024-04-30Fix deletion of text holding `inhibit-read-only' propertiesPo Lu1-8/+15
2024-01-14Retype traverse_interval arg type from Lisp_Object to void *Mattias EngdegÄrd1-2/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-05-12Pacify GCC 12 in default developer buildPaul Eggert1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-03-04Pacify GCC 9.2.1 20190927 -O3Paul Eggert1-10/+14
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-03-01Maintain interval ->position fields correctly in update_intervalAlan Mackenzie1-5/+9
2019-01-15Add portable dumperDaniel Colascione1-1/+0
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-09Fix core dump in substitute-object-in-subtreePaul Eggert1-2/+1
2017-06-25Omit null-pointer test in intervals.h FRAMEPaul Eggert1-6/+6
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert1-0/+3
2016-07-08Yet another fix for copying properties by 'format'Eli Zaretskii1-1/+1
2016-05-18Port --enable-gcc-warnings to GCC 6.1Paul Eggert1-6/+6
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-4/+0
2015-10-16Make src headers idempotent and standalonePaul Eggert1-0/+5
2015-02-09Use bool for boolean in xdisp.cPaul Eggert1-2/+2
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-15/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-11-16Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen1-0/+1
2014-06-17Omit redundant extern decls.Paul Eggert1-2/+0
2014-01-21* buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov1-0/+8
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-25/+25
2013-11-24Export get_pos_property to Elisp.Stefan Monnier1-2/+0
2013-09-20A simpler, centralized INLINE.Paul Eggert1-5/+2
2013-03-02* textprop.c: Use bool for booleans.Paul Eggert1-1/+1
2013-02-25Minor textprop integer cleanup.Paul Eggert1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-02* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert1-7/+7
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert1-35/+4
2012-08-10Use common inline syntax in intervals.h.Dmitry Antipov1-6/+9
2012-08-10Remove unused macros from intervals.h.Dmitry Antipov1-9/+0