aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* (code_convert_region): Initialize total_skip.Andreas Schwab2000-01-111-1/+1
* (code_convert_region): Fix the secoding arg toKenichi Handa1999-12-151-1/+1
* Include composite.h.Kenichi Handa1999-12-151-335/+641
* * editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1999-12-071-1/+1
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-1/+1
* (code_convert_region): Update `dst' correctly.Kenichi Handa1999-10-291-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-1/+30
* (code_convert_string): Add record_unwind_protect toKenichi Handa1999-10-181-20/+59
* (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GRKenichi Handa1999-10-041-3/+3
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-38/+38
* (code_convert_region): Compute beg/end_unchanged perGerd Moellmann1999-08-231-4/+4
* (setup_coding_system): Get compiled CCL code by justKenichi Handa1999-07-261-15/+5
* (decode_coding_sjis_big5): Avoid compiler warning.Kenichi Handa1999-06-181-3/+9
* (ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa1999-06-081-1/+2
* (ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa1999-06-021-0/+2
* (syms_of_coding): Doc fix.Richard M. Stallman1999-05-241-4/+9
* (code_convert_region): If eol format is inconsistent,Kenichi Handa1999-05-101-3/+10
* [andrewi]Andrew Innes1999-05-021-1/+6
* Add comments for decode_coding and encode_coding.Kenichi Handa1999-04-061-2/+22
* (encode_coding_iso2022): Initialize dummy arguments toKenichi Handa1999-03-231-0/+3
* (ENCODE_ISO_CHARACTER): Check validity of CHARSET. IfKenichi Handa1999-03-201-26/+46
* (setup_coding_system): Check for CODING_SYSTEM = nil.Kenichi Handa1999-03-091-0/+5
* Comment for ISO 2022 encoding mechanism modified.Kenichi Handa1999-03-011-61/+71
* (Fdecode_sjis_char): In case of error, use %x forKenichi Handa1999-02-181-4/+4
* (Fdecode_sjis_char, Fencode_sjis_char): HanldeKenichi Handa1999-02-161-14/+39
* (decode_coding_iso2022): Don't set coding->composed_chars to 0 here.Kenichi Handa1999-02-151-1/+1
* (ccl_coding_driver): On encoding, coding->produced_charKenichi Handa1999-02-081-1/+3
* (encode_coding_iso2022): Before writing out an invalidKenichi Handa1999-02-051-0/+2
* (syms_of_coding): eol-mnemonic-* variables are nowEli Zaretskii1999-01-271-16/+16
* (syms_of_coding): Doc fix for inhibit-eol-conversion.Dave Love1999-01-251-1/+2
* (Fdecode_sjis_char): Decode Japanese Katakana characterKenichi Handa1999-01-141-9/+27
* (syms_of_coding): Doc fix for inhibit-eol-conversion.Dave Love1999-01-111-1/+2
* (DECODE_DESIGNATION): Jump to label_invalid_code ifKenichi Handa1998-12-151-5/+17
* (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