| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fdefine_coding_system_alias): Update Vcoding_system_list. | Kenichi Handa | 2003-10-06 | 1 | -4/+5 |
| * | (consume_chars): If coding->src_object is nil, don't check annotation. | Kenichi Handa | 2003-10-01 | 1 | -7/+12 |
| * | (inhibit_pre_post_conversion): Removed (unused). | Dave Love | 2003-09-29 | 1 | -14/+5 |
| * | (Fread_coding_system): Fix arg of XSETSTRING. | Dave Love | 2003-09-17 | 1 | -2/+4 |
| * | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -5240/+6500 |
| |\ |
|
| | * | (decode_coding_sjis): Check bytes more rigidly. | Kenichi Handa | 2003-07-09 | 1 | -1/+3 |
| | * | * coding.c (QCcategory): New variable. | Kenichi Handa | 2003-06-06 | 1 | -0/+6 |
| | * | (Fset_coding_system_priority): Doc fix. Update values | Kenichi Handa | 2003-06-05 | 1 | -1/+20 |
| | * | (decode_coding_iso_2022): Fix handling of invalid | Kenichi Handa | 2003-06-05 | 1 | -6/+12 |
| | * | (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 |