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