| Commit message (Expand) | Author | Files | Lines |
| 2003-05-28 | (make_conversion_work_buffer): Prototype adjusted. | Kenichi Handa | 1 | -2/+1 |
| 2003-01-30 | (enum define_coding_ccl_arg_index): Set the first | Kenichi Handa | 1 | -1/+1 |
| 2003-01-06 | (struct coding_detection_info): New structure. | Kenichi Handa | 1 | -1/+15 |
| 2002-10-06 | Comment fix. | Dave Love | 1 | -2/+2 |
| 2002-07-16 | (code_convert_region): Fix prototype. | Dave Love | 1 | -1/+1 |
| 2002-05-30 | *** empty log message *** | Kenichi Handa | 1 | -1/+1 |
| 2002-05-14 | (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). | Kenichi Handa | 1 | -1/+1 |
| 2002-03-01 | Completely re-written. | Kenichi Handa | 1 | -457/+402 |
| 2002-02-23 | (run_pre_post_conversion_on_str): Add prototype. | Eli Zaretskii | 1 | -0/+3 |
| 2001-11-20 | (Vw32_system_coding_system) [WINDOWSNT]: Remove. | Jason Rumney | 1 | -10/+6 |
| 2001-10-05 | (ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT. | Gerd Moellmann | 1 | -1/+7 |
| 2001-02-14 | Comment fixes. | Dave Love | 1 | -9/+9 |
| 2001-01-24 | (struct coding_system): New member suppress_error. | Kenichi Handa | 1 | -0/+3 |
| 2000-12-04 | (code_convert_string1): Declare. | Ken Raeburn | 1 | -0/+2 |
| 2000-12-02 | (Qwrite_region, Qcoding_system_error): Declare extern. | Gerd Moellmann | 1 | -0/+4 |
| 2000-08-16 | (conversion_buffer_size, conversion_buffer) | Kenichi Handa | 1 | -4/+1 |
| 2000-08-08 | (decode_coding_string): Declare. | Ken Raeburn | 1 | -0/+2 |
| 2000-07-27 | (struct coding_system): Member safe_charset deleted. | Kenichi Handa | 1 | -6/+0 |
| 2000-06-18 | fix up more Lisp_Object/int conversion issues | Ken Raeburn | 1 | -0/+2 |
| 2000-06-11 | (EMASC_CODING_H): Renamed from _CODING_H. | Kenichi Handa | 1 | -5/+3 |
| 2000-06-05 | Declare code_convert_string_norecord. | Dave Love | 1 | -0/+2 |
| 2000-05-30 | (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros. | Jason Rumney | 1 | -0/+23 |
| 2000-05-29 | (coding_allocate_composition_data): Extern it. | Kenichi Handa | 1 | -0/+4 |
| 2000-05-23 | (struct coding_system): Add a comment for src_multibyte and | Kenichi Handa | 1 | -0/+4 |
| 2000-05-19 | (enum iso_code_class_type): Member ISO_control_code is | Kenichi Handa | 1 | -13/+23 |
| 2000-04-08 | * coding.h (code_convert_string): Declare. | Ken Raeburn | 1 | -0/+2 |
| 2000-03-07 | (CODING_CATEGORY_IDX_UTF_8) | Kenichi Handa | 1 | -4/+16 |
| 1999-12-15 | (emacs_code_class_type): Delete the member | Kenichi Handa | 1 | -22/+75 |
| 1999-10-19 | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1 | -0/+4 |
| 1999-08-23 | Include "ccl.h" instead of "../src/ccl.h". | Kenichi Handa | 1 | -1/+1 |
| 1999-01-27 | eol-mnemonic-* variables are now strings, not characters. | Eli Zaretskii | 1 | -4/+4 |
| 1998-09-26 | (struct coding_system): New member composed_chars. | Kenichi Handa | 1 | -0/+3 |
| 1998-09-18 | (CODING_FINISH_INTERRUPT): New macro. | Kenichi Handa | 1 | -0/+1 |
| 1998-08-10 | (default_buffer_file_coding): Extern it. | Kenichi Handa | 1 | -0/+3 |
| 1998-08-02 | (CODING_CATEGORY_IDX_CCL): New macro. | Kenichi Handa | 1 | -4/+7 |
| 1998-06-26 | (Qemacs_mule): Extern it. | Kenichi Handa | 1 | -1/+1 |
| 1998-06-26 | (setup_raw_text_coding_system): Extern it. | Kenichi Handa | 1 | -0/+1 |
| 1998-06-03 | (DECODE_FILE, ENCODE_FILE): | Karl Heuer | 1 | -6/+6 |
| 1998-05-22 | Change term "character translation table" to "translation table". | Kenichi Handa | 1 | -4/+4 |
| 1998-05-18 | Change terms unify/unification to | Kenichi Handa | 1 | -3/+6 |
| 1998-05-02 | (Vfile_name_coding_system) | Richard M. Stallman | 1 | -0/+6 |
| 1998-04-15 | Declare inherit-process-coding-system. | Eli Zaretskii | 1 | -0/+4 |
| 1998-04-14 | Add more prototypes. | Andreas Schwab | 1 | -0/+2 |
| 1998-03-30 | (struct coding_system): Comment for the member | Kenichi Handa | 1 | -3/+4 |
| 1998-03-03 | (ENCODE_FILE): Moved from fileio.c. Use | Kenichi Handa | 1 | -0/+22 |
| 1998-03-03 | Typo in comment fixed. | Kenichi Handa | 1 | -1/+1 |
| 1998-02-20 | (struct coding_system): New member fake_multibyte. | Kenichi Handa | 1 | -0/+6 |
| 1998-01-22 | (CODING_FLAG_ISO_DESIGNATION): New macro. | Kenichi Handa | 1 | -50/+101 |
| 1997-11-21 | Add more prototypes and function declarations. | Andreas Schwab | 1 | -4/+11 |
| 1997-11-08 | (struct coding_system): Add member common_flags, delete | Kenichi Handa | 1 | -18/+28 |