aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (DECODE_CHARACTER_ASCII): Check validity of insertedKenichi Handa1998-10-281-2/+10
* (code_convert_region): Kill the work buffer created byKenichi Handa1998-10-261-3/+5
* (code_convert_region): While preserving the orignalKenichi Handa1998-10-241-5/+6
* (setup_coding_system): Fix setting upKenichi Handa1998-10-211-10/+29
* (decode_coding_iso2022): Set coding->fake_multibyte toKenichi Handa1998-10-171-0/+2
* (shrink_decoding_region): If a charset other than asciiKenichi Handa1998-10-121-0/+6
* (code_convert_region): Set inhibit_modification_hooksKenichi Handa1998-10-081-2/+8
* (check_composing_code): Fix previous change. Now itKenichi Handa1998-09-281-82/+116
* (check_composing_code): If the current composingKenichi Handa1998-09-261-41/+82
* (decode_eol): While decoding DOS-like eol, handle aKenichi Handa1998-09-251-7/+23
* (ccl_coding_driver): If ccl_driver is interrupted by aKenichi Handa1998-09-181-0/+23
* (code_convert_region): Update beg_unchanged andKenichi Handa1998-09-161-5/+5
* (ccl_coding_driver): Always calculate correct mulibyteKenichi Handa1998-09-071-13/+6
* (decode_coding): Even if SRC_BYTES is zero, tryKenichi Handa1998-08-311-4/+12
* (code_convert_region1): Remove all text properties of the region.Kenichi Handa1998-08-281-0/+4
* (detect_coding_iso2022): Handle ESC N and ESC OKenichi Handa1998-08-271-27/+11
* (file-coding-system-alist, select-safe-coding-system-function): Doc fix.Andreas Schwab1998-08-241-2/+2
* (detect_coding_iso2022): Don't check the byte length ofKenichi Handa1998-08-241-8/+24
* (detect_coding_system): If detect_eol_type returnsKenichi Handa1998-08-211-1/+1
* (ccl_coding_driver): Setup ccl->last_block properly.Kenichi Handa1998-08-181-1/+5
* (coding_category_name): Fix the order of initialKenichi Handa1998-08-151-3/+3
* (default_buffer_file_coding): New variable.Kenichi Handa1998-08-101-0/+4
* (CHARSET_OK): Check that coding_system_table[IDX] != 0.Richard M. Stallman1998-08-091-5/+6
* Avoid using initializers for Lisp_Object.Richard M. Stallman1998-08-081-9/+20
* (Qvalid_codes): New variable.Kenichi Handa1998-08-021-24/+108
* (syms_of_coding): Mention auto-coding-alist in theKenichi Handa1998-07-251-1/+2
* (init_coding): New function.Kenichi Handa1998-07-211-1/+6
* (code_convert_string): Count characters again if weKenichi Handa1998-07-091-2/+7
* (DECODE_ISO_CHARACTER): While decoding two-byte code,Kenichi Handa1998-07-091-4/+4
* (setup_raw_text_coding_system): New function.Kenichi Handa1998-06-261-51/+55
* Doc fixes.Karl Heuer1998-06-201-1/+1
* (encode_eol): Fix typo that prevented converting to MacRichard M. Stallman1998-06-161-7/+5
* (detect_coding_system): Always return a list of HIGHEST is zero.Kenichi Handa1998-06-131-5/+7
* (code_convert_string_norecord): New function.Karl Heuer1998-06-031-0/+22
* (detect_coding_mask): Initilize local variable C.Kenichi Handa1998-06-021-0/+1
* (detect_coding_system): Treat CODING_EOL_INCONSISTENTRichard M. Stallman1998-05-261-2/+3
* (ascii_skip_code): New variable.Kenichi Handa1998-05-251-36/+53
* 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