aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2012-05-251-4/+0
|\
| * Assume C89 or later.Paul Eggert2012-05-211-4/+0
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * * src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier2011-11-181-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-127/+127
|/
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-2/+1
* * insdel.c: Omit unnecessary forward decls, to simplify future changes.Paul Eggert2011-06-181-6/+0
* Improve buffer-overflow checking.Paul Eggert2011-06-161-26/+8
* * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.Paul Eggert2011-06-151-4/+4
* * insdel.c, lisp.h (buffer_overflow): New function.Paul Eggert2011-06-151-4/+10
* merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert2011-05-201-31/+0
* * insdel.c (count_size_as_multibyte): Check for string overflow.Paul Eggert2011-05-151-2/+10
* Support buffers > 2GB on 64-bit hosts.Eli Zaretskii2011-04-191-5/+1
* * insdel.c (make_gap_smaller): Define only ifPaul Eggert2011-04-161-0/+3
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* * insdel.c (signal_before_change): Now static.Paul Eggert2011-04-131-1/+3
* * insdel.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-55/+3
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-261-69/+3
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-4/+4
* * insdel.c (copy_text): Remove unused local var.Paul Eggert2011-03-141-1/+0
* * insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.Paul Eggert2011-03-141-3/+6
* * insdel.c (check_markers, make_gap_larger, make_gap_smaller):Paul Eggert2011-03-141-5/+5
* Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-3/+1
* Change B_ to BVARTom Tromey2011-02-161-31/+31
* 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-28/+28
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-14/+13
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-11/+3
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-5/+0
* | * insdel.c (prepare_to_modify_buffer): Don't setChong Yidong2010-10-211-0/+1
* | * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is aliveChong Yidong2010-09-251-1/+2
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-2/+2
* | Let all active regions set the primary selection.Chong Yidong2010-08-151-5/+7
* | Avoid restrictions when copying window selection.Chong Yidong2010-08-071-7/+6
* | Change `select-active-region' mechanics.Chong Yidong2010-08-071-0/+17
* | Constify functions taking char *Andreas Schwab2010-07-111-1/+1
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-1/+1
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-50/+12
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-7/+5
* | Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero2010-06-051-4/+4
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (adjust_markers_for_delete): Move it in the right direction! (bug#4803)Stefan Monnier2009-11-241-2/+2