| Commit message (Expand) | Author | Age | Files | Lines |
* | * src/intervals.c: Fix grafting over the whole buffer. | Stefan Monnier | 2011-11-18 | 1 | -1/+1 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -2/+1 |
* | * insdel.c: Omit unnecessary forward decls, to simplify future changes. | Paul Eggert | 2011-06-18 | 1 | -6/+0 |
* | Improve buffer-overflow checking. | Paul Eggert | 2011-06-16 | 1 | -26/+8 |
* | * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing. | Paul Eggert | 2011-06-15 | 1 | -4/+4 |
* | * insdel.c, lisp.h (buffer_overflow): New function. | Paul Eggert | 2011-06-15 | 1 | -4/+10 |
* | merge count_size_as_multibyte, parse_str_to_multibyte | Paul Eggert | 2011-05-20 | 1 | -31/+0 |
* | * insdel.c (count_size_as_multibyte): Check for string overflow. | Paul Eggert | 2011-05-15 | 1 | -2/+10 |
* | Support buffers > 2GB on 64-bit hosts. | Eli Zaretskii | 2011-04-19 | 1 | -5/+1 |
* | * insdel.c (make_gap_smaller): Define only if | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -1/+1 |
* | * insdel.c (signal_before_change): Now static. | Paul Eggert | 2011-04-13 | 1 | -1/+3 |
* | * insdel.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -55/+3 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | src/*.h: Remove unused parameters and functions. | Juanma Barranquero | 2011-03-26 | 1 | -69/+3 |
* | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -4/+4 |
* | * insdel.c (copy_text): Remove unused local var. | Paul Eggert | 2011-03-14 | 1 | -1/+0 |
* | * insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic. | Paul Eggert | 2011-03-14 | 1 | -3/+6 |
* | * insdel.c (check_markers, make_gap_larger, make_gap_smaller): | Paul Eggert | 2011-03-14 | 1 | -5/+5 |
* | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 2011-03-13 | 1 | -3/+1 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -31/+31 |
* | Fix the MS-Windows build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -3/+3 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -28/+28 |
* | * insdel.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -14/+13 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -11/+3 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Move declarations from .c files to .h files. | Dan Nicolaescu | 2010-11-18 | 1 | -5/+0 |
* | | * insdel.c (prepare_to_modify_buffer): Don't set | Chong Yidong | 2010-10-21 | 1 | -0/+1 |
* | | * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive | Chong Yidong | 2010-09-25 | 1 | -1/+2 |
* | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -2/+2 |
* | | Let all active regions set the primary selection. | Chong Yidong | 2010-08-15 | 1 | -5/+7 |
* | | Avoid restrictions when copying window selection. | Chong Yidong | 2010-08-07 | 1 | -7/+6 |
* | | Change `select-active-region' mechanics. | Chong Yidong | 2010-08-07 | 1 | -0/+17 |
* | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -1/+1 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -1/+1 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -50/+12 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -7/+5 |
* | | Remove obsolete macro BASE_LEADING_CODE_P. | Juanma Barranquero | 2010-06-05 | 1 | -4/+4 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (adjust_markers_for_delete): Move it in the right direction! (bug#4803) | Stefan Monnier | 2009-11-24 | 1 | -2/+2 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
* | (make_gap_larger): Don't make as many assumptions about the | Stefan Monnier | 2009-11-19 | 1 | -10/+10 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -4/+4 |
* | Fix typos in comments. | Juanma Barranquero | 2009-10-04 | 1 | -1/+1 |