summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2013-07-20merge trunkKenichi Handa
2013-07-20coding.c (decode_coding_iso_2022): Fix previous change.Kenichi Handa
2013-07-20* coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.Kenichi Handa
2013-07-19(decode_coding_utf_8): Add simple loop for fast processing of ASCII characters.Richard M. Stallman
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-13Fix bug #14822 with decoding when inhibit-null-byte-detection is non-nil.Eli Zaretskii
2013-06-29Fix minor problems found by static checking.Paul Eggert
2013-06-29coding.c (setup_coding_system): Handle CODING->spec.undecided.Kenichi Handa
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert
2013-05-22Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix...Kenichi Handa
2013-04-28Fix bug #14287 with decoding EOL by *-dos coding systems.Eli Zaretskii
2013-04-25coding.c (decode_coding_iso_2022): When an invalid escape sequence is encount...Kenichi Handa
2013-04-06Spelling fix.Paul Eggert
2013-04-05Optimize the code for reading UTF-8 files.Kenichi Handa
2013-03-22Fix a bug introduced by 2013-03-15T16:06:12Z!handa@gnu.org.Kenichi Handa
2013-03-20merge trunkKenichi Handa
2013-03-20coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa
2013-03-18Spelling fixes.Paul Eggert
2013-03-15* coding.c (decode_coding_gap): Fix typo caught by static checking.Paul Eggert
2013-03-16Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa
2013-03-102013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2013-03-11Fix previous change.Kenichi Handa
2013-03-10merge trunkKenichi Handa
2013-03-10On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa
2013-03-09coding.c (to_unicode): Fix a typo in a comment.Eli Zaretskii
2013-03-06Coding system support cleanup and minor refactoring.Dmitry Antipov
2013-02-12Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris
2013-02-12In doc, use standard American English style for e.g., etc., i.e.Paul Eggert
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov
2013-02-07* coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov
2013-01-24Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris
2013-01-20Fixes: debbugs:13505Andreas Schwab
2013-01-09* lisp.h (make_gap_1): New prototype.Dmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-30* coding.c (Qmac): Now static.Paul Eggert
2012-12-26* keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov
2012-12-19* coding.c (Fdetect_coding_region): Do not check start and end withDmitry Antipov
2012-10-29Complete fix for build breakDaniel Colascione
2012-10-29Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione
2012-10-292012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2012-10-19font.c (Ffont_at): Fix previous change.Kenichi Handa
2012-10-13coding.c (detect_coding): Set coding->id before calling this->detector.Kenichi Handa
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-30merge trunkKenichi Handa
2012-09-30coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ...Kenichi Handa
2012-09-25Followup to not using maybe_unify_char in processing buffers and strings.Eli Zaretskii
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert