| Commit message (Expand) | Author | Files | Lines |
| 2013-11-04 | Fix bug #15260 with building and installing Emacs in non-ASCII directories. | Eli Zaretskii | 1 | -8/+10 |
| 2013-10-08 | Do not allocate huge temporary memory areas and objects while encoding | Dmitry Antipov | 1 | -0/+4 |
| 2013-08-30 | Minor cleanup to avoid forward declarations. | Dmitry Antipov | 1 | -2/+0 |
| 2013-06-29 | Fix minor problems found by static checking. | Paul Eggert | 1 | -3/+9 |
| 2013-06-28 | coding.h (define_coding_undecided_arg_index): New enum. | Kenichi Handa | 1 | -0/+20 |
| 2013-05-22 | Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix... | Kenichi Handa | 1 | -0/+2 |
| 2013-03-16 | Optimize ASCII file reading with EOL format detection and decoding. | Kenichi Handa | 1 | -1/+5 |
| 2013-03-10 | 2013-03-10 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 1 | -0/+3 |
| 2013-03-06 | Coding system support cleanup and minor refactoring. | Dmitry Antipov | 1 | -28/+6 |
| 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/+1 |
| 2012-10-29 | Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29... | Daniel Colascione | 1 | -2/+2 |
| 2012-10-29 | 2012-10-29 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 1 | -0/+22 |
| 2012-10-01 | Misc minor simplifications in C code. | Stefan Monnier | 1 | -6/+0 |
| 2012-08-27 | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 1 | -27/+22 |
| 2012-07-31 | * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work. | Paul Eggert | 1 | -1/+0 |
| 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-30 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-12-04 | Don't macro-inline non-performance-critical code. | Stefan Monnier | 1 | -1/+1 |
| 2011-11-14 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -10/+10 |
| 2011-07-18 | Use ptrdiff_t for hash table indexes. | Paul Eggert | 1 | -1/+1 |
| 2011-04-10 | * coding.h (coding, code_convert_region, encode_coding_gap): Remove | Paul Eggert | 1 | -6/+0 |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 1 | -3/+1 |
| 2011-04-09 | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii | 1 | -1/+1 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -2/+1 |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 1 | -39/+0 |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris | 1 | -2/+0 |
| 2011-01-03 | Backport bug 7517 fixes from trunk. | Jan Djärv | 1 | -2/+1 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -2/+2 |
| 2010-12-30 | Encode frame title and icon name before setting. | Jan Djärv | 1 | -2/+1 |
| 2010-09-30 | Complement a coding system for encoding arguments and input to a process. | Kenichi Handa | 1 | -0/+1 |
| 2010-07-28 | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 1 | -0/+3 |
| 2010-07-02 | Convert some prototypes to standard C. | Dan Nicolaescu | 1 | -1/+1 |
| 2010-07-02 | Remove P_ and __P macros. | Jan D | 1 | -34/+34 |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris | 1 | -2/+2 |
| 2009-08-22 | (encode_coding_string): Don't encode unibyte strings. (Bug#4047) | Eli Zaretskii | 1 | -3/+4 |
| 2009-08-10 | (decode_coding_string, encode_coding_string): Use SBYTES macro. | Ken Raeburn | 1 | -2/+2 |
| 2009-07-25 | * coding.h (decode_coding_string, encode_coding_string): Use | Ken Raeburn | 1 | -2/+2 |
| 2009-07-08 | (JIS_TO_SJIS2): Fix the code range check. | Kenichi Handa | 1 | -1/+1 |
| 2009-03-06 | Include "composite.h". | Kenichi Handa | 1 | -1/+47 |
| 2009-02-22 | * coding.h (struct coding_system): Make safe_charsets a pointer to | Andreas Schwab | 1 | -1/+1 |
| 2009-02-04 | (coding_system_charset_list): Extern it. | Kenichi Handa | 1 | -0/+1 |
| 2009-01-08 | Add 2009 to copyright years. | Glenn Morris | 1 | -2/+2 |
| 2008-05-29 | (enum define_coding_utf8_arg_index): New enum. | Kenichi Handa | 1 | -6/+13 |
| 2008-05-15 | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 1 | -6/+4 |
| 2008-02-14 | Use AREF, not ASLOT. | Juanma Barranquero | 1 | -17/+17 |
| 2008-02-13 | (smerge-auto-combine-max-separation): New var. | Stefan Monnier | 1 | -19/+19 |
| 2008-01-08 | Add 2008 to copyright years. | Glenn Morris | 1 | -2/+2 |