summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2002-09-06(syms_of_coding): Fix spacing.Juanma Barranquero
2002-08-21(coding_set_destination): Fix coding->destination forKenichi Handa
2002-08-13(Funencodable_char_position): Lisp_Object/int mixup.Gerd Moellmann
2002-08-11(unencodable_char_position): New function.Kenichi Handa
2002-08-08(Ffind_operation_coding_system): Fix Lisp_Object/int mixup.Ken Raeburn
2002-08-08(Fdefine_coding_system_internal): Fix category settingKenichi Handa
2002-08-08(Ffind_operation_coding_system): For write-region, ifKenichi Handa
2002-07-31* coding.c (make_conversion_work_buffer): Adjusted for the changeKenichi Handa
2002-07-30Comment fixDave Love
2002-07-26(detect_coding_iso2022): While checking a byte sequenceKenichi Handa
2002-07-25(Ffind_coding_systems_region_internal): Detect anKenichi Handa
2002-07-22(LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,Kenichi Handa
2002-07-19(encode_eol, detect_coding, detect_eol):Ken Raeburn
2002-07-17(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.Dave Love
2002-07-16(Ffind_coding_systems_region_interval): Use const forKen Raeburn
2002-07-16(ENCODE_DESIGNATION, decode_eol)Dave Love
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-11(Fset_coding_system_priority): Allow null arg list.Dave Love
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2002-07-03Fix typo.Juanma Barranquero
2002-06-24(detect_eol): Preserve coding->cmp_data.Kenichi Handa
2002-06-16commentsDave Love
2002-05-31(encode_coding_emacs_mule): Pay attention to raw-8-bit chars.Kenichi Handa
2002-05-30(CODING_ISO_FLAG_USE_ROMAN): New macroKenichi Handa
2002-05-27(decode_coding_utf_8): Reject overlong sequences.Dave Love
2002-05-26(Qmac): Remove (duplicated) definition.Dave Love
2002-05-26Doc fixes.Dave Love
2002-05-24(setup_iso_safe_charsets): Fix arg decl for K&R.Dave Love
2002-05-23(Fdefine_coding_system_internal): Fix previous change.Kenichi Handa
2002-05-22(decode_coding_charset): Fix previous change.Kenichi Handa
2002-05-22(decode_coding_charset): Adjusted for the change ofKenichi Handa
2002-05-21(emacs_mule_char): Fix previous change.Kenichi Handa
2002-05-21(ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.Kenichi Handa
2002-05-20(encode_coding_iso_2022): If coding requires safeKenichi Handa
2002-05-20* coding.c (Fread_coding_system, code_convert_region1)Ken Raeburn
2002-05-17(Vchar_coding_system_table, Qchar_coding_system):Dave Love
2002-05-14(encode_coding_object): Give correct arguments otKenichi Handa
2002-05-14(decode_coding_object): Move point to coding->dst_pos beforeKenichi Handa
2002-05-14(Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix theKenichi Handa
2002-05-13Doc fixes.Dave Love
2002-05-11(decode_coding) <coding_type_ccl>: If a lone CREli Zaretskii
2002-05-11(intersection): Keep the elements of the returned listAndreas Schwab
2002-05-10(encode_coding_sjis_big5): Enclose bitwise AND inEli Zaretskii
2002-05-10(coding_set_source): Delete the local variable beg_byte.Kenichi Handa
2002-05-09(coding_inherit_eol_type)Dave Love
2002-05-08(decode_coding_charset, encode_coding_charset): HandleKenichi Handa
2002-05-07(coding_alloc_by_making_gap): Check the case that theKenichi Handa
2002-04-13(run_pre_post_conversion_on_str):Richard M. Stallman
2002-03-11(syms_of_coding) <file-coding-system-alist>: Doc fixAndreas Schwab
2002-03-11(produce_chars): Set the variable `multibytep' correctly.Kenichi Handa