| Commit message (Expand) | Author | Age | Files | Lines |
| * | * coding.c (get_translation_table): Check Venable_character_translation. | Chong Yidong | 2009-06-04 | 1 | -0/+6 |
| * | (record_conversion_result): Don't modify | Andreas Schwab | 2009-05-02 | 1 | -1/+2 |
| * | * keyboard.c (Fset_input_meta_mode): Doc fix. | Chong Yidong | 2009-04-22 | 1 | -1/+1 |
| * | (decode_coding_utf_16): Reduce charbuf_end for the | Kenichi Handa | 2009-04-21 | 1 | -7/+18 |
| * | (Fdetect_coding_string): Improve the docstrings. | Kenichi Handa | 2009-03-27 | 1 | -0/+2 |
| * | (Fdetect_coding_region, Fcoding_system_priority_list): Improve the | Kenichi Handa | 2009-03-27 | 1 | -0/+5 |
| * | (CODING_ISO_CMP_STATUS): New macro. | Kenichi Handa | 2009-03-06 | 1 | -537/+906 |
| * | (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule, | Eli Zaretskii | 2009-02-28 | 1 | -13/+22 |
| * | (detect_coding_charset): Fix last change for non-latin charsets. | Jason Rumney | 2009-02-28 | 1 | -6/+7 |
| * | (detect_coding_charset): If not checking latin extra, | Jason Rumney | 2009-02-28 | 1 | -2/+2 |
| * | (detect_coding_charset): Fix change from 2008-10-21. | Eli Zaretskii | 2009-02-28 | 1 | -1/+4 |
| * | * coding.h (struct coding_system): Make safe_charsets a pointer to | Andreas Schwab | 2009-02-22 | 1 | -17/+19 |
| * | (detect_coding): Don't overflow coding->carryover. | Kenichi Handa | 2009-02-19 | 1 | -0/+2 |
| * | (detect_coding): Preserve coding->mode. | Kenichi Handa | 2009-02-19 | 1 | -0/+2 |
| * | (Fcheck_coding_systems_region): Fix test for unibyte | Andreas Schwab | 2009-02-16 | 1 | -2/+2 |
| * | (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil. | Kenichi Handa | 2009-02-16 | 1 | -2/+5 |
| * | Remove spurious semicolons. | Juanma Barranquero | 2009-02-11 | 1 | -1/+1 |
| * | (detect_coding_charset): Fix previous change. | Kenichi Handa | 2009-02-09 | 1 | -1/+1 |
| * | (syms_of_coding) <translation-table-for-input>: Modify doc string to | Eli Zaretskii | 2009-02-07 | 1 | -1/+5 |
| * | (coding_system_charset_list): New function. | Kenichi Handa | 2009-02-04 | 1 | -0/+33 |
| * | (detect_eol, decode_eol): Handle text with DOS-style EOLs that also has | Eli Zaretskii | 2009-01-30 | 1 | -8/+30 |
| * | (detect_coding_system): Fix handling of null_byte_fount. | Kenichi Handa | 2009-01-15 | 1 | -2/+3 |
| * | Fix previous changes. | Kenichi Handa | 2009-01-14 | 1 | -37/+35 |
| * | (TWO_MORE_BYTES): New macro. | Kenichi Handa | 2009-01-14 | 1 | -4/+50 |
| * | Fix Bug #876: | Eli Zaretskii | 2009-01-10 | 1 | -11/+27 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -2/+2 |
| * | (decode_coding_utf_8): Check byte_after_cr before breaking the loop. | Kenichi Handa | 2009-01-07 | 1 | -7/+35 |
| * | (decode_coding): Clear chars_at_source flag when using charbuf. | Jason Rumney | 2008-12-20 | 1 | -0/+2 |
| * | * coding.c (QCdefault_char): Rename from QCdefalut_char. | Juanma Barranquero | 2008-12-10 | 1 | -3/+3 |
| * | (make_conversion_work_buffer): Disable buffer modification hooks in | Chong Yidong | 2008-12-07 | 1 | -0/+4 |
| * | (encode_coding_emacs_mule): Be sure to set `code'. | Kenichi Handa | 2008-12-03 | 1 | -2/+4 |
| * | (decode_coding_charset): Check type of an element of | Kenichi Handa | 2008-12-03 | 1 | -1/+1 |
| * | (detect_coding_system): Initialize utf_16_le_eol to -1, val to | Kenichi Handa | 2008-12-03 | 1 | -5/+4 |
| * | (decode_coding_utf_8): Likewise. | Kenichi Handa | 2008-12-03 | 1 | -1/+1 |
| * | (decode_coding_utf_16): Initialize consumed_chars_base | Kenichi Handa | 2008-12-03 | 1 | -1/+1 |
| * | (detect_coding_iso_2022): Reject invalid composition | Kenichi Handa | 2008-11-21 | 1 | -16/+57 |
| * | (make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf | Noah Friedman | 2008-10-23 | 1 | -3/+3 |
| * | (Fencode_coding_region, Fdecode_coding_region) | Eli Zaretskii | 2008-10-21 | 1 | -6/+8 |
| * | (detect_coding_charset): For iso-8859-* coding systems, | Kenichi Handa | 2008-10-21 | 1 | -3/+13 |
| * | (make_conversion_work_buffer): Avoid calling | Kenichi Handa | 2008-09-16 | 1 | -3/+3 |
| * | (detect_coding_utf_8): Set detect_info->found only when | Kenichi Handa | 2008-07-09 | 1 | -1/+2 |
| * | (detect_coding): Fix previous change. | Kenichi Handa | 2008-06-05 | 1 | -4/+6 |
| * | (detect_coding): Fix handling of coding->head_ascii. | Kenichi Handa | 2008-06-04 | 1 | -39/+43 |
| * | (CODING_UTF_8_BOM): New macro. | Kenichi Handa | 2008-05-29 | 1 | -25/+159 |
| * | (Fdecode_coding_region, Fencode_coding_region, Fencode_coding_string): | Juanma Barranquero | 2008-05-28 | 1 | -11/+11 |
| * | (encode_coding_raw_text): Fix previous change. | Kenichi Handa | 2008-05-28 | 1 | -11/+16 |
| * | (encode_coding_raw_text): Fix last change. | Stefan Monnier | 2008-05-27 | 1 | -1/+3 |
| * | (encode_coding_raw_text): Set coding->produced_char for all branches. | Stefan Monnier | 2008-05-27 | 1 | -4/+1 |
| * | (Fcoding_system_p): Rename argument to match docstring. | Juanma Barranquero | 2008-05-19 | 1 | -25/+26 |
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |