summaryrefslogtreecommitdiff
path: root/src/intervals.h
Commit message (Expand)AuthorAge
* 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
* Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-16
* * intervals.c: Make symbols static if they're not exported.Paul Eggert2011-04-13
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".Paul Eggert2011-03-18
* Change B_ to BVARTom Tromey2011-02-16
* Hide implementation of `struct buffer'Tom Tromey2011-02-14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove unused declarationsAndreas Schwab2010-12-27
* | Remove INLINE uses in header files.Dan Nicolaescu2010-11-20
* | Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.Chong Yidong2010-09-23
* | Fix uses of int instead of EMACS_INT in intervals.c.Eli Zaretskii2010-09-23
* | Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-23
* | * src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.Dan Nicolaescu2010-07-06
* | Remove P_ and __P macros.Jan D2010-07-02
|/