summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2003-06-06* coding.c (QCcategory): New variable.Kenichi Handa
2003-06-05(Fset_coding_system_priority): Doc fix. Update valuesKenichi Handa
2003-06-05(decode_coding_iso_2022): Fix handling of invalidKenichi Handa
2003-06-04_buffer_size): If coding->type isKenichi Handa
2003-06-02(Qutf_8): New.Dave Love
2003-05-31(DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flagsKenichi Handa
2003-05-30(ccl_coding_driver): Set ccl->eight_bit_controlKenichi Handa
2003-05-29(setup_coding_system): If coding hasKenichi Handa
2003-05-29(make_conversion_work_buffer): Change the work bufferKenichi Handa
2003-05-28*** empty log message ***Kenichi Handa
2003-05-28(detected_mask): Delete unused variable.Kenichi Handa
2003-05-25(find_safe_codings): Remove unused var `i'.Stefan Monnier
2003-05-24(find_safe_codings): Fix last change.Andreas Schwab
2003-05-22(ENCODE_UNSAFE_CHARACTER): Adjusted for the name changeKenichi Handa
2003-05-20(Fdefine_coding_system_internal): Fix for the case thatKenichi Handa
2003-05-19(decode_coding_string): Handle post-read-conversionKenichi Handa
2003-05-08(Vlast_coding_system_used): Doc fix.Dave Love
2003-05-06(Qsignature, Qendian): Delete these variables.Kenichi Handa
2003-05-06(coding_set_source): Fix for the case that the currentKenichi Handa
2003-05-01(coding_system_accept_latin_extra_p): Delete thisKenichi Handa
2003-04-08(coding_system_accept_latin_extra_p): New function.Kenichi Handa
2003-04-08(code_convert_region): Fix last change.Kenichi Handa
2003-04-08(code_convert_region_unwind): SetKenichi Handa
2003-03-28(Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)Kenichi Handa
2003-03-18(Vchar_coding_system_table): Remove this variable.Kenichi Handa
2003-03-13(Fdetect_coding_region): Fix docstring.Kenichi Handa
2003-03-13(Fdetect_coding_string): Fix docstring.Kenichi Handa
2003-03-07(CODING_ADD_COMPOSITION_COMPONENT): If the number ofKenichi Handa
2003-02-13(Fcheck_coding_systems_region): Fix type errors.Dave Love
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2003-01-31(syms_of_coding): Add `...' for symbols in the docstring ofKenichi Handa
2003-01-30(decode_coding_ccl, encode_coding_ccl): Call ccl_driverKenichi Handa
2003-01-06(CATEGORY_MASK_RAW_TEXT): New macro.Kenichi Handa
2002-12-17(coding_system_require_warning): New variable.Kenichi Handa
2002-12-13(Funencodable_char_position): Set pend correctly.Kenichi Handa
2002-11-09(Vtranslation_table_for_input): New.Dave Love
2002-11-06Reformat some DEFUNs so that etags works.Dave Love
2002-11-06(decode_coding_utf_8): When eol_type is Qdos, handleKenichi Handa
2002-11-02(decode_coding_emacs_mule, decode_coding_iso2022)Stefan Monnier
2002-10-18Fix typo in comment.Juanma Barranquero
2002-10-16(Fdefine_coding_system_internal): Fix previous change.Kenichi Handa
2002-10-16(detect_coding_charset): If only ASCII bytes are found, return 0.Kenichi Handa
2002-10-16(detect_coding): Fix previous change.Kenichi Handa
2002-10-15(Fcheck_coding_system): Doc fix.Dave Love
2002-10-15(decode_coding): Fix args to translate_chars. PayKenichi Handa
2002-10-10(detect_coding_utf_8): Check incomplete byte sequence.Kenichi Handa
2002-10-09(decode_coding_utf_8): Treat surrogates as invalid.Dave Love
2002-10-08(code_convert_region): When we need more GAP forKenichi Handa
2002-09-30(decode_coding_emacs_mule): Check coding->cmp_data.Kenichi Handa
2002-09-26(run_pre_post_conversion_on_str): Save and restore Vdeactivate_mark.Richard M. Stallman