aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-08Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa1-8/+26
2014-08-06src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii1-3/+3
2014-06-28Fixes: debbugs:17865Andreas Schwab1-1/+1
2014-01-29Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...Kenichi Handa1-2/+4
2014-01-25When decoding, prefer ptrdiff_t to int for buffer positions etc.Paul Eggert1-8/+8
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-2/+2
2013-11-18Fix bug #15841 with assertion violations due to newline cache.Eli Zaretskii1-0/+17
2013-10-26Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii1-0/+43
2013-10-08Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov1-0/+6
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov1-5/+0
2013-08-03Do not use global Lisp_Object in composition macros.Dmitry Antipov1-1/+1
2013-07-20coding.c (decode_coding_iso_2022): Fix previous change.Kenichi Handa1-4/+6
2013-07-20* coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.Kenichi Handa1-2/+8
2013-07-19(decode_coding_utf_8): Add simple loop for fast processing of ASCII characters.Richard M. Stallman1-0/+39
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert1-2/+1
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert1-20/+18
2013-07-13Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil.Eli Zaretskii1-0/+2
2013-06-29Fix minor problems found by static checking.Paul Eggert1-31/+31
2013-06-29coding.c (setup_coding_system): Handle CODING->spec.undecided.Kenichi Handa1-10/+66
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert1-0/+16
2013-05-22Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa1-67/+154
2013-04-28Fix bug #14287 with decoding EOL by *-dos coding systems.Eli Zaretskii1-1/+1
2013-04-25coding.c (decode_coding_iso_2022): When an invalid escape sequence is encount...Kenichi Handa1-0/+8
2013-04-06Spelling fix.Paul Eggert1-1/+1
2013-04-05Optimize the code for reading UTF-8 files.Kenichi Handa1-43/+163
2013-03-22Fix a bug introduced by 2013-03-15T16:06:12Z!handa@gnu.org.Kenichi Handa1-1/+1
2013-03-20coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa1-1/+1
2013-03-18Spelling fixes.Paul Eggert1-1/+1
2013-03-15* coding.c (decode_coding_gap): Fix typo caught by static checking.Paul Eggert1-1/+1
2013-03-16Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa1-38/+159
2013-03-102013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione1-0/+14
2013-03-11Fix previous change.Kenichi Handa1-1/+3
2013-03-10On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa1-4/+39
2013-03-09coding.c (to_unicode): Fix a typo in a comment.Eli Zaretskii1-1/+1
2013-03-06Coding system support cleanup and minor refactoring.Dmitry Antipov1-33/+12
2013-02-12In doc, use standard American English style for e.g., etc., i.e.Paul Eggert1-1/+1
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov1-3/+5
2013-02-07* coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov1-1/+1
2013-01-20Fixes: debbugs:13505Andreas Schwab1-14/+15
2013-01-09* lisp.h (make_gap_1): New prototype.Dmitry Antipov1-8/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-12-30* coding.c (Qmac): Now static.Paul Eggert1-1/+2
2012-12-26* keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov1-1/+2
2012-12-19* coding.c (Fdetect_coding_region): Do not check start and end withDmitry Antipov1-5/+0
2012-10-29Complete fix for build breakDaniel Colascione1-1/+1
2012-10-29Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione1-3/+4
2012-10-292012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione1-0/+42
2012-10-19font.c (Ffont_at): Fix previous change.Kenichi Handa1-1/+1
2012-10-13coding.c (detect_coding): Set coding->id before calling this->detector.Kenichi Handa1-0/+3