aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
...
* (decode_coding_iso2022): More strict check for handling singleKenichi Handa2000-08-041-0/+4
* (Qsafe_charsets): This variable deleted.Kenichi Handa2000-07-271-87/+267
* (syms_of_coding): Doc fix for inhibit-iso-escape-detection.Eli Zaretskii2000-07-231-7/+7
* (code_convert_region): Delete text properties before shrinking theKenichi Handa2000-07-191-11/+9
* (syms_of_coding): Fix typo in spelling of variableGerd Moellmann2000-07-181-1/+1
* (setup_coding_system): Don't override the explicitly specifiedKenichi Handa2000-07-181-2/+4
* (inhibit_iso_escape_detection): New variable.Kenichi Handa2000-07-141-0/+37
* (code_convert_region): Even if the length of text isKenichi Handa2000-06-301-38/+41
* (decode_coding_string): Re-fetch STRING_BYTES afterAndreas Schwab2000-06-261-0/+1
* (decode_eol_post_ccl): Special handling for undecidedEli Zaretskii2000-06-231-4/+10
* (setup_coding_system) <4>: Reset member `cr_carryover'.Kenichi Handa2000-06-191-5/+152
* (decode_coding_emacs_mule): Always set src_base at theKenichi Handa2000-06-151-2/+1
* (detect_coding_iso2022): Fix code for checkingKenichi Handa2000-05-301-3/+1
* (DECODE_COMPOSITION_START): If coding->cmp_data is notKenichi Handa2000-05-291-45/+46
* (shrink_decoding_region): Initialize eol_conversion.Dave Love2000-05-261-1/+4
* Fix junk from last checkin.Dave Love2000-05-251-1/+1
* (encode_eol): Add null statement after label.Dave Love2000-05-251-0/+3
* (run_pre_post_conversion_on_str): Set point to theKenichi Handa2000-05-251-3/+6
* (encode_eol): Fix a bug of DOS style EOL encoding.Kenichi Handa2000-05-231-0/+1
* (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl toKenichi Handa2000-05-191-1363/+1220
* * coding.h (code_convert_string): Declare.Ken Raeburn2000-04-081-1/+1
* Add comments on coding-category-utf-8,Kenichi Handa2000-03-071-41/+258
* (coding_save_composition): Be sure to allocateKenichi Handa2000-03-021-2/+4
* (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