| Commit message (Expand) | Author | Age | Files | Lines |
| * | * coding.h (struct coding_system): Remove 'error_positions' (unused) | Dmitry Antipov | 2014-07-10 | 1 | -10/+0 |
| * | * coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int and | Dmitry Antipov | 2014-07-09 | 1 | -7/+4 |
| * | merge trunk | Kenichi Handa | 2014-07-02 | 1 | -1/+1 |
| |\ |
|
| | * | Fix bug #17881 with infloop in decoding emacs-mule encoded text. | Eli Zaretskii | 2014-06-30 | 1 | -1/+2 |
| | * | Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.ca | Glenn Morris | 2014-06-28 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fixes: debbugs:17865 | Andreas Schwab | 2014-06-28 | 1 | -1/+1 |
| * | | | * coding.c (MIN_CHARBUF_SIZE): Delete it. | Kenichi Handa | 2014-07-02 | 1 | -4/+8 |
| |/ / |
|
| * | | * coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE. | Kenichi Handa | 2014-06-28 | 1 | -8/+11 |
| * | | Consistently use validate_subarray to verify substring. | Dmitry Antipov | 2014-06-25 | 1 | -10/+5 |
| * | | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -18/+18 |
| * | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -2/+2 |
| |/ |
|
| * | Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e... | Kenichi Handa | 2014-01-29 | 1 | -2/+4 |
| * | When decoding, prefer ptrdiff_t to int for buffer positions etc. | Paul Eggert | 2014-01-25 | 1 | -8/+8 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -2/+2 |
| * | Merge from mainline. | Eli Zaretskii | 2013-11-18 | 1 | -0/+23 |
| |\ |
|
| | * | Fix bug #15841 with assertion violations due to newline cache. | Eli Zaretskii | 2013-11-18 | 1 | -0/+17 |
| * | | Finished conversion routines; w32-unicode-filenames exposed to Lisp. | Eli Zaretskii | 2013-10-26 | 1 | -0/+43 |
| |/ |
|
| * | Do not allocate huge temporary memory areas and objects while encoding | Dmitry Antipov | 2013-10-08 | 1 | -0/+6 |
| * | * syntax.c (init_syntax_once): Adjust comment and do an early | Dmitry Antipov | 2013-08-26 | 1 | -5/+0 |
| * | Do not use global Lisp_Object in composition macros. | Dmitry Antipov | 2013-08-03 | 1 | -1/+1 |
| * | merge trunk | Kenichi Handa | 2013-07-20 | 1 | -0/+39 |
| |\ |
|
| | * | (decode_coding_utf_8): Add simple loop for fast processing of ASCII characters. | Richard M. Stallman | 2013-07-19 | 1 | -0/+39 |
| * | | coding.c (decode_coding_iso_2022): Fix previous change. | Kenichi Handa | 2013-07-20 | 1 | -4/+6 |
| * | | * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro. | Kenichi Handa | 2013-07-20 | 1 | -2/+8 |
| |/ |
|
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -2/+1 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -20/+18 |
| * | Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil. | Eli Zaretskii | 2013-07-13 | 1 | -0/+2 |
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-06-29 | 1 | -31/+31 |
| * | coding.c (setup_coding_system): Handle CODING->spec.undecided. | Kenichi Handa | 2013-06-29 | 1 | -10/+66 |
| * | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+16 |
| * | Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix... | Kenichi Handa | 2013-05-22 | 1 | -67/+154 |
| * | Fix bug #14287 with decoding EOL by *-dos coding systems. | Eli Zaretskii | 2013-04-28 | 1 | -1/+1 |
| * | coding.c (decode_coding_iso_2022): When an invalid escape sequence is encount... | Kenichi Handa | 2013-04-25 | 1 | -0/+8 |
| * | Spelling fix. | Paul Eggert | 2013-04-06 | 1 | -1/+1 |
| * | Optimize the code for reading UTF-8 files. | Kenichi Handa | 2013-04-05 | 1 | -43/+163 |
| * | Fix a bug introduced by 2013-03-15T16:06:12Z!handa@gnu.org. | Kenichi Handa | 2013-03-22 | 1 | -1/+1 |
| * | merge trunk | Kenichi Handa | 2013-03-20 | 1 | -1/+1 |
| |\ |
|
| | * | Spelling fixes. | Paul Eggert | 2013-03-18 | 1 | -1/+1 |
| * | | coding.c (syms_of_coding): Initialize disable_ascii_optimization 1. | Kenichi Handa | 2013-03-20 | 1 | -1/+1 |
| |/ |
|
| * | * coding.c (decode_coding_gap): Fix typo caught by static checking. | Paul Eggert | 2013-03-15 | 1 | -1/+1 |
| * | Optimize ASCII file reading with EOL format detection and decoding. | Kenichi Handa | 2013-03-16 | 1 | -38/+159 |
| * | 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 |