aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (encode_coding_emacs_mule): Pay attention to raw-8-bit chars.Kenichi Handa2002-05-311-0/+25
* (CODING_ISO_FLAG_USE_ROMAN): New macroKenichi Handa2002-05-301-3/+36
* (decode_coding_utf_8): Reject overlong sequences.Dave Love2002-05-271-4/+20
* (Qmac): Remove (duplicated) definition.Dave Love2002-05-261-2/+2
* Doc fixes.Dave Love2002-05-261-7/+8
* (setup_iso_safe_charsets): Fix arg decl for K&R.Dave Love2002-05-241-2/+4
* (Fdefine_coding_system_internal): Fix previous change.Kenichi Handa2002-05-231-4/+6
* (decode_coding_charset): Fix previous change.Kenichi Handa2002-05-221-32/+8
* (decode_coding_charset): Adjusted for the change ofKenichi Handa2002-05-221-15/+100
* (emacs_mule_char): Fix previous change.Kenichi Handa2002-05-211-1/+0
* (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.Kenichi Handa2002-05-211-49/+76
* (encode_coding_iso_2022): If coding requires safeKenichi Handa2002-05-201-7/+37
* (Vchar_coding_system_table, Qchar_coding_system):Dave Love2002-05-171-17/+4
* (encode_coding_object): Give correct arguments otKenichi Handa2002-05-141-6/+6
* (decode_coding_object): Move point to coding->dst_pos beforeKenichi Handa2002-05-141-0/+1
* (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix theKenichi Handa2002-05-141-3/+6
* Doc fixes.Dave Love2002-05-131-13/+14
* (coding_set_source): Delete the local variable beg_byte.Kenichi Handa2002-05-101-6/+9
* (coding_inherit_eol_type)Dave Love2002-05-091-0/+3
* (decode_coding_charset, encode_coding_charset): HandleKenichi Handa2002-05-081-14/+48
* (coding_alloc_by_making_gap): Check the case that theKenichi Handa2002-05-071-53/+68
* (produce_chars): Set the variable `multibytep' correctly.Kenichi Handa2002-03-111-1/+3
* (encode_coding_utf_8): Initialize produced_chars to 0.Kenichi Handa2002-03-081-52/+59
* * coding.c: Delete unused variables.Kenichi Handa2002-03-051-11/+5
* Completely re-written.Kenichi Handa2002-03-011-4815/+5576
* (decode_composition_emacs_mule):Richard M. Stallman2002-02-011-0/+4
* (code_convert_region): Don't copy old text if undo disabled.Richard M. Stallman2002-01-111-2/+15
* (code_convert_region): Update coding->cmp_data->char_offsetRichard M. Stallman2001-12-171-1/+5
* (DECODE_COMPOSITION_END): Fixed a typo in the lastSam Steingold2001-12-171-21/+21
* (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)Richard M. Stallman2001-12-171-1/+1
* (setup_coding_system, shrink_encoding_region)Pavel Janík2001-12-091-10/+10
* (syms_of_coding) <Qchar_coding_system>: Give it anDave Love2001-11-291-3/+4
* (decode_coding_string): Remove unused variable `gcpro1'.Pavel Janík2001-11-281-1/+0
* (syms_of_coding): Doc fix.Richard M. Stallman2001-11-141-2/+2
* Doc fix.Pavel Janík2001-11-131-1/+1
* (encode_coding): Use precomputed value of `src'.Pavel Janík2001-11-091-4/+1
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-041-264/+267
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-21/+21
* (syms_of_coding): Document that locale-coding-system isEli Zaretskii2001-10-291-1/+2
* (Ffind_operation_coding_system): Add usage: string to doc string.Miles Bader2001-10-211-1/+3
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-2/+2
* (code_convert_region): Handle the multibyte case ifGerd Moellmann2001-07-231-4/+21
* * coding.c (setup_coding_system): Don't do any designation based on reg_bits ifKen Raeburn2001-07-171-1/+1
* (Ffind_coding_systems_region_internal): If safe_codingsStefan Monnier2001-07-121-1/+3
* commentDave Love2001-04-051-3/+3
* (Fdetect_coding_region): Fix comments added by the previous change.Kenichi Handa2001-03-081-6/+9
* (detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.Kenichi Handa2001-03-081-1/+1
* (detect_coding_sjis): Do more rigid check.Kenichi Handa2001-03-081-21/+31
* (syms_of_coding): Docstring modified.Kenichi Handa2001-03-051-1/+6