summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-101-4/+39
|/
* Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-061-33/+12
* Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-121-1/+1
|\
| * In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-1/+1
* | * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-3/+5
* | * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-071-1/+1
* | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris2013-01-241-14/+15
|\ \ | |/
| * Fixes: debbugs:13505Andreas Schwab2013-01-201-14/+15
* | * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-8/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * coding.c (Qmac): Now static.Paul Eggert2012-12-301-1/+2
* | * keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov2012-12-261-1/+2
* | * coding.c (Fdetect_coding_region): Do not check start and end withDmitry Antipov2012-12-191-5/+0
|/
* Complete fix for build breakDaniel Colascione2012-10-291-1/+1
* Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione2012-10-291-3/+4
* 2012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione2012-10-291-0/+42
* font.c (Ffont_at): Fix previous change.Kenichi Handa2012-10-191-1/+1
* coding.c (detect_coding): Set coding->id before calling this->detector.Kenichi Handa2012-10-131-0/+3
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-5/+5
* merge trunkKenichi Handa2012-09-301-55/+8
|\
| * Followup to not using maybe_unify_char in processing buffers and strings.Eli Zaretskii2012-09-251-55/+8
* | coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ...Kenichi Handa2012-09-301-0/+17
|/
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-10/+10
* Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-2/+1
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-231/+137
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-4/+4
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-171-4/+4
* Fix for undo recording in decode_coding.Gergely Risko2012-08-141-0/+9
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-4/+4
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-091-2/+2
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-44/+45
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-5/+2
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-1/+1