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