| Commit message (Expand) | Author | Age | Files | Lines |
* | * coding.h (code_convert_string): Declare. | Ken Raeburn | 2000-04-08 | 1 | -1/+1 |
* | Add comments on coding-category-utf-8, | Kenichi Handa | 2000-03-07 | 1 | -41/+258 |
* | (coding_save_composition): Be sure to allocate | Kenichi Handa | 2000-03-02 | 1 | -2/+4 |
* | (code_convert_region): Initialize total_skip. | Andreas Schwab | 2000-01-11 | 1 | -1/+1 |
* | (code_convert_region): Fix the secoding arg to | Kenichi Handa | 1999-12-15 | 1 | -1/+1 |
* | Include composite.h. | Kenichi Handa | 1999-12-15 | 1 | -335/+641 |
* | * editfns.c (Fdelete_and_extract_region): New function. | Stefan Monnier | 1999-12-07 | 1 | -1/+1 |
* | * callproc.c (strerror): Remove decl. | Paul Eggert | 1999-11-22 | 1 | -1/+1 |
* | (code_convert_region): Update `dst' correctly. | Kenichi Handa | 1999-10-29 | 1 | -1/+1 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -1/+30 |
* | (code_convert_string): Add record_unwind_protect to | Kenichi Handa | 1999-10-18 | 1 | -20/+59 |
* | (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR | Kenichi Handa | 1999-10-04 | 1 | -3/+3 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -38/+38 |
* | (code_convert_region): Compute beg/end_unchanged per | Gerd Moellmann | 1999-08-23 | 1 | -4/+4 |
* | (setup_coding_system): Get compiled CCL code by just | Kenichi Handa | 1999-07-26 | 1 | -15/+5 |
* | (decode_coding_sjis_big5): Avoid compiler warning. | Kenichi Handa | 1999-06-18 | 1 | -3/+9 |
* | (ENCODE_SJIS_BIG5_CHARACTER): Encode charset | Kenichi Handa | 1999-06-08 | 1 | -1/+2 |
* | (ENCODE_SJIS_BIG5_CHARACTER): Encode charset | Kenichi Handa | 1999-06-02 | 1 | -0/+2 |
* | (syms_of_coding): Doc fix. | Richard M. Stallman | 1999-05-24 | 1 | -4/+9 |
* | (code_convert_region): If eol format is inconsistent, | Kenichi Handa | 1999-05-10 | 1 | -3/+10 |
* | [andrewi] | Andrew Innes | 1999-05-02 | 1 | -1/+6 |
* | Add comments for decode_coding and encode_coding. | Kenichi Handa | 1999-04-06 | 1 | -2/+22 |
* | (encode_coding_iso2022): Initialize dummy arguments to | Kenichi Handa | 1999-03-23 | 1 | -0/+3 |
* | (ENCODE_ISO_CHARACTER): Check validity of CHARSET. If | Kenichi Handa | 1999-03-20 | 1 | -26/+46 |
* | (setup_coding_system): Check for CODING_SYSTEM = nil. | Kenichi Handa | 1999-03-09 | 1 | -0/+5 |
* | Comment for ISO 2022 encoding mechanism modified. | Kenichi Handa | 1999-03-01 | 1 | -61/+71 |
* | (Fdecode_sjis_char): In case of error, use %x for | Kenichi Handa | 1999-02-18 | 1 | -4/+4 |
* | (Fdecode_sjis_char, Fencode_sjis_char): Hanlde | Kenichi Handa | 1999-02-16 | 1 | -14/+39 |
* | (decode_coding_iso2022): Don't set coding->composed_chars to 0 here. | Kenichi Handa | 1999-02-15 | 1 | -1/+1 |
* | (ccl_coding_driver): On encoding, coding->produced_char | Kenichi Handa | 1999-02-08 | 1 | -1/+3 |
* | (encode_coding_iso2022): Before writing out an invalid | Kenichi Handa | 1999-02-05 | 1 | -0/+2 |
* | (syms_of_coding): eol-mnemonic-* variables are now | Eli Zaretskii | 1999-01-27 | 1 | -16/+16 |
* | (syms_of_coding): Doc fix for inhibit-eol-conversion. | Dave Love | 1999-01-25 | 1 | -1/+2 |
* | (Fdecode_sjis_char): Decode Japanese Katakana character | Kenichi Handa | 1999-01-14 | 1 | -9/+27 |
* | (syms_of_coding): Doc fix for inhibit-eol-conversion. | Dave Love | 1999-01-11 | 1 | -1/+2 |
* | (DECODE_DESIGNATION): Jump to label_invalid_code if | Kenichi Handa | 1998-12-15 | 1 | -5/+17 |
* | (DECODE_CHARACTER_ASCII): Check validity of inserted | Kenichi Handa | 1998-10-28 | 1 | -2/+10 |
* | (code_convert_region): Kill the work buffer created by | Kenichi Handa | 1998-10-26 | 1 | -3/+5 |
* | (code_convert_region): While preserving the orignal | Kenichi Handa | 1998-10-24 | 1 | -5/+6 |
* | (setup_coding_system): Fix setting up | Kenichi Handa | 1998-10-21 | 1 | -10/+29 |
* | (decode_coding_iso2022): Set coding->fake_multibyte to | Kenichi Handa | 1998-10-17 | 1 | -0/+2 |
* | (shrink_decoding_region): If a charset other than ascii | Kenichi Handa | 1998-10-12 | 1 | -0/+6 |
* | (code_convert_region): Set inhibit_modification_hooks | Kenichi Handa | 1998-10-08 | 1 | -2/+8 |
* | (check_composing_code): Fix previous change. Now it | Kenichi Handa | 1998-09-28 | 1 | -82/+116 |
* | (check_composing_code): If the current composing | Kenichi Handa | 1998-09-26 | 1 | -41/+82 |
* | (decode_eol): While decoding DOS-like eol, handle a | Kenichi Handa | 1998-09-25 | 1 | -7/+23 |
* | (ccl_coding_driver): If ccl_driver is interrupted by a | Kenichi Handa | 1998-09-18 | 1 | -0/+23 |
* | (code_convert_region): Update beg_unchanged and | Kenichi Handa | 1998-09-16 | 1 | -5/+5 |
* | (ccl_coding_driver): Always calculate correct mulibyte | Kenichi Handa | 1998-09-07 | 1 | -13/+6 |
* | (decode_coding): Even if SRC_BYTES is zero, try | Kenichi Handa | 1998-08-31 | 1 | -4/+12 |