log src/coding.c @ 107703:9898924b98ed

age author description
Tue, 16 Mar 2010 14:48:41 +0900 Kenichi Handa Fix the ccl encoder for the case that the output buffer is fullfilled.
Tue, 16 Mar 2010 11:14:40 +0900 Kenichi Handa coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
Tue, 02 Mar 2010 23:43:50 +0200 Eli Zaretskii (emacs_mule_char): Fix a typo in commentary.
Tue, 02 Mar 2010 22:35:44 +0200 Eli Zaretskii Fix bug in decoding emacs-mule encoding.
Thu, 18 Feb 2010 11:27:25 +0900 Kenichi Handa Fix handling of CODING_RESULT_INSUFFICIENT_DST.
Wed, 17 Feb 2010 15:47:32 +0900 Kenichi Handa Fix the ccl decoder for the case that the output buffer is fullfilled.
Wed, 20 Jan 2010 11:33:52 +0900 Kenichi Handa Fix ccl encoding of unibyte source.
Thu, 14 Jan 2010 20:31:16 +0900 Kenichi Handa Fix handling of euc-xx coding systems.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 14 Dec 2009 01:19:28 +0000 Kenichi Handa (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Thu, 24 Sep 2009 08:18:40 +0000 Andreas Schwab (decode_coding_iso_2022): Fix operator precedence.
Thu, 27 Aug 2009 07:30:29 +0000 Kenichi Handa (encode_coding_utf_16): Fix checking of an Unicode character.