| Commit message (Expand) | Author | Age | Files | Lines |
| * | (setup_coding_system): If coding has | Kenichi Handa | 2003-05-29 | 1 | -1/+23 |
| * | (make_conversion_work_buffer): Change the work buffer | Kenichi Handa | 2003-05-29 | 1 | -3/+3 |
| * | (detected_mask): Delete unused variable. | Kenichi Handa | 2003-05-28 | 1 | -77/+193 |
| * | (Fdefine_coding_system_internal): Fix for the case that | Kenichi Handa | 2003-05-20 | 1 | -1/+16 |
| * | (Qsignature, Qendian): Delete these variables. | Kenichi Handa | 2003-05-06 | 1 | -35/+51 |
| * | (coding_set_source): Fix for the case that the current | Kenichi Handa | 2003-05-06 | 1 | -13/+8 |
| * | (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig) | Kenichi Handa | 2003-03-28 | 1 | -10/+5 |
| * | (Fcheck_coding_systems_region): Fix type errors. | Dave Love | 2003-02-13 | 1 | -13/+13 |
| * | (decode_coding_ccl, encode_coding_ccl): Call ccl_driver | Kenichi Handa | 2003-01-30 | 1 | -7/+22 |
| * | (CATEGORY_MASK_RAW_TEXT): New macro. | Kenichi Handa | 2003-01-06 | 1 | -399/+692 |
| * | (decode_coding_utf_8): When eol_type is Qdos, handle | Kenichi Handa | 2002-11-06 | 1 | -13/+36 |
| * | (Fdefine_coding_system_internal): Fix previous change. | Kenichi Handa | 2002-10-16 | 1 | -0/+3 |
| * | (detect_coding_charset): If only ASCII bytes are found, return 0. | Kenichi Handa | 2002-10-16 | 1 | -9/+31 |
| * | (detect_coding): Fix previous change. | Kenichi Handa | 2002-10-16 | 1 | -1/+4 |
| * | (Fcheck_coding_system): Doc fix. | Dave Love | 2002-10-15 | 1 | -3/+1 |
| * | (decode_coding): Fix args to translate_chars. Pay | Kenichi Handa | 2002-10-15 | 1 | -2/+6 |
| * | (detect_coding_utf_8): Check incomplete byte sequence. | Kenichi Handa | 2002-10-10 | 1 | -100/+175 |
| * | (decode_coding_utf_8): Treat surrogates as invalid. | Dave Love | 2002-10-09 | 1 | -2/+2 |
| * | (coding_set_destination): Fix coding->destination for | Kenichi Handa | 2002-08-21 | 1 | -14/+35 |
| * | (Fdefine_coding_system_internal): Fix category setting | Kenichi Handa | 2002-08-08 | 1 | -2/+1 |
| * | * coding.c (make_conversion_work_buffer): Adjusted for the change | Kenichi Handa | 2002-07-31 | 1 | -5/+7 |
| * | Comment fix | Dave Love | 2002-07-30 | 1 | -1/+1 |
| * | (Ffind_coding_systems_region_internal): Detect an | Kenichi Handa | 2002-07-25 | 1 | -2/+2 |
| * | (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12, | Kenichi Handa | 2002-07-22 | 1 | -18/+11 |
| * | (adjust_coding_eol_type): Fix eol_type/eol_seen mixup. | Dave Love | 2002-07-17 | 1 | -3/+3 |
| * | (ENCODE_DESIGNATION, decode_eol) | Dave Love | 2002-07-16 | 1 | -8/+8 |
| * | (Fset_coding_system_priority): Allow null arg list. | Dave Love | 2002-07-11 | 1 | -3/+3 |
| * | comments | Dave Love | 2002-06-16 | 1 | -82/+24 |
| * | (encode_coding_emacs_mule): Pay attention to raw-8-bit chars. | Kenichi Handa | 2002-05-31 | 1 | -0/+25 |
| * | (CODING_ISO_FLAG_USE_ROMAN): New macro | Kenichi Handa | 2002-05-30 | 1 | -3/+36 |
| * | (decode_coding_utf_8): Reject overlong sequences. | Dave Love | 2002-05-27 | 1 | -4/+20 |
| * | (Qmac): Remove (duplicated) definition. | Dave Love | 2002-05-26 | 1 | -2/+2 |
| * | Doc fixes. | Dave Love | 2002-05-26 | 1 | -7/+8 |
| * | (setup_iso_safe_charsets): Fix arg decl for K&R. | Dave Love | 2002-05-24 | 1 | -2/+4 |
| * | (Fdefine_coding_system_internal): Fix previous change. | Kenichi Handa | 2002-05-23 | 1 | -4/+6 |
| * | (decode_coding_charset): Fix previous change. | Kenichi Handa | 2002-05-22 | 1 | -32/+8 |
| * | (decode_coding_charset): Adjusted for the change of | Kenichi Handa | 2002-05-22 | 1 | -15/+100 |
| * | (emacs_mule_char): Fix previous change. | Kenichi Handa | 2002-05-21 | 1 | -1/+0 |
| * | (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars. | Kenichi Handa | 2002-05-21 | 1 | -49/+76 |
| * | (encode_coding_iso_2022): If coding requires safe | Kenichi Handa | 2002-05-20 | 1 | -7/+37 |
| * | (Vchar_coding_system_table, Qchar_coding_system): | Dave Love | 2002-05-17 | 1 | -17/+4 |
| * | (encode_coding_object): Give correct arguments ot | Kenichi Handa | 2002-05-14 | 1 | -6/+6 |
| * | (decode_coding_object): Move point to coding->dst_pos before | Kenichi Handa | 2002-05-14 | 1 | -0/+1 |
| * | (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the | Kenichi Handa | 2002-05-14 | 1 | -3/+6 |
| * | Doc fixes. | Dave Love | 2002-05-13 | 1 | -13/+14 |
| * | (coding_set_source): Delete the local variable beg_byte. | Kenichi Handa | 2002-05-10 | 1 | -6/+9 |
| * | (coding_inherit_eol_type) | Dave Love | 2002-05-09 | 1 | -0/+3 |
| * | (decode_coding_charset, encode_coding_charset): Handle | Kenichi Handa | 2002-05-08 | 1 | -14/+48 |
| * | (coding_alloc_by_making_gap): Check the case that the | Kenichi Handa | 2002-05-07 | 1 | -53/+68 |
| * | (produce_chars): Set the variable `multibytep' correctly. | Kenichi Handa | 2002-03-11 | 1 | -1/+3 |