summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2000-09-07(detect_coding_sjis): Check the byte sequence more regidly.Kenichi Handa
2000-09-07(encode_coding_sjis_big5): Fix previous change.Kenichi Handa
2000-09-07(encode_coding_sjis_big5): Use translation table forKenichi Handa
2000-08-23(encode_eol): Fix bug for the case of dst_bytes being zero. SetKenichi Handa
2000-08-18(encode_coding_string): Fix previous change.Kenichi Handa
2000-08-18(decode_coding_string): Set members consumed,Kenichi Handa
2000-08-16(encode_coding): Fix the bug of not flushing ISO escape sequence atKenichi Handa
2000-08-16(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.Kenichi Handa
2000-08-11(ccl_coding_driver): Initialize ccl->multibyte.Kenichi Handa
2000-08-08*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.Ken Raeburn
2000-08-04(coding_restore_composition): Pay attention to the case thatKenichi Handa
2000-08-04(decode_coding_iso2022): More strict check for handling singleKenichi Handa
2000-07-27(Qsafe_charsets): This variable deleted.Kenichi Handa
2000-07-23(syms_of_coding): Doc fix for inhibit-iso-escape-detection.Eli Zaretskii
2000-07-19(code_convert_region): Delete text properties before shrinking theKenichi Handa
2000-07-18(syms_of_coding): Fix typo in spelling of variableGerd Moellmann
2000-07-18(setup_coding_system): Don't override the explicitly specifiedKenichi Handa
2000-07-14(inhibit_iso_escape_detection): New variable.Kenichi Handa
2000-06-30(code_convert_region): Even if the length of text isKenichi Handa
2000-06-26(decode_coding_string): Re-fetch STRING_BYTES afterAndreas Schwab
2000-06-23(decode_eol_post_ccl): Special handling for undecidedEli Zaretskii
2000-06-19(setup_coding_system) <4>: Reset member `cr_carryover'.Kenichi Handa
2000-06-15(decode_coding_emacs_mule): Always set src_base at theKenichi Handa
2000-05-30(detect_coding_iso2022): Fix code for checkingKenichi Handa
2000-05-29(DECODE_COMPOSITION_START): If coding->cmp_data is notKenichi Handa
2000-05-26(shrink_decoding_region): Initialize eol_conversion.Dave Love
2000-05-25Fix junk from last checkin.Dave Love
2000-05-25(encode_eol): Add null statement after label.Dave Love
2000-05-25(run_pre_post_conversion_on_str): Set point to theKenichi Handa
2000-05-23(encode_eol): Fix a bug of DOS style EOL encoding.Kenichi Handa
2000-05-19(ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl toKenichi Handa
2000-04-08* coding.h (code_convert_string): Declare.Ken Raeburn
2000-03-07Add comments on coding-category-utf-8,Kenichi Handa
2000-03-02(coding_save_composition): Be sure to allocateKenichi Handa
2000-01-11(code_convert_region): Initialize total_skip.Andreas Schwab
1999-12-15(code_convert_region): Fix the secoding arg toKenichi Handa
1999-12-15Include composite.h.Kenichi Handa
1999-12-07* editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert
1999-10-29(code_convert_region): Update `dst' correctly.Kenichi Handa
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert
1999-10-18(code_convert_string): Add record_unwind_protect toKenichi Handa
1999-10-04(DECODE_CHARACTER_ASCII): Decode ASCII invocated to GRKenichi Handa
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn
1999-08-23(code_convert_region): Compute beg/end_unchanged perGerd Moellmann
1999-07-26(setup_coding_system): Get compiled CCL code by justKenichi Handa
1999-06-18(decode_coding_sjis_big5): Avoid compiler warning.Kenichi Handa
1999-06-08(ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa
1999-06-02(ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa
1999-05-24(syms_of_coding): Doc fix.Richard M. Stallman