| Commit message (Expand) | Author | Age | Files | Lines |
| * | src/buffer.c (mmap_find): Fix a typo. | Eli Zaretskii | 2011-07-13 | 1 | -1/+1 |
| * | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking. | Paul Eggert | 2011-07-12 | 1 | -0/+1 |
| * | Protoize | Andreas Schwab | 2011-07-10 | 1 | -68/+47 |
| * | Remove more assumptions re struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 1 | -4/+4 |
| * | Remove unportable assumption about struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 1 | -2/+2 |
| * | * buffer.c (Foverlay_put): Say what the return value is | Lars Magne Ingebrigtsen | 2011-07-04 | 1 | -1/+2 |
| * | Remove clone-number support. Provide clone-of parameter in window states. | Martin Rudalics | 2011-07-02 | 1 | -17/+6 |
| * | Have overlays with window property respect clone numbers. | Martin Rudalics | 2011-06-27 | 1 | -6/+17 |
| * | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -33/+18 |
| * | * buffer.c (OVERLAY_COUNT_MAX): New macro. | Paul Eggert | 2011-06-21 | 1 | -17/+19 |
| * | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 2011-06-21 | 1 | -19/+19 |
| * | * buffer.c (init_buffer): Don't assume string length fits in 'int'. | Paul Eggert | 2011-06-19 | 1 | -1/+1 |
| * | * buffer.c: Include <verify.h>. | Paul Eggert | 2011-06-17 | 1 | -1/+3 |
| * | * buffer.c (record_overlay_string): Check for size-calculation overflow. | Paul Eggert | 2011-06-17 | 1 | -3/+6 |
| * | * buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ... | Paul Eggert | 2011-06-17 | 1 | -2/+3 |
| * | * buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow. | Paul Eggert | 2011-06-17 | 1 | -5/+5 |
| * | * buffer.c (struct sortstr.priority): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+1 |
| * | * buffer.c (struct sortvec.priority): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2011-06-13 | 1 | -257/+195 |
| |\ |
|
| | * | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -10/+9 |
| | * | Move/add window-buffer-related functions to window.el. | Martin Rudalics | 2011-06-11 | 1 | -258/+197 |
| * | | Merge from trunk. | Paul Eggert | 2011-06-10 | 1 | -1/+3 |
| |\ \
| |/ |
|
| | * | Move window resize code from window.c to window.el. | Martin Rudalics | 2011-06-10 | 1 | -1/+3 |
| * | | * buffer.c (advance_to_char_boundary): Return EMACS_INT, not int. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
| * | | * buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int. | Paul Eggert | 2011-06-08 | 1 | -3/+3 |
| |/ |
|
| * | [ChangeLog] | Paul Eggert | 2011-05-30 | 1 | -3/+3 |
| * | * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing change | Paul Eggert | 2011-04-27 | 1 | -1/+1 |
| * | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -1/+2 |
| |\ |
|
| | * | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. | Glenn Morris | 2011-04-22 | 1 | -1/+2 |
| | |\ |
|
| | | * | * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902). | Chong Yidong | 2011-04-10 | 1 | -1/+2 |
| | | * | Backport fix for Bug#8219 from trunk. | Chong Yidong | 2011-03-19 | 1 | -105/+82 |
| | | * | Fix typos. | Juanma Barranquero | 2011-02-23 | 1 | -1/+1 |
| * | | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
| * | | | Fix minor typos in previous change. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
| * | | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -9/+9 |
| |/ / |
|
| * | | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -2/+2 |
| * | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -23/+23 |
| * | | * buffer.c (buffer_count): Remove unused var. | Paul Eggert | 2011-04-10 | 1 | -3/+0 |
| * | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -11/+12 |
| * | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -26/+27 |
| * | | * buffer.c (Fprevious_overlay_change): Remove var that is set | Paul Eggert | 2011-04-02 | 1 | -3/+2 |
| * | | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -4/+3 |
| |\ \ |
|
| | * | | src/*.c: Remove unused function parameters. | Juanma Barranquero | 2011-03-25 | 1 | -2/+2 |
| | * | | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -2/+1 |
| * | | | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -154/+129 |
| |\ \ \
| |/ / |
|
| | * | | Merge from mainline. | Paul Eggert | 2011-03-17 | 1 | -2/+2 |
| | |\ \ |
|
| | | * | | * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion. | Chong Yidong | 2011-03-14 | 1 | -2/+2 |
| | * | | | * buffer.c (fix_overlays_before): Mark locals as initialized. | Paul Eggert | 2011-03-14 | 1 | -2/+3 |
| | * | | | * buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte): | Paul Eggert | 2011-03-14 | 1 | -43/+43 |
| | * | | | * buffer.c (switch_to_buffer_1): Now static. | Paul Eggert | 2011-03-14 | 1 | -1/+1 |
| | |/ / |
|