summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Qno_conversion, Qundecided): New variables.Kenichi Handa1997-08-281-42/+87
* (Fread_non_nil_coding_system): Supply the argKenichi Handa1997-08-261-2/+2
* (detect_eol): If the coding system an alias, getKenichi Handa1997-08-221-2/+5
* (CODING_FLAG_ISO_LATIN_EXTRA): New macro.Kenichi Handa1997-08-161-17/+46
* (Fset_terminal_coding_system_internal): SetKenichi Handa1997-08-101-109/+116
* (ENCODE_ISO_CHARACTER_DIMENSION1): Pay attention toKenichi Handa1997-08-101-112/+177
* (syms_of_coding): Doc syntax fixes.Richard M. Stallman1997-08-061-2/+2
* (detect_eol_type): Fix previous change.Kenichi Handa1997-08-061-1/+1
* (detect_eol_type): If EOL representation does notRichard M. Stallman1997-08-051-8/+23
* (detect_coding_iso2022): Do not exclude posibility ofKenichi Handa1997-08-041-20/+41
* (detect_coding_mask): Include CODING_CATEGORY_MASK_BINARY in theRichard M. Stallman1997-08-041-9/+15
* (encode_coding_iso2022): When source data ends not atKenichi Handa1997-08-011-4/+6
* (encode_coding_iso2022): Write out invalid multibyteKenichi Handa1997-07-311-6/+46
* (syms_of_coding): Doc fix.Richard M. Stallman1997-07-221-3/+7
* (Ffind_operation_coding_system): Use Ffboundp toRichard M. Stallman1997-07-181-1/+1
* (detect_coding_iso2022): Distinguish coding-category-iso-7-else andKenichi Handa1997-07-151-22/+41
* Comment changes.Richard M. Stallman1997-07-131-60/+58
* (Ffind_coding_system): Use call1, not call2.Richard M. Stallman1997-07-121-1/+1
* (Qemacs_mule, inhibit_eol_conversion): New variables.Kenichi Handa1997-07-071-11/+40
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-3/+6
* (Vstandard_character_unification_table_for_decode):Kenichi Handa1997-07-021-50/+144
* (syms_of_coding): Change initial values of eol_mnemonic_... variables.Richard M. Stallman1997-07-021-4/+4
* (detect_coding_iso2022): Initilize mask correctly.Kenichi Handa1997-06-181-5/+4
* Change copyright notices.Richard M. Stallman1997-06-161-3/+2
* (Vcoding_system_alist): Deleted.Kenichi Handa1997-06-091-38/+88
* (encode_invocation_designation): Use macroKenichi Handa1997-05-281-24/+16
* Name change through the code:Kenichi Handa1997-05-161-58/+60
* (Valternate_charset_table): The valiable deleted.Kenichi Handa1997-05-101-95/+152
* (Fread_coding_system, Fread_non_nil_coding_system):Richard M. Stallman1997-05-101-7/+9