aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-08-08Cleanup intervals.Dmitry Antipov1-47/+36
2012-08-08Check total length of intervals with eassert.Dmitry Antipov1-9/+0
2012-08-07Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov1-37/+75
2012-07-17Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov1-6/+1
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey1-10/+0
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-18* src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier1-34/+34
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-17/+17
2011-04-20* intervals.h (struct interval): Use EMACS_INT for membersPaul Eggert1-3/+3
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii1-8/+9
2011-04-13* intervals.c: Make symbols static if they're not exported.Paul Eggert1-2/+0
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-4/+2