| Commit message (Expand) | Author | Files | Lines |
| 2012-06-03 | Implement default help-echo for mode line. | Chong Yidong | 1 | -0/+1 |
| 2012-04-06 | Warning comments about subtleties of fetching characters from buffers/strings. | Eli Zaretskii | 1 | -2/+13 |
| 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-09-30 | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert | 1 | -2/+2 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -36/+36 |
| 2011-09-10 | * buffer.h: Include <sys/types.h> instead of <time.h>. | Paul Eggert | 1 | -1/+1 |
| 2011-09-02 | * fileio.c: Fix bugs with large file offsets. | Paul Eggert | 1 | -1/+1 |
| 2011-07-06 | Remove unportable assumption about struct layout (Bug#8884). | Paul Eggert | 1 | -0/+4 |
| 2011-06-21 | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 1 | -5/+5 |
| 2011-06-15 | * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed. | Paul Eggert | 1 | -2/+4 |
| 2011-06-10 | * buffer.h: Include <time.h>, for time_t. | Paul Eggert | 1 | -0/+1 |
| 2011-06-09 | * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast. | Paul Eggert | 1 | -2/+2 |
| 2011-06-08 | * buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'. | Paul Eggert | 1 | -1/+1 |
| 2011-06-05 | Check for buffer and string overflow more precisely. | Paul Eggert | 1 | -0/+5 |
| 2011-06-03 | Check for buffer and string overflow more precisely. | Paul Eggert | 1 | -0/+5 |
| 2011-06-01 | Don't assume time_t can fit into int. | Paul Eggert | 1 | -1/+1 |
| 2011-05-09 | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 1 | -4/+3 |
| 2011-04-25 | * lisp.h: Say "vectorlike header" rather than "vector header. | Paul Eggert | 1 | -1/+1 |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 1 | -4/+3 |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 1 | -1/+0 |
| 2011-03-19 | Backport fix for Bug#8219 from trunk. | Chong Yidong | 1 | -10/+32 |
| 2011-03-15 | Use functions, not macros, for up- and down-casing. | Paul Eggert | 1 | -37/+21 |
| 2011-03-15 | Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). | Paul Eggert | 1 | -0/+43 |
| 2011-03-13 | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 1 | -14/+31 |
| 2011-02-16 | Use KVAR in MS-Windows build, remove buffer-file-type. | Eli Zaretskii | 1 | -6/+0 |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey | 1 | -4/+4 |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey | 1 | -71/+80 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -2/+1 |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 1 | -9/+0 |
| 2011-01-15 | Refill some copyright headers. | Glenn Morris | 1 | -2/+3 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-12-27 | Remove unused declarations | Andreas Schwab | 1 | -3/+0 |
| 2010-11-20 | Remove INLINE uses in header files. | Dan Nicolaescu | 1 | -3/+3 |
| 2010-11-02 | Mere anarchy is loosed upon the world. | Glenn Morris | 1 | -6/+5 |
| 2010-09-24 | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 1 | -1/+1 |
| 2010-07-11 | Use offsetof instead of own definition | Andreas Schwab | 1 | -1/+1 |
| 2010-07-02 | Remove P_ and __P macros. | Jan D | 1 | -23/+23 |
| 2010-04-20 | * buffer.h (struct buffer): Remove unused var `direction_reversed'. | Stefan Monnier | 1 | -3/+0 |
| 2010-04-19 | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 1 | -11/+14 |
| 2010-04-12 | Try to detect file modification within the same second. | Stefan Monnier | 1 | -0/+6 |
| 2010-01-12 | Try to fix bug#5314. This is probably not the final word, tho. | Stefan Monnier | 1 | -1/+5 |
| 2010-01-01 | Retrospective commit from 2009-11-14. | Eli Zaretskii | 1 | -1/+1 |
| 2010-01-01 | Retrospective commit from 2009-10-08. | Eli Zaretskii | 1 | -3/+3 |
| 2010-01-01 | Retrospective commit from 2009-10-05. | Eli Zaretskii | 1 | -0/+4 |
| 2009-12-31 | Retrospective commit from 2009-08-15. | Eli Zaretskii | 1 | -4/+6 |
| 2009-12-31 | Retrospective commit. | Eli Zaretskii | 1 | -2/+4 |
| 2009-11-21 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 1 | -2/+2 |
| 2009-10-18 | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 1 | -1/+1 |