summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup intervals....Dmitry Antipov2012-08-081-7/+7
* Drop WGET and revert read access to Lisp_Objects slots of struct window....Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct window....Dmitry Antipov2012-08-061-1/+1
* Use INTERNAL_FIELD for windows....Dmitry Antipov2012-08-011-1/+1
* Generalize marker debugging code under MARKER_DEBUG and use eassert....Dmitry Antipov2012-07-291-48/+34
* Auto-generate EXFUN using make-docfile...Tom Tromey2012-07-031-2/+0
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline....Andreas Schwab2012-06-161-1/+1
* 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_multibyte...Paul 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 if...Paul Eggert2011-04-161-0/+3
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in...Paul 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 BVAR...Tom 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 infrastructure...Tom 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 set...Chong Yidong2010-10-211-0/+1
* | * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive...Chong 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