summaryrefslogtreecommitdiff
path: root/src/coding.c
Commit message (Expand)AuthorAge
* Fix the ccl encoder for the case that the output buffer is fullfilled.Kenichi Handa2010-03-16
* coding.c (decode_coding_ccl): Fix previous change for the multibyte case.Kenichi Handa2010-03-16
* (emacs_mule_char): Fix a typo in commentary.Eli Zaretskii2010-03-02
* Fix bug in decoding emacs-mule encoding.Eli Zaretskii2010-03-02
* Fix handling of CODING_RESULT_INSUFFICIENT_DST.Kenichi Handa2010-02-18
* Fix the ccl decoder for the case that the output buffer is fullfilled.Kenichi Handa2010-02-17
* Fix ccl encoding of unibyte source.Kenichi Handa2010-01-20
* Fix handling of euc-xx coding systems.Kenichi Handa2010-01-14
* Add 2010 to copyright years.Glenn Morris2010-01-13
* (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)Kenichi Handa2009-12-14
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-11
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* (decode_coding_iso_2022): Fix operator precedence.Andreas Schwab2009-09-24
* (encode_coding_utf_16): Fix checking of an Unicode character.Kenichi Handa2009-08-27
* (detect_coding_sjis): Handle shift_jis-2004 correctly.Kenichi Handa2009-07-08
* (setup_coding_system): InitializeKenichi Handa2009-07-01
* (Ffind_coding_systems_region_internal): Cache checked characters.YAMAMOTO Mitsuharu2009-06-19
* (decode_coding_iso_2022): Check MSB of bytes more rigidly.Kenichi Handa2009-06-18
* (detect_coding_utf_16): Fix previous change.Kenichi Handa2009-06-17
* (detect_coding_utf_16): Fix previous change.Kenichi Handa2009-06-16
* (detect_coding_utf_16): Fix the logic of rejectingKenichi Handa2009-06-16
* (detect_coding_utf_16): Fix typo counting odd bytes.Andreas Schwab2009-06-15
* * coding.c (get_translation_table): Check Venable_character_translation.Chong Yidong2009-06-04
* (record_conversion_result): Don't modifyAndreas Schwab2009-05-02
* * keyboard.c (Fset_input_meta_mode): Doc fix.Chong Yidong2009-04-22
* (decode_coding_utf_16): Reduce charbuf_end for theKenichi Handa2009-04-21
* (Fdetect_coding_string): Improve the docstrings.Kenichi Handa2009-03-27
* (Fdetect_coding_region, Fcoding_system_priority_list): Improve theKenichi Handa2009-03-27
* (CODING_ISO_CMP_STATUS): New macro.Kenichi Handa2009-03-06
* (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule,Eli Zaretskii2009-02-28
* (detect_coding_charset): Fix last change for non-latin charsets.Jason Rumney2009-02-28
* (detect_coding_charset): If not checking latin extra,Jason Rumney2009-02-28
* (detect_coding_charset): Fix change from 2008-10-21.Eli Zaretskii2009-02-28
* * coding.h (struct coding_system): Make safe_charsets a pointer toAndreas Schwab2009-02-22
* (detect_coding): Don't overflow coding->carryover.Kenichi Handa2009-02-19
* (detect_coding): Preserve coding->mode.Kenichi Handa2009-02-19
* (Fcheck_coding_systems_region): Fix test for unibyteAndreas Schwab2009-02-16
* (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.Kenichi Handa2009-02-16
* Remove spurious semicolons.Juanma Barranquero2009-02-11
* (detect_coding_charset): Fix previous change.Kenichi Handa2009-02-09
* (syms_of_coding) <translation-table-for-input>: Modify doc string toEli Zaretskii2009-02-07
* (coding_system_charset_list): New function.Kenichi Handa2009-02-04
* (detect_eol, decode_eol): Handle text with DOS-style EOLs that also hasEli Zaretskii2009-01-30
* (detect_coding_system): Fix handling of null_byte_fount.Kenichi Handa2009-01-15
* Fix previous changes.Kenichi Handa2009-01-14
* (TWO_MORE_BYTES): New macro.Kenichi Handa2009-01-14
* Fix Bug #876:Eli Zaretskii2009-01-10
* Add 2009 to copyright years.Glenn Morris2009-01-08
* (decode_coding_utf_8): Check byte_after_cr before breaking the loop.Kenichi Handa2009-01-07