| Commit message (Expand) | Author | Files | Lines |
| 2013-01-09 | * lisp.h (make_gap_1): New prototype. | Dmitry Antipov | 1 | -8/+1 |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert | 1 | -1/+1 |
| 2012-12-30 | * coding.c (Qmac): Now static. | Paul Eggert | 1 | -1/+2 |
| 2012-12-26 | * keyboard.c (record_asynch_buffer_change): Initialize an event | Dmitry Antipov | 1 | -1/+2 |
| 2012-12-19 | * coding.c (Fdetect_coding_region): Do not check start and end with | Dmitry Antipov | 1 | -5/+0 |
| 2012-10-29 | Complete fix for build break | Daniel Colascione | 1 | -1/+1 |
| 2012-10-29 | Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29... | Daniel Colascione | 1 | -3/+4 |
| 2012-10-29 | 2012-10-29 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 1 | -0/+42 |
| 2012-10-19 | font.c (Ffont_at): Fix previous change. | Kenichi Handa | 1 | -1/+1 |
| 2012-10-13 | coding.c (detect_coding): Set coding->id before calling this->detector. | Kenichi Handa | 1 | -0/+3 |
| 2012-09-30 | Prefer plain 'static' to 'static inline'. | Paul Eggert | 1 | -5/+5 |
| 2012-09-30 | coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ... | Kenichi Handa | 1 | -0/+17 |
| 2012-09-25 | Followup to not using maybe_unify_char in processing buffers and strings. | Eli Zaretskii | 1 | -55/+8 |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 1 | -1/+0 |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 1 | -10/+10 |
| 2012-08-28 | Fix usage of set_buffer_internal. | Dmitry Antipov | 1 | -2/+1 |
| 2012-08-27 | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 1 | -231/+137 |
| 2012-08-17 | * buffer.h (BSET): Remove. | Paul Eggert | 1 | -4/+4 |
| 2012-08-17 | * termhooks.h (TSET): Remove. | Paul Eggert | 1 | -4/+4 |
| 2012-08-14 | Fix for undo recording in decode_coding. | Gergely Risko | 1 | -0/+9 |
| 2012-08-13 | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 1 | -4/+4 |
| 2012-08-09 | Use TSET for write access to Lisp_Object slots of struct terminal. | Dmitry Antipov | 1 | -2/+2 |
| 2012-08-01 | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 1 | -44/+45 |
| 2012-07-30 | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 1 | -5/+2 |
| 2012-07-27 | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande... | Eli Zaretskii | 1 | -1/+1 |
| 2012-07-27 | Utility function to make a list from specified amount of objects. | Dmitry Antipov | 1 | -1/+1 |
| 2012-07-19 | New macro to iterate over all buffers, miscellaneous cleanups. | Dmitry Antipov | 1 | -1/+1 |
| 2012-07-11 | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead | Andreas Schwab | 1 | -2/+2 |
| 2012-07-10 | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 1 | -2/+2 |
| 2012-07-10 | Optimize pure C strings initialization. | Dmitry Antipov | 1 | -8/+8 |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert | 1 | -4/+4 |
| 2012-07-05 | Cleanup xmalloc. | Dmitry Antipov | 1 | -1/+1 |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 1 | -3/+3 |
| 2012-06-17 | * coding.c (produce_chars): Use ptrdiff_t, not int. | Paul Eggert | 1 | -1/+2 |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 1 | -1/+1 |
| 2012-05-26 | Fix coding-related core dumps with gcc -ftrapv. | Paul Eggert | 1 | -17/+35 |
| 2012-01-25 | Merge from emacs-23 branch | Chong Yidong | 1 | -2/+2 |
| 2012-01-25 | * src/coding.c (encode_designation_at_bol): Change return value to EMACS_INT.emacs-23.4 | HIROSHI OOTA | 1 | -2/+2 |
| 2012-01-19 | Fix usage of unitialized local var (backport from trunk) | Paul Eggert | 1 | -1/+1 |
| 2012-01-19 | Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk). | Kenichi Handa | 1 | -40/+131 |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-12-28 | coding.c: (Fdefine_coding_system_internal): Make an utf-8 base coding-system ... | Kenichi Handa | 1 | -2/+2 |
| 2011-12-11 | coding.c (Funencodable_char_position): Pay attention to the buffer text reloc... | Kenichi Handa | 1 | -0/+11 |
| 2011-12-08 | coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to... | Kenichi Handa | 1 | -1/+2 |
| 2011-12-05 | * coding.c (encode_designation_at_bol): Don't use uninitialized | Paul Eggert | 1 | -1/+1 |
| 2011-12-05 | Pay attetion to the buffer relocation on encoding (Bug#9318). | Kenichi Handa | 1 | -40/+132 |
| 2011-12-04 | Don't macro-inline non-performance-critical code. | Stefan Monnier | 1 | -1/+1 |
| 2011-11-07 | Set members of the struct coding_system before accessing them (bug#9910,9911,... | Kenichi Handa | 1 | -1/+1 |
| 2011-09-27 | * coding.c (Ffind_operation_coding_system): Avoid subscript error. | Paul Eggert | 1 | -1/+1 |