summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAge
* In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-12
* Fixes: debbugs:13505Andreas Schwab2013-01-20
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Complete fix for build breakDaniel Colascione2012-10-29
* Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione2012-10-29
* 2012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione2012-10-29
* font.c (Ffont_at): Fix previous change.Kenichi Handa2012-10-19
* coding.c (detect_coding): Set coding->id before calling this->detector.Kenichi Handa2012-10-13
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* merge trunkKenichi Handa2012-09-30
|\
| * Followup to not using maybe_unify_char in processing buffers and strings.Eli Zaretskii2012-09-25
* | coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ...Kenichi Handa2012-09-30
|/
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Fix usage of set_buffer_internal.Dmitry Antipov2012-08-28
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-27
* * buffer.h (BSET): Remove.Paul Eggert2012-08-17
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-17
* Fix for undo recording in decode_coding.Gergely Risko2012-08-14
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-13
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-09
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-30
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-27
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-27
* New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-19
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-11
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-10
* Optimize pure C strings initialization.Dmitry Antipov2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-19
* * coding.c (produce_chars): Use ptrdiff_t, not int.Paul Eggert2012-06-17
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Fix coding-related core dumps with gcc -ftrapv.Paul Eggert2012-05-26
* Merge from trunk.Paul Eggert2012-02-10
|\
| * Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com.Glenn Morris2012-02-08
| |\
| | * coding.c (produce_chars): Fix updating of src_end (Bug#10701).Kenichi Handa2012-02-08
| | * * src/coding.c (encode_designation_at_bol): Change return value to EMACS_INT.emacs-23.4HIROSHI OOTA2012-01-25
| | * Fix usage of unitialized local var (backport from trunk)Paul Eggert2012-01-19
| | * Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk).Kenichi Handa2012-01-19
| | * Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris2012-01-10
| | * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-09
| * | Merge from emacs-23 branchChong Yidong2012-01-25
* | | Merge from trunk.Paul Eggert2012-01-09
|\| |
| * | Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * | coding.c: (Fdefine_coding_system_internal): Make an utf-8 base coding-system ...Kenichi Handa2011-12-28
* | | Merge from trunk.Paul Eggert2011-12-14
|\| |
| * | coding.c (Funencodable_char_position): Pay attention to the buffer text reloc...Kenichi Handa2011-12-11
* | | Merge from trunk.Paul Eggert2011-12-10
|\| |