aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-191-1/+1
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-2/+2
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-2/+2
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-8/+8
* More xmalloc and related cleanup.Paul Eggert2012-07-051-4/+4
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-3/+3
* * coding.c (produce_chars): Use ptrdiff_t, not int.Paul Eggert2012-06-171-1/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Fix coding-related core dumps with gcc -ftrapv.Paul Eggert2012-05-261-17/+35
* Merge from trunk.Paul Eggert2012-02-101-5/+5
|\
| * Merge from emacs-23; up to 2010-06-29T18:17:[email protected].Glenn Morris2012-02-081-3/+3
| |\
| | * coding.c (produce_chars): Fix updating of src_end (Bug#10701).Kenichi Handa2012-02-081-3/+3
| | * * src/coding.c (encode_designation_at_bol): Change return value to EMACS_INT.HIROSHI OOTA2012-01-251-2/+2
| | * Fix usage of unitialized local var (backport from trunk)Paul Eggert2012-01-191-1/+1
| | * Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk).Kenichi Handa2012-01-191-40/+131
| | * Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris2012-01-101-1/+1
| | * Backport revisions 2011-04-24T05:30:[email protected]:40:...Eli Zaretskii2011-05-091-1/+1
| * | Merge from emacs-23 branchChong Yidong2012-01-251-2/+2
* | | Merge from trunk.Paul Eggert2012-01-091-3/+3
|\| |
| * | Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * | coding.c: (Fdefine_coding_system_internal): Make an utf-8 base coding-system ...Kenichi Handa2011-12-281-2/+2
* | | Merge from trunk.Paul Eggert2011-12-141-0/+11
|\| |
| * | coding.c (Funencodable_char_position): Pay attention to the buffer text reloc...Kenichi Handa2011-12-111-0/+11
* | | Merge from trunk.Paul Eggert2011-12-101-42/+135
|\| |
| * | coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to...Kenichi Handa2011-12-081-1/+2
| * | * coding.c (encode_designation_at_bol): Don't use uninitializedPaul Eggert2011-12-051-1/+1
| * | merge trunkKenichi Handa2011-12-051-1/+1
| |\ \
| | * | Don't macro-inline non-performance-critical code.Stefan Monnier2011-12-041-1/+1
| * | | Pay attetion to the buffer relocation on encoding (Bug#9318).Kenichi Handa2011-12-051-40/+132
| |/ /
* | | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\| |
| * | Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa2011-11-071-1/+1
* | | * coding.c (Ffind_operation_coding_system): Avoid subscript error.Paul Eggert2011-09-271-1/+1
* | | * coding.c: Integer and buffer overflow fixes.Paul Eggert2011-09-271-5/+5
* | | * coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int,Paul Eggert2011-09-241-1/+1
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-132/+136
|/ /
* | * coding.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-5/+8