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