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