summaryrefslogtreecommitdiff
path: root/src/intervals.h
Commit message (Expand)AuthorAge
* 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
* Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-17
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-03
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * * src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier2011-11-18
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * intervals.h (struct interval): Use EMACS_INT for membersPaul Eggert2011-04-20