aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change term "character translation table" to "translation table".Kenichi Handa1998-05-221-49/+43
* (shrink_decoding_region): No short cut byKenichi Handa1998-05-211-3/+3
* Change terms unify/unification toKenichi Handa1998-05-181-147/+161
* (code_convert_region1): Set Vlast_coding_system_used.Richard M. Stallman1998-05-101-6/+20
* (detect_coding_mask): Check also coding-category-binary.Richard M. Stallman1998-05-091-6/+9
* (encode_coding_iso2022): Don't skip a code following some invalid code.Richard M. Stallman1998-05-041-11/+8
* (encode_coding_iso2022): If encoding a last block,Kenichi Handa1998-05-011-11/+8
* (setup_coding_system): Properly check for nil.Andreas Schwab1998-04-291-2/+2
* (shrink_decoding_region): Do not consider LF as asciiRichard M. Stallman1998-04-241-2/+18
* (setup_coding_system): For a type 4 coding system,Kenichi Handa1998-04-201-4/+10
* (code_convert_region): If point in the conversionKenichi Handa1998-04-151-0/+3
* (syms_of_coding): Declare and define inherit-process-coding-system.Eli Zaretskii1998-04-151-0/+9
* (code_convert_region): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-1/+2
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+5
* (code_convert_region): Call adjust_after_insert alsoAndreas Schwab1998-04-141-1/+5
* (code_convert_string): Give decode_coding correct byteKenichi Handa1998-04-141-1/+1
* (CHARSET_OK): Don't reject safe charsets.Kenichi Handa1998-04-021-5/+8
* (code_convert_region): Handle skipped ASCII charactersKenichi Handa1998-03-301-52/+64
* (code_convert_region): Call adjust_before_replaceRichard M. Stallman1998-03-281-3/+5
* (shrink_decoding_region): If EOL_CONVERSION is nonzero,Kenichi Handa1998-03-241-4/+4
* (code_convert_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-5/+6
* (code_convert_region): The 6th arg name is changed toKenichi Handa1998-03-161-15/+23
* (code_convert_region): Adjusted for the change ofKenichi Handa1998-03-121-104/+24
* (code_convert_region): Fix previous change. AdjustedRichard M. Stallman1998-03-101-26/+50
* (code_convert_region): Fix previous change.Kenichi Handa1998-03-041-1/+1
* (code_convert_region): Handle the case that codesKenichi Handa1998-03-041-2/+44
* Reorder args in callers of del_range_2.Karl Heuer1998-02-271-1/+1
* (decode_coding_iso2022): Update coding->fake_multibyte.Kenichi Handa1998-02-201-160/+382
* (ENCODE_ISO_CHARACTER): Pay attention toKenichi Handa1998-01-301-48/+46
* (DECODE_SJIS_BIG5_CHARACTER): Don't have to increaseKenichi Handa1998-01-281-2/+1
* Vselect_safe_coding_system_function): New variable.Kenichi Handa1998-01-221-960/+1771
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (code_convert_region): Always count chars insertedRichard M. Stallman1998-01-191-61/+62
* (code_convert_region): Delete duplicate local `zv_before'.Karl Heuer1998-01-181-1/+0
* (code_convert_string): Maybe use make_unibyte_string.Richard M. Stallman1998-01-091-5/+17
* (code_convert_region): Handle bytepos and charpos.Richard M. Stallman1998-01-011-36/+81
* (setup_coding_system): Do not setKenichi Handa1997-12-091-1/+3
* (setup_coding_system): Initialize common_flags memberKenichi Handa1997-11-081-9/+38
* (encode_designation_at_bol): Fix bug of finding graphicKenichi Handa1997-10-231-20/+67
* (Qcoding_system_spec): Deleted.Kenichi Handa1997-10-211-81/+67
* (encode_designation_at_bol): Fix type of local vars C1, C2.Richard M. Stallman1997-09-091-1/+2
* (Fencode_coding_string, Fdecode_coding_string): Doc fixes.Richard M. Stallman1997-09-081-4/+4
* (Ffind_operation_coding_system): If a function inKenichi Handa1997-09-051-2/+10
* (Fread_coding_system): New optional arg DEFAULT_CODING_SYSTEM.Richard M. Stallman1997-09-051-5/+9
* (Qcoding_system_history): New variable.Richard M. Stallman1997-09-041-2/+7
* (setup_coding_system, Ffind_operation_coding_system)Richard M. Stallman1997-09-041-6/+12
* (detect_coding_mask): Re-work previous change.Richard M. Stallman1997-09-041-2/+2
* (detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXTRichard M. Stallman1997-09-021-0/+1
* (detect_eol): Do not select no-conversion even if EOLKenichi Handa1997-08-281-2/+2