aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-10-26(decode_coding): Fix previous change (check alsoKenichi Handa1-0/+1
2000-10-24(decode_coding_emacs_mule): If coding->eol_type is CREli Zaretskii1-1/+40
2000-10-22Fix a typo in a comment.Eli Zaretskii1-1/+1
2000-10-13(decode_coding_string): Set coding->src_multibyte andKenichi Handa1-8/+8
2000-10-13(code_convert_region): Be sure to initialize coding->category_idx.Kenichi Handa1-5/+8
2000-09-07(detect_coding_sjis): Check the byte sequence more regidly.Kenichi Handa1-3/+8
2000-09-07(encode_coding_sjis_big5): Fix previous change.Kenichi Handa1-0/+2
2000-09-07(encode_coding_sjis_big5): Use translation table forKenichi Handa1-5/+5
2000-08-23(encode_eol): Fix bug for the case of dst_bytes being zero. SetKenichi Handa1-1/+2
2000-08-18(encode_coding_string): Fix previous change.Kenichi Handa1-0/+1
2000-08-18(decode_coding_string): Set members consumed,Kenichi Handa1-8/+27
2000-08-16(encode_coding): Fix the bug of not flushing ISO escape sequence atKenichi Handa1-5/+5
2000-08-16(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.Kenichi Handa1-80/+150
2000-08-11(ccl_coding_driver): Initialize ccl->multibyte.Kenichi Handa1-0/+1
2000-08-08*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.Ken Raeburn1-2/+2
2000-08-04(coding_restore_composition): Pay attention to the case thatKenichi Handa1-20/+32
2000-08-04(decode_coding_iso2022): More strict check for handling singleKenichi Handa1-0/+4
2000-07-27(Qsafe_charsets): This variable deleted.Kenichi Handa1-87/+267
2000-07-23(syms_of_coding): Doc fix for inhibit-iso-escape-detection.Eli Zaretskii1-7/+7
2000-07-19(code_convert_region): Delete text properties before shrinking theKenichi Handa1-11/+9
2000-07-18(syms_of_coding): Fix typo in spelling of variableGerd Moellmann1-1/+1
2000-07-18(setup_coding_system): Don't override the explicitly specifiedKenichi Handa1-2/+4
2000-07-14(inhibit_iso_escape_detection): New variable.Kenichi Handa1-0/+37
2000-06-30(code_convert_region): Even if the length of text isKenichi Handa1-38/+41
2000-06-26(decode_coding_string): Re-fetch STRING_BYTES afterAndreas Schwab1-0/+1
2000-06-23(decode_eol_post_ccl): Special handling for undecidedEli Zaretskii1-4/+10
2000-06-19(setup_coding_system) <4>: Reset member `cr_carryover'.Kenichi Handa1-5/+152
2000-06-15(decode_coding_emacs_mule): Always set src_base at theKenichi Handa1-2/+1
2000-05-30(detect_coding_iso2022): Fix code for checkingKenichi Handa1-3/+1
2000-05-29(DECODE_COMPOSITION_START): If coding->cmp_data is notKenichi Handa1-45/+46
2000-05-26(shrink_decoding_region): Initialize eol_conversion.Dave Love1-1/+4
2000-05-25Fix junk from last checkin.Dave Love1-1/+1
2000-05-25(encode_eol): Add null statement after label.Dave Love1-0/+3
2000-05-25(run_pre_post_conversion_on_str): Set point to theKenichi Handa1-3/+6
2000-05-23(encode_eol): Fix a bug of DOS style EOL encoding.Kenichi Handa1-0/+1
2000-05-19(ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl toKenichi Handa1-1363/+1220
2000-04-08* coding.h (code_convert_string): Declare.Ken Raeburn1-1/+1
2000-03-07Add comments on coding-category-utf-8,Kenichi Handa1-41/+258
2000-03-02(coding_save_composition): Be sure to allocateKenichi Handa1-2/+4
2000-01-11(code_convert_region): Initialize total_skip.Andreas Schwab1-1/+1
1999-12-15(code_convert_region): Fix the secoding arg toKenichi Handa1-1/+1
1999-12-15Include composite.h.Kenichi Handa1-335/+641
1999-12-07* editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1-1/+1
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert1-1/+1
1999-10-29(code_convert_region): Update `dst' correctly.Kenichi Handa1-1/+1
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-1/+30
1999-10-18(code_convert_string): Add record_unwind_protect toKenichi Handa1-20/+59
1999-10-04(DECODE_CHARACTER_ASCII): Decode ASCII invocated to GRKenichi Handa1-3/+3
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-38/+38
1999-08-23(code_convert_region): Compute beg/end_unchanged perGerd Moellmann1-4/+4