aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-06-20Doc fixes.Karl Heuer1-1/+1
1998-06-16(encode_eol): Fix typo that prevented converting to MacRichard M. Stallman1-7/+5
1998-06-13(detect_coding_system): Always return a list of HIGHEST is zero.Kenichi Handa1-5/+7
1998-06-03(code_convert_string_norecord): New function.Karl Heuer1-0/+22
1998-06-02(detect_coding_mask): Initilize local variable C.Kenichi Handa1-0/+1
1998-05-26(detect_coding_system): Treat CODING_EOL_INCONSISTENTRichard M. Stallman1-2/+3
1998-05-25(ascii_skip_code): New variable.Kenichi Handa1-36/+53
1998-05-22Change term "character translation table" to "translation table".Kenichi Handa1-49/+43
1998-05-21(shrink_decoding_region): No short cut byKenichi Handa1-3/+3
1998-05-18Change terms unify/unification toKenichi Handa1-147/+161
1998-05-10(code_convert_region1): Set Vlast_coding_system_used.Richard M. Stallman1-6/+20
1998-05-09(detect_coding_mask): Check also coding-category-binary.Richard M. Stallman1-6/+9
1998-05-04(encode_coding_iso2022): Don't skip a code following some invalid code.Richard M. Stallman1-11/+8
1998-05-01(encode_coding_iso2022): If encoding a last block,Kenichi Handa1-11/+8
1998-04-29(setup_coding_system): Properly check for nil.Andreas Schwab1-2/+2
1998-04-24(shrink_decoding_region): Do not consider LF as asciiRichard M. Stallman1-2/+18
1998-04-20(setup_coding_system): For a type 4 coding system,Kenichi Handa1-4/+10
1998-04-15(code_convert_region): If point in the conversionKenichi Handa1-0/+3
1998-04-15(syms_of_coding): Declare and define inherit-process-coding-system.Eli Zaretskii1-0/+9
1998-04-14(code_convert_region): Fix mixing of Lisp_Object andAndreas Schwab1-1/+2
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+5
1998-04-14(code_convert_region): Call adjust_after_insert alsoAndreas Schwab1-1/+5
1998-04-14(code_convert_string): Give decode_coding correct byteKenichi Handa1-1/+1
1998-04-02(CHARSET_OK): Don't reject safe charsets.Kenichi Handa1-5/+8
1998-03-30(code_convert_region): Handle skipped ASCII charactersKenichi Handa1-52/+64
1998-03-28(code_convert_region): Call adjust_before_replaceRichard M. Stallman1-3/+5
1998-03-24(shrink_decoding_region): If EOL_CONVERSION is nonzero,Kenichi Handa1-4/+4
1998-03-21(code_convert_string): Use make_string_from_bytes.Richard M. Stallman1-2/+2
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-5/+6
1998-03-16(code_convert_region): The 6th arg name is changed toKenichi Handa1-15/+23
1998-03-12(code_convert_region): Adjusted for the change ofKenichi Handa1-104/+24
1998-03-10(code_convert_region): Fix previous change. AdjustedRichard M. Stallman1-26/+50
1998-03-04(code_convert_region): Fix previous change.Kenichi Handa1-1/+1
1998-03-04(code_convert_region): Handle the case that codesKenichi Handa1-2/+44
1998-02-27Reorder args in callers of del_range_2.Karl Heuer1-1/+1
1998-02-20(decode_coding_iso2022): Update coding->fake_multibyte.Kenichi Handa1-160/+382
1998-01-30(ENCODE_ISO_CHARACTER): Pay attention toKenichi Handa1-48/+46
1998-01-28(DECODE_SJIS_BIG5_CHARACTER): Don't have to increaseKenichi Handa1-2/+1
1998-01-22Vselect_safe_coding_system_function): New variable.Kenichi Handa1-960/+1771
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-19(code_convert_region): Always count chars insertedRichard M. Stallman1-61/+62
1998-01-18(code_convert_region): Delete duplicate local `zv_before'.Karl Heuer1-1/+0
1998-01-09(code_convert_string): Maybe use make_unibyte_string.Richard M. Stallman1-5/+17
1998-01-01(code_convert_region): Handle bytepos and charpos.Richard M. Stallman1-36/+81
1997-12-09(setup_coding_system): Do not setKenichi Handa1-1/+3
1997-11-08(setup_coding_system): Initialize common_flags memberKenichi Handa1-9/+38
1997-10-23(encode_designation_at_bol): Fix bug of finding graphicKenichi Handa1-20/+67
1997-10-21(Qcoding_system_spec): Deleted.Kenichi Handa1-81/+67
1997-09-09(encode_designation_at_bol): Fix type of local vars C1, C2.Richard M. Stallman1-1/+2
1997-09-08(Fencode_coding_string, Fdecode_coding_string): Doc fixes.Richard M. Stallman1-4/+4