log src/coding.c @ 89761:dc955277692c

age author description
Tue, 27 Jan 2004 02:21:37 +0000 Kenichi Handa (QCmnemonic, QCdefalut_char)
Sun, 25 Jan 2004 07:50:35 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix previous change.
Sun, 25 Jan 2004 07:44:22 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix previous change.
Sun, 25 Jan 2004 07:30:47 +0000 Kenichi Handa (get_translation_table): New function.
Sat, 24 Jan 2004 09:13:19 +0000 Kenichi Handa (decode_coding_sjis): Check the first byte rigidly.
Mon, 29 Dec 2003 07:52:49 +0000 Kenichi Handa (Qinsufficient_source, Qinconsistent_eol)
Tue, 02 Dec 2003 06:57:17 +0000 Kenichi Handa (detect_coding): Fix previous change.
Tue, 02 Dec 2003 01:40:27 +0000 Kenichi Handa (enum iso_code_class_type): Delete ISO_carriage_return.
Mon, 24 Nov 2003 02:21:55 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix previous change.
Sun, 23 Nov 2003 02:17:20 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix checking of ascii compatibility.
Sat, 22 Nov 2003 11:39:53 +0000 Kenichi Handa (encode_coding_emacs_mule): Resync charset_list to
Sat, 22 Nov 2003 11:20:05 +0000 Kenichi Handa (encode_coding_emacs_mule): Emit bytes with MSB.
Mon, 06 Oct 2003 22:30:26 +0000 Andreas Schwab (produce_chars): Revert last change.
Mon, 06 Oct 2003 11:21:31 +0000 Kenichi Handa (Fdefine_coding_system_alias): Update Vcoding_system_list.
Wed, 01 Oct 2003 04:40:19 +0000 Kenichi Handa (consume_chars): If coding->src_object is nil, don't check annotation.
Mon, 29 Sep 2003 17:59:52 +0000 Dave Love (inhibit_pre_post_conversion): Removed (unused).
Wed, 17 Sep 2003 19:21:10 +0000 Dave Love (Fread_coding_system): Fix arg of XSETSTRING.
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Wed, 09 Jul 2003 02:16:17 +0000 Kenichi Handa (decode_coding_sjis): Check bytes more rigidly.
Fri, 06 Jun 2003 02:13:16 +0000 Kenichi Handa * coding.c (QCcategory): New variable.
Thu, 05 Jun 2003 23:21:22 +0000 Kenichi Handa (Fset_coding_system_priority): Doc fix. Update values
Thu, 05 Jun 2003 12:34:31 +0000 Kenichi Handa (decode_coding_iso_2022): Fix handling of invalid
Thu, 29 May 2003 13:17:04 +0000 Kenichi Handa (setup_coding_system): If coding has
Thu, 29 May 2003 02:18:56 +0000 Kenichi Handa (make_conversion_work_buffer): Change the work buffer
Wed, 28 May 2003 11:36:37 +0000 Kenichi Handa (detected_mask): Delete unused variable.
Tue, 20 May 2003 13:05:14 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix for the case that
Tue, 06 May 2003 12:28:11 +0000 Kenichi Handa (Qsignature, Qendian): Delete these variables.
Tue, 06 May 2003 08:16:37 +0000 Kenichi Handa (coding_set_source): Fix for the case that the current
Fri, 28 Mar 2003 04:09:32 +0000 Kenichi Handa (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
Thu, 13 Feb 2003 22:23:01 +0000 Dave Love (Fcheck_coding_systems_region): Fix type errors.
Thu, 30 Jan 2003 02:23:12 +0000 Kenichi Handa (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
Mon, 06 Jan 2003 11:37:17 +0000 Kenichi Handa (CATEGORY_MASK_RAW_TEXT): New macro.
Wed, 06 Nov 2002 00:10:42 +0000 Kenichi Handa (decode_coding_utf_8): When eol_type is Qdos, handle
Wed, 16 Oct 2002 09:12:55 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix previous change.
Wed, 16 Oct 2002 05:03:55 +0000 Kenichi Handa (detect_coding_charset): If only ASCII bytes are found, return 0.
Wed, 16 Oct 2002 02:14:49 +0000 Kenichi Handa (detect_coding): Fix previous change.
Tue, 15 Oct 2002 13:03:30 +0000 Dave Love (Fcheck_coding_system): Doc fix.
Tue, 15 Oct 2002 01:15:52 +0000 Kenichi Handa (decode_coding): Fix args to translate_chars. Pay
Thu, 10 Oct 2002 09:05:37 +0000 Kenichi Handa (detect_coding_utf_8): Check incomplete byte sequence.
Wed, 09 Oct 2002 22:00:36 +0000 Dave Love (decode_coding_utf_8): Treat surrogates as invalid.
Wed, 21 Aug 2002 12:53:56 +0000 Kenichi Handa (coding_set_destination): Fix coding->destination for
Thu, 08 Aug 2002 13:01:56 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix category setting
Wed, 31 Jul 2002 07:09:00 +0000 Kenichi Handa * coding.c (make_conversion_work_buffer): Adjusted for the change
Tue, 30 Jul 2002 11:36:59 +0000 Dave Love Comment fix
Thu, 25 Jul 2002 02:01:23 +0000 Kenichi Handa (Ffind_coding_systems_region_internal): Detect an
Mon, 22 Jul 2002 06:39:58 +0000 Kenichi Handa (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,
Wed, 17 Jul 2002 10:20:32 +0000 Dave Love (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
Tue, 16 Jul 2002 15:10:13 +0000 Dave Love (ENCODE_DESIGNATION, decode_eol)
Thu, 11 Jul 2002 23:15:52 +0000 Dave Love (Fset_coding_system_priority): Allow null arg list.
Sun, 16 Jun 2002 19:57:54 +0000 Dave Love comments
Fri, 31 May 2002 01:03:50 +0000 Kenichi Handa (encode_coding_emacs_mule): Pay attention to raw-8-bit chars.
Thu, 30 May 2002 11:02:01 +0000 Kenichi Handa (CODING_ISO_FLAG_USE_ROMAN): New macro
Mon, 27 May 2002 22:18:56 +0000 Dave Love (decode_coding_utf_8): Reject overlong sequences.
Sun, 26 May 2002 17:11:04 +0000 Dave Love (Qmac): Remove (duplicated) definition.
Sun, 26 May 2002 17:07:35 +0000 Dave Love Doc fixes.
Fri, 24 May 2002 15:33:29 +0000 Dave Love (setup_iso_safe_charsets): Fix arg decl for K&R.
Thu, 23 May 2002 10:54:07 +0000 Kenichi Handa (Fdefine_coding_system_internal): Fix previous change.
Wed, 22 May 2002 11:30:00 +0000 Kenichi Handa (decode_coding_charset): Fix previous change.
Wed, 22 May 2002 11:14:45 +0000 Kenichi Handa (decode_coding_charset): Adjusted for the change of
Tue, 21 May 2002 05:09:20 +0000 Kenichi Handa (emacs_mule_char): Fix previous change.