summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAge
* Fix coding.c subscript errorPaul Eggert2015-01-21
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa2014-10-08
* src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii2014-08-06
* Fixes: debbugs:17865Andreas Schwab2014-06-28
* Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-29
* When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert2014-01-25
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Merge from mainline.Eli Zaretskii2013-11-18
|\
| * Fix bug #15841 with assertion violations due to newline cache.Eli Zaretskii2013-11-18
* | Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii2013-10-26
|/
* Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov2013-10-08
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-26
* Do not use global Lisp_Object in composition macros.Dmitry Antipov2013-08-03
* merge trunkKenichi Handa2013-07-20
|\
| * (decode_coding_utf_8): Add simple loop for fast processing of ASCII characters.Richard M. Stallman2013-07-19
* | coding.c (decode_coding_iso_2022): Fix previous change.Kenichi Handa2013-07-20
* | * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.Kenichi Handa2013-07-20
|/
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil.Eli Zaretskii2013-07-13
* Fix minor problems found by static checking.Paul Eggert2013-06-29
* coding.c (setup_coding_system): Handle CODING->spec.undecided.Kenichi Handa2013-06-29
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa2013-05-22
* Fix bug #14287 with decoding EOL by *-dos coding systems.Eli Zaretskii2013-04-28
* coding.c (decode_coding_iso_2022): When an invalid escape sequence is encount...Kenichi Handa2013-04-25
* Spelling fix.Paul Eggert2013-04-06
* Optimize the code for reading UTF-8 files.Kenichi Handa2013-04-05
* Fix a bug introduced by 2013-03-15T16:06:12Z!handa@gnu.org.Kenichi Handa2013-03-22
* merge trunkKenichi Handa2013-03-20
|\
| * Spelling fixes.Paul Eggert2013-03-18
* | coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa2013-03-20
|/
* * coding.c (decode_coding_gap): Fix typo caught by static checking.Paul Eggert2013-03-15
* Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-16
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-10
* Fix previous change.Kenichi Handa2013-03-11
* merge trunkKenichi Handa2013-03-10
|\
| * coding.c (to_unicode): Fix a typo in a comment.Eli Zaretskii2013-03-09
* | On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-10
|/
* Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-06
* Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-12
|\
| * In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-12
* | * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* | * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-07
* | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris2013-01-24
|\|
| * Fixes: debbugs:13505Andreas Schwab2013-01-20
* | * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-09
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\|