aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* (make_gap_larger): Don't make as many assumptions about theStefan Monnier2009-11-191-10/+10
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-4/+4
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
* * editfns.c (general_insert_function): Adjust to insdel.c changes.Stefan Monnier2009-03-281-2/+3
* * insdel.c (move_gap, move_gap_both, gap_left, gap_right)Stefan Monnier2009-03-281-200/+156
* (del_range_2): Don't modify gap contents when calledAndreas Schwab2009-02-221-1/+4
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (copy_text): To convert a non-ASCII char to unibyte,Kenichi Handa2008-12-301-2/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (insert_from_buffer_1): Don't compare bytes in destinationStefan Monnier2008-04-031-1/+1
* * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1.Stefan Monnier2008-02-121-1/+1
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\