| Commit message (Expand) | Author | Files | Lines |
| 2012-05-02 | * intervals.c (adjust_intervals_for_insertion): Initialize `newi' | Dmitry Antipov | 1 | -0/+1 |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-11-19 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-18 | * src/intervals.c: Fix grafting over the whole buffer. | Stefan Monnier | 1 | -29/+12 |
| 2011-11-08 | Avoid some portability problems by eschewing 'extern inline' functions. | Paul Eggert | 1 | -12/+7 |
| 2011-11-06 | Fix some portability problems with 'inline'. | Paul Eggert | 1 | -12/+10 |
| 2011-10-25 | * lisp/progmodes/octave-*.el: Update maintainer. | Stefan Monnier | 1 | -2/+0 |
| 2011-09-21 | Fix ptrdiff_t/EMACS_INT confusion. | Paul Eggert | 1 | -1/+1 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -68/+68 |
| 2011-07-10 | Protoize | Andreas Schwab | 1 | -16/+8 |
| 2011-06-21 | Port to Sun C. | Paul Eggert | 1 | -3/+14 |
| 2011-06-01 | * lisp.h: Include <intprops.h>, as it'll useful in later changes. | Paul Eggert | 1 | -1/+1 |
| 2011-05-28 | [ChangeLog] | Paul Eggert | 1 | -7/+7 |
| 2011-04-20 | * intervals.c (offset_intervals): Tell GCC not to worry about length overflow | Paul Eggert | 1 | -1/+5 |
| 2011-04-20 | * intervals.h (struct interval): Use EMACS_INT for members | Paul Eggert | 1 | -6/+6 |
| 2011-04-18 | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 1 | -1/+1 |
| 2011-04-16 | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 1 | -2/+2 |
| 2011-04-13 | * intervals.c: Make symbols static if they're not exported. | Paul Eggert | 1 | -4/+5 |
| 2011-04-06 | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 1 | -1/+1 |
| 2011-04-04 | * intervals.c (interval_deletion_adjustment): Return unsigned value. | Paul Eggert | 1 | -4/+4 |
| 2011-04-04 | * intervals.c (graft_intervals_into_buffer): Mark var as used. | Paul Eggert | 1 | -2/+3 |
| 2011-03-19 | Backport fix for Bug#8219 from trunk. | Chong Yidong | 1 | -10/+6 |
| 2011-03-18 | * intervals.c (interval_start_pos): Now static. | Paul Eggert | 1 | -2/+1 |
| 2011-03-13 | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 1 | -10/+6 |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey | 1 | -2/+2 |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey | 1 | -2/+2 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -2/+1 |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris | 1 | -2/+0 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-11-23 | Avoid GCC warning with inline functions. | Eli Zaretskii | 1 | -9/+9 |
| 2010-09-23 | Fix last changes in editfns.c and intervals.c. | Eli Zaretskii | 1 | -1/+1 |
| 2010-09-23 | Use EMACS_INT instead of EMACS_UINT in intervals.c. | Eli Zaretskii | 1 | -2/+2 |
| 2010-09-23 | Avoid intervals crash by changing EMACS_UINTs to EMACS_INT. | Chong Yidong | 1 | -23/+23 |
| 2010-09-23 | Fix uses of int instead of EMACS_INT in intervals.c. | Eli Zaretskii | 1 | -53/+64 |
| 2010-09-23 | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 1 | -1/+2 |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 1 | -2/+2 |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu | 1 | -115/+43 |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 1 | -4/+4 |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2009-10-19 | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 1 | -0/+1 |
| 2009-01-08 | Add 2009 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2008-05-14 | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 1 | -6/+4 |
| 2008-03-20 | * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT. | Stefan Monnier | 1 | -42/+31 |
| 2008-01-08 | Add 2008 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2007-10-13 | Replace `abs' with `eabs'. | Eli Zaretskii | 1 | -2/+2 |
| 2007-08-08 | Replace `iff' in comments. | Glenn Morris | 1 | -1/+1 |
| 2007-07-25 | Switch license to GPLv3 or later. | Glenn Morris | 1 | -1/+1 |
| 2007-03-25 | (merge_properties): Use explicit loop instead of | Kim F. Storm | 1 | -27/+37 |
| 2007-03-23 | Fix last change - reverse args to Fplist_member. | Kim F. Storm | 1 | -2/+2 |