aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-17Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov1-0/+16
2012-09-11Convenient macro to check whether the buffer is live.Dmitry Antipov1-1/+4
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-3/+3
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov1-0/+9
2012-08-28Fix usage of set_buffer_internal.Dmitry Antipov1-1/+16
2012-08-23* buffer.c, buffer.h: Use bool for boolean.Paul Eggert1-10/+12
2012-08-20Inline getter and setter functions for per-buffer values.Dmitry Antipov1-9/+27
2012-08-17* buffer.h (BSET): Remove.Paul Eggert1-1/+98
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert1-16/+2
2012-08-14Revert and cleanup some recent overlay changes.Dmitry Antipov1-46/+22
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov1-0/+1
2012-08-08Inline functions to examine and change buffer overlays.Dmitry Antipov1-0/+46
2012-08-08Inline functions to examine and change buffer intervals.Dmitry Antipov1-4/+19
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov1-3/+3
2012-08-06* src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier1-1/+1
2012-08-05Generalize common compile-time constants.Dmitry Antipov1-1/+1
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert1-7/+14
2012-08-01Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov1-3/+3
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov1-78/+73
2012-07-21* buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,Paul Eggert1-2/+2
2012-07-20Add indirection counting to speed up Fkill_buffer.Dmitry Antipov1-0/+5
2012-07-19* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert1-2/+2
2012-07-19Compact buffers when idle.Dmitry Antipov1-0/+4
2012-07-19New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov1-0/+9
2012-07-17Cleanup overlays checking.Dmitry Antipov1-4/+0
2012-07-05More xmalloc and related cleanup.Paul Eggert1-2/+2
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey1-5/+0
2012-07-03Cleanup basic buffer management.Dmitry Antipov1-140/+170
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert1-1/+1
2012-06-22Support higher-resolution time stamps.Paul Eggert1-4/+8
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-32/+34
2012-06-03Implement default help-echo for mode line.Chong Yidong1-0/+1
2012-04-06Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii1-2/+13
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-09-30* buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert1-2/+2
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-36/+36
2011-09-10* buffer.h: Include <sys/types.h> instead of <time.h>.Paul Eggert1-1/+1
2011-09-02* fileio.c: Fix bugs with large file offsets.Paul Eggert1-1/+1
2011-07-06Remove unportable assumption about struct layout (Bug#8884).Paul Eggert1-0/+4
2011-06-21Use ptrdiff_t, not int, for overlay counts.Paul Eggert1-5/+5
2011-06-15* buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.Paul Eggert1-2/+4
2011-06-10* buffer.h: Include <time.h>, for time_t.Paul Eggert1-0/+1
2011-06-09* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.Paul Eggert1-2/+2
2011-06-08* buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'.Paul Eggert1-1/+1
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert1-0/+5
2011-06-03Check for buffer and string overflow more precisely.Paul Eggert1-0/+5
2011-06-01Don't assume time_t can fit into int.Paul Eggert1-1/+1
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-4/+3