summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug uncovered by changing alloca to auto buffer.Paul Eggert2014-09-071-2/+18
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-3/+10
* Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-3/+3
|\
| * src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii2014-08-061-3/+3
* | * coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov2014-07-101-10/+0
* | * coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int andDmitry Antipov2014-07-091-7/+4
* | merge trunkKenichi Handa2014-07-021-1/+1
|\ \
| * | Fix bug #17881 with infloop in decoding emacs-mule encoded text.Eli Zaretskii2014-06-301-1/+2
| * | Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn Morris2014-06-281-1/+1
| |\ \ | | |/
| | * Fixes: debbugs:17865Andreas Schwab2014-06-281-1/+1
* | | * coding.c (MIN_CHARBUF_SIZE): Delete it.Kenichi Handa2014-07-021-4/+8
|/ /
* | * coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE.Kenichi Handa2014-06-281-8/+11
* | Consistently use validate_subarray to verify substring.Dmitry Antipov2014-06-251-10/+5
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-18/+18
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-2/+2
|/
* Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa2014-01-291-2/+4
* When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert2014-01-251-8/+8
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-2/+2
* Merge from mainline.Eli Zaretskii2013-11-181-0/+23
|\
| * Fix bug #15841 with assertion violations due to newline cache.Eli Zaretskii2013-11-181-0/+17
* | Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii2013-10-261-0/+43
|/
* Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov2013-10-081-0/+6
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-261-5/+0
* Do not use global Lisp_Object in composition macros.Dmitry Antipov2013-08-031-1/+1
* merge trunkKenichi Handa2013-07-201-0/+39
|\
| * (decode_coding_utf_8): Add simple loop for fast processing of ASCII characters.Richard M. Stallman2013-07-191-0/+39
* | coding.c (decode_coding_iso_2022): Fix previous change.Kenichi Handa2013-07-201-4/+6
* | * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.Kenichi Handa2013-07-201-2/+8
|/
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-2/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-20/+18
* Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil.Eli Zaretskii2013-07-131-0/+2
* Fix minor problems found by static checking.Paul Eggert2013-06-291-31/+31
* coding.c (setup_coding_system): Handle CODING->spec.undecided.Kenichi Handa2013-06-291-10/+66
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+16
* Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa2013-05-221-67/+154
* Fix bug #14287 with decoding EOL by *-dos coding systems.Eli Zaretskii2013-04-281-1/+1
* coding.c (decode_coding_iso_2022): When an invalid escape sequence is encount...Kenichi Handa2013-04-251-0/+8
* Spelling fix.Paul Eggert2013-04-061-1/+1
* Optimize the code for reading UTF-8 files.Kenichi Handa2013-04-051-43/+163
* Fix a bug introduced by 2013-03-15T16:06:12Z!handa@gnu.org.Kenichi Handa2013-03-221-1/+1
* merge trunkKenichi Handa2013-03-201-1/+1
|\
| * Spelling fixes.Paul Eggert2013-03-181-1/+1
* | coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa2013-03-201-1/+1
|/
* * coding.c (decode_coding_gap): Fix typo caught by static checking.Paul Eggert2013-03-151-1/+1
* Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-161-38/+159
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-101-0/+14
* Fix previous change.Kenichi Handa2013-03-111-1/+3
* merge trunkKenichi Handa2013-03-101-1/+1
|\
| * coding.c (to_unicode): Fix a typo in a comment.Eli Zaretskii2013-03-091-1/+1