| Commit message (Expand) | Author | Age | Files | Lines |
* | Omit redundant extern decls. | Paul Eggert | 2014-06-17 | 1 | -2/+0 |
* | * buffer.c (Fkill_buffer): When killing an indirect buffer, | Dmitry Antipov | 2014-01-21 | 1 | -0/+8 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -25/+25 |
* | Export get_pos_property to Elisp. | Stefan Monnier | 2013-11-24 | 1 | -2/+0 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -5/+2 |
* | * textprop.c: Use bool for booleans. | Paul Eggert | 2013-03-02 | 1 | -1/+1 |
* | Minor textprop integer cleanup. | Paul Eggert | 2013-02-25 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -7/+7 |
* | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -35/+4 |
* | Use common inline syntax in intervals.h. | Dmitry Antipov | 2012-08-10 | 1 | -6/+9 |
* | Remove unused macros from intervals.h. | Dmitry Antipov | 2012-08-10 | 1 | -9/+0 |
* | Cleanup intervals. | Dmitry Antipov | 2012-08-08 | 1 | -47/+36 |
* | Check total length of intervals with eassert. | Dmitry Antipov | 2012-08-08 | 1 | -9/+0 |
* | Basic functions to set Lisp_Object and pointer slots of intervals. | Dmitry Antipov | 2012-08-07 | 1 | -37/+75 |
* | Cleanup and convert miscellaneous checks to eassert. | Dmitry Antipov | 2012-07-17 | 1 | -6/+1 |
* | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -10/+0 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -34/+34 |
|\ \
| |/ |
|
| * | * src/intervals.c: Fix grafting over the whole buffer. | Stefan Monnier | 2011-11-18 | 1 | -34/+34 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -17/+17 |
|/ |
|
* | * intervals.h (struct interval): Use EMACS_INT for members | Paul Eggert | 2011-04-20 | 1 | -3/+3 |
* | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 2011-04-16 | 1 | -8/+9 |
* | * intervals.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -2/+0 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -4/+2 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else". | Paul Eggert | 2011-03-18 | 1 | -3/+7 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -2/+2 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -2/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -5/+0 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -2/+1 |
* | | Remove INLINE uses in header files. | Dan Nicolaescu | 2010-11-20 | 1 | -2/+2 |
* | | Avoid intervals crash by changing EMACS_UINTs to EMACS_INT. | Chong Yidong | 2010-09-23 | 1 | -1/+1 |
* | | Fix uses of int instead of EMACS_INT in intervals.c. | Eli Zaretskii | 2010-09-23 | 1 | -11/+11 |
* | | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
* | | * src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT. | Dan Nicolaescu | 2010-07-06 | 1 | -2/+2 |
* | | Remove P_ and __P macros. | Jan D | 2010-07-02 | 1 | -59/+59 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Fix bounds checking for text properties in `format' (Bug#5306). | Chong Yidong | 2010-01-09 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-15 | 1 | -6/+4 |
* | * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT. | Stefan Monnier | 2008-03-20 | 1 | -4/+0 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-02-24 | 1 | -18/+1 |
|\ |
|
| * | (INT_LISPLIKE): Remove. It may misfire. | Stefan Monnier | 2008-02-19 | 1 | -18/+1 |