| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2013-03-10 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 2013-03-10 | 1 | -0/+14 |
| * | Fix previous change. | Kenichi Handa | 2013-03-11 | 1 | -1/+3 |
| * | merge trunk | Kenichi Handa | 2013-03-10 | 1 | -1/+1 |
| |\ |
|
| | * | coding.c (to_unicode): Fix a typo in a comment. | Eli Zaretskii | 2013-03-09 | 1 | -1/+1 |
| * | | On file insertion, skip decoding if all bytes are ASCII. | Kenichi Handa | 2013-03-10 | 1 | -4/+39 |
| |/ |
|
| * | Coding system support cleanup and minor refactoring. | Dmitry Antipov | 2013-03-06 | 1 | -33/+12 |
| * | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org | Glenn Morris | 2013-02-12 | 1 | -1/+1 |
| |\ |
|
| | * | In doc, use standard American English style for e.g., etc., i.e. | Paul Eggert | 2013-02-12 | 1 | -1/+1 |
| * | | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -3/+5 |
| * | | * coding.c (Fdefine_coding_system_internal): Use AREF where | Dmitry Antipov | 2013-02-07 | 1 | -1/+1 |
| * | | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca | Glenn Morris | 2013-01-24 | 1 | -14/+15 |
| |\ \
| |/ |
|
| | * | Fixes: debbugs:13505 | Andreas Schwab | 2013-01-20 | 1 | -14/+15 |
| * | | * lisp.h (make_gap_1): New prototype. | Dmitry Antipov | 2013-01-09 | 1 | -8/+1 |
| * | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | | * coding.c (Qmac): Now static. | Paul Eggert | 2012-12-30 | 1 | -1/+2 |
| * | | * keyboard.c (record_asynch_buffer_change): Initialize an event | Dmitry Antipov | 2012-12-26 | 1 | -1/+2 |
| * | | * coding.c (Fdetect_coding_region): Do not check start and end with | Dmitry Antipov | 2012-12-19 | 1 | -5/+0 |
| |/ |
|
| * | Complete fix for build break | Daniel Colascione | 2012-10-29 | 1 | -1/+1 |
| * | Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29... | Daniel Colascione | 2012-10-29 | 1 | -3/+4 |
| * | 2012-10-29 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 2012-10-29 | 1 | -0/+42 |
| * | font.c (Ffont_at): Fix previous change. | Kenichi Handa | 2012-10-19 | 1 | -1/+1 |
| * | coding.c (detect_coding): Set coding->id before calling this->detector. | Kenichi Handa | 2012-10-13 | 1 | -0/+3 |
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -5/+5 |
| * | merge trunk | Kenichi Handa | 2012-09-30 | 1 | -55/+8 |
| |\ |
|
| | * | Followup to not using maybe_unify_char in processing buffers and strings. | Eli Zaretskii | 2012-09-25 | 1 | -55/+8 |
| * | | coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ... | Kenichi Handa | 2012-09-30 | 1 | -0/+17 |
| |/ |
|
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -10/+10 |
| * | Fix usage of set_buffer_internal. | Dmitry Antipov | 2012-08-28 | 1 | -2/+1 |
| * | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -231/+137 |
| * | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+4 |
| * | * termhooks.h (TSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+4 |
| * | Fix for undo recording in decode_coding. | Gergely Risko | 2012-08-14 | 1 | -0/+9 |
| * | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -4/+4 |
| * | Use TSET for write access to Lisp_Object slots of struct terminal. | Dmitry Antipov | 2012-08-09 | 1 | -2/+2 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -44/+45 |
| * | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -5/+2 |
| * | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande... | Eli Zaretskii | 2012-07-27 | 1 | -1/+1 |
| * | Utility function to make a list from specified amount of objects. | Dmitry Antipov | 2012-07-27 | 1 | -1/+1 |
| * | New macro to iterate over all buffers, miscellaneous cleanups. | Dmitry Antipov | 2012-07-19 | 1 | -1/+1 |
| * | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead | Andreas Schwab | 2012-07-11 | 1 | -2/+2 |
| * | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 2012-07-10 | 1 | -2/+2 |
| * | Optimize pure C strings initialization. | Dmitry Antipov | 2012-07-10 | 1 | -8/+8 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -4/+4 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -3/+3 |
| * | * coding.c (produce_chars): Use ptrdiff_t, not int. | Paul Eggert | 2012-06-17 | 1 | -1/+2 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Fix coding-related core dumps with gcc -ftrapv. | Paul Eggert | 2012-05-26 | 1 | -17/+35 |