aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Have overlays with window property respect clone numbers.Martin Rudalics2011-06-271-6/+17
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-33/+18
* * buffer.c (OVERLAY_COUNT_MAX): New macro.Paul Eggert2011-06-211-17/+19
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-19/+19
* * buffer.c (init_buffer): Don't assume string length fits in 'int'.Paul Eggert2011-06-191-1/+1
* * buffer.c: Include <verify.h>.Paul Eggert2011-06-171-1/+3
* * buffer.c (record_overlay_string): Check for size-calculation overflow.Paul Eggert2011-06-171-3/+6
* * buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ...Paul Eggert2011-06-171-2/+3
* * buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow.Paul Eggert2011-06-171-5/+5
* * buffer.c (struct sortstr.priority): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* * buffer.c (struct sortvec.priority): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* Merge from trunk.Paul Eggert2011-06-131-257/+195
|\
| * * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-10/+9
| * Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-258/+197
* | Merge from trunk.Paul Eggert2011-06-101-1/+3
|\ \ | |/
| * Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-1/+3
* | * buffer.c (advance_to_char_boundary): Return EMACS_INT, not int.Paul Eggert2011-06-081-1/+1
* | * buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int.Paul Eggert2011-06-081-3/+3
|/
* [ChangeLog]Paul Eggert2011-05-301-3/+3
* * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-271-1/+1
* Merge from mainline.Paul Eggert2011-04-251-1/+2
|\
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-1/+2
| |\
| | * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-101-1/+2
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-191-105/+82
| | * Fix typos.Juanma Barranquero2011-02-231-1/+1
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | | Fix minor typos in previous change.Paul Eggert2011-04-251-1/+1
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-9/+9
|/ /
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-2/+2
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-23/+23
* | * buffer.c (buffer_count): Remove unused var.Paul Eggert2011-04-101-3/+0
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-11/+12
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-26/+27
* | * buffer.c (Fprevious_overlay_change): Remove var that is setPaul Eggert2011-04-021-3/+2
* | Merge from trunkStefan Monnier2011-03-311-4/+3
|\ \
| * | src/*.c: Remove unused function parameters.Juanma Barranquero2011-03-251-2/+2
| * | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-2/+1
* | | Merge from trunkStefan Monnier2011-03-211-154/+129
|\ \ \ | |/ /
| * | Merge from mainline.Paul Eggert2011-03-171-2/+2
| |\ \
| | * | * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion.Chong Yidong2011-03-141-2/+2
| * | | * buffer.c (fix_overlays_before): Mark locals as initialized.Paul Eggert2011-03-141-2/+3
| * | | * buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):Paul Eggert2011-03-141-43/+43
| * | | * buffer.c (switch_to_buffer_1): Now static.Paul Eggert2011-03-141-1/+1
| |/ /
| * | Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-105/+82
| * | * buffer.c (syms_of_buffer): Remove obsolete comment.Tom Tromey2011-03-111-3/+0
* | | Merge from trunkStefan Monnier2011-02-211-365/+343
|\ \ \ | |/ /
| * | Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-28/+0
| * | Change B_ to BVARTom Tromey2011-02-161-335/+335
| * | Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-141-3/+3
| * | Hide implementation of `struct buffer'Tom Tromey2011-02-141-337/+343