summaryrefslogtreecommitdiff
path: root/src/intervals.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Pacify GCC 12 in default developer buildPaul Eggert2022-05-121-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-041-10/+14
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-011-5/+9
* Add portable dumperDaniel Colascione2019-01-151-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-2/+1
* Omit null-pointer test in intervals.h FRAMEPaul Eggert2017-06-251-6/+6
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+3
* | Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-081-1/+1
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-6/+6
|/
* 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-4/+0
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+5
* Use bool for boolean in xdisp.cPaul Eggert2015-02-091-2/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-15/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-161-0/+1
* Omit redundant extern decls.Paul Eggert2014-06-171-2/+0
* * buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov2014-01-211-0/+8
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-25/+25
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-2/+0
* A simpler, centralized INLINE.Paul Eggert2013-09-201-5/+2
* * textprop.c: Use bool for booleans.Paul Eggert2013-03-021-1/+1
* Minor textprop integer cleanup.Paul Eggert2013-02-251-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-7/+7
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-35/+4
* Use common inline syntax in intervals.h.Dmitry Antipov2012-08-101-6/+9
* Remove unused macros from intervals.h.Dmitry Antipov2012-08-101-9/+0
* Cleanup intervals.Dmitry Antipov2012-08-081-47/+36
* Check total length of intervals with eassert.Dmitry Antipov2012-08-081-9/+0
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-071-37/+75
* Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-171-6/+1
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-10/+0
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-34/+34
|\ \ | |/