| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New macro to iterate over all buffers, miscellaneous cleanups. | Dmitry Antipov | 2012-07-19 | 1 | -0/+9 |
* | Cleanup overlays checking. | Dmitry Antipov | 2012-07-17 | 1 | -4/+0 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -2/+2 |
* | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -5/+0 |
* | Cleanup basic buffer management. | Dmitry Antipov | 2012-07-03 | 1 | -140/+170 |
* | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 1 | -1/+1 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -4/+8 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -32/+34 |
* | Implement default help-echo for mode line. | Chong Yidong | 2012-06-03 | 1 | -0/+1 |
* | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -2/+13 |
|\ |
|
| * | Warning comments about subtleties of fetching characters from buffers/strings. | Eli Zaretskii | 2012-04-06 | 1 | -2/+13 |
* | | 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-12-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert | 2011-09-30 | 1 | -2/+2 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -36/+36 |
|/ |
|
* | * buffer.h: Include <sys/types.h> instead of <time.h>. | Paul Eggert | 2011-09-10 | 1 | -1/+1 |
* | * fileio.c: Fix bugs with large file offsets. | Paul Eggert | 2011-09-02 | 1 | -1/+1 |
* | Remove unportable assumption about struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 1 | -0/+4 |
* | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 2011-06-21 | 1 | -5/+5 |
* | * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed. | Paul Eggert | 2011-06-15 | 1 | -2/+4 |
* | Merge from trunk. | Paul Eggert | 2011-06-10 | 1 | -0/+1 |
|\ |
|
| * | * buffer.h: Include <time.h>, for time_t. | Paul Eggert | 2011-06-10 | 1 | -0/+1 |
* | | * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast. | Paul Eggert | 2011-06-09 | 1 | -2/+2 |
* | | * buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
|/ |
|
* | Check for buffer and string overflow more precisely. | Paul Eggert | 2011-06-05 | 1 | -0/+5 |
* | Don't assume time_t can fit into int. | Paul Eggert | 2011-06-01 | 1 | -1/+1 |
* | * lisp.h: Say "vectorlike header" rather than "vector header. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -4/+3 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+0 |
* | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -37/+21 |
* | Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). | Paul Eggert | 2011-03-15 | 1 | -0/+43 |
* | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 2011-03-13 | 1 | -14/+31 |
* | Use KVAR in MS-Windows build, remove buffer-file-type. | Eli Zaretskii | 2011-02-16 | 1 | -6/+0 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -4/+4 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -71/+80 |
* | 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 | -9/+0 |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+3 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -4/+3 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -3/+0 |
* | | Remove INLINE uses in header files. | Dan Nicolaescu | 2010-11-20 | 1 | -3/+3 |
* | | Mere anarchy is loosed upon the world. | Glenn Morris | 2010-11-02 | 1 | -6/+5 |
* | | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 2010-09-24 | 1 | -1/+1 |
* | | Use offsetof instead of own definition | Andreas Schwab | 2010-07-11 | 1 | -1/+1 |
* | | Remove P_ and __P macros. | Jan D | 2010-07-02 | 1 | -23/+23 |
* | | * buffer.h (struct buffer): Remove unused var `direction_reversed'. | Stefan Monnier | 2010-04-20 | 1 | -3/+0 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -11/+14 |