| Commit message (Expand) | Author | Age | Files | Lines |
* | * buffer.h (BUF_COMPACT): New macro to follow the common style. | Dmitry Antipov | 2012-12-24 | 1 | -0/+3 |
* | Per-buffer window counters. | Dmitry Antipov | 2012-12-10 | 1 | -2/+17 |
* | Convenient macro to check whether the buffer is hidden. | Dmitry Antipov | 2012-12-07 | 1 | -0/+5 |
* | Shrink struct vectorlike_header to the only size field. | Dmitry Antipov | 2012-11-08 | 1 | -6/+25 |
* | Do not verify indirection counters of killed buffers (Bug#12579). | Dmitry Antipov | 2012-10-17 | 1 | -0/+16 |
* | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -1/+4 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -3/+3 |
* | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -0/+9 |
* | Fix usage of set_buffer_internal. | Dmitry Antipov | 2012-08-28 | 1 | -1/+16 |
* | * buffer.c, buffer.h: Use bool for boolean. | Paul Eggert | 2012-08-23 | 1 | -10/+12 |
* | Inline getter and setter functions for per-buffer values. | Dmitry Antipov | 2012-08-20 | 1 | -9/+27 |
* | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -1/+98 |
* | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -16/+2 |
* | Revert and cleanup some recent overlay changes. | Dmitry Antipov | 2012-08-14 | 1 | -46/+22 |
* | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -0/+1 |
* | Inline functions to examine and change buffer overlays. | Dmitry Antipov | 2012-08-08 | 1 | -0/+46 |
* | Inline functions to examine and change buffer intervals. | Dmitry Antipov | 2012-08-08 | 1 | -4/+19 |
* | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -3/+3 |
* | * src/buffer.h (struct buffer): Revert `indirections' to a simple int; | Stefan Monnier | 2012-08-06 | 1 | -1/+1 |
* | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
* | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -7/+14 |
* | Use INTERNAL_FIELD for conses and overlays. | Dmitry Antipov | 2012-08-01 | 1 | -3/+3 |
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -78/+73 |
* | * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int, | Paul Eggert | 2012-07-21 | 1 | -2/+2 |
* | Add indirection counting to speed up Fkill_buffer. | Dmitry Antipov | 2012-07-20 | 1 | -0/+5 |
* | * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'. | Paul Eggert | 2012-07-19 | 1 | -2/+2 |
* | Compact buffers when idle. | Dmitry Antipov | 2012-07-19 | 1 | -0/+4 |
* | 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 |
|\ |
|