summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAge
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* * src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier2011-11-18
* Whitespace changes.Juanma Barranquero2011-09-09
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * insdel.c: Omit unnecessary forward decls, to simplify future changes.Paul Eggert2011-06-18
* Improve buffer-overflow checking.Paul Eggert2011-06-16
* * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.Paul Eggert2011-06-15
* * insdel.c, lisp.h (buffer_overflow): New function.Paul Eggert2011-06-15
* merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert2011-05-20
* * insdel.c (count_size_as_multibyte): Check for string overflow.Paul Eggert2011-05-15
* Support buffers > 2GB on 64-bit hosts.Eli Zaretskii2011-04-19
* * insdel.c (make_gap_smaller): Define only ifPaul Eggert2011-04-16
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-14
* * insdel.c (signal_before_change): Now static.Paul Eggert2011-04-13
* * insdel.c: Make symbols static if they're not exported.Paul Eggert2011-04-13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-26
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-23
* * insdel.c (copy_text): Remove unused local var.Paul Eggert2011-03-14
* * insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.Paul Eggert2011-03-14
* * insdel.c (check_markers, make_gap_larger, make_gap_smaller):Paul Eggert2011-03-14
* Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-13
* Change B_ to BVARTom Tromey2011-02-16
* Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-14
* Hide implementation of `struct buffer'Tom Tromey2011-02-14
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-06
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-18
* | * insdel.c (prepare_to_modify_buffer): Don't setChong Yidong2010-10-21
* | * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is aliveChong Yidong2010-09-25
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-22
* | Let all active regions set the primary selection.Chong Yidong2010-08-15
* | Avoid restrictions when copying window selection.Chong Yidong2010-08-07
* | Change `select-active-region' mechanics.Chong Yidong2010-08-07
* | Constify functions taking char *Andreas Schwab2010-07-11
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
* | Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero2010-06-05
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-19
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* (adjust_markers_for_delete): Move it in the right direction! (bug#4803)Stefan Monnier2009-11-24
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-21
* (make_gap_larger): Don't make as many assumptions about theStefan Monnier2009-11-19
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-18