aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (ccl_coding_driver): If ccl->eight_bit_control is zero,Kenichi Handa2001-02-271-0/+7
* Doc and message fixes.Dave Love2001-02-141-37/+37
* (code_convert_region): After detecting a coding, ifKenichi Handa2001-02-081-1/+12
* (decode_coding): Set a flag for inhibitingKenichi Handa2001-01-261-5/+22
* (ccl_coding_driver): Setup ccl->suppress_error.Kenichi Handa2001-01-241-0/+5
* Commentary changes.Dave Love2001-01-041-64/+68
* (detect_coding_iso2022, setup_coding_system): RemoveEli Zaretskii2001-01-021-14/+5
* (setup_coding_system): InitializeKenichi Handa2000-12-281-2/+56
* (SAFE_ONE_MORE_BYTE): New macro.Kenichi Handa2000-12-281-36/+439
* (ccl_coding_driver): Initialize ccl->cr_consumed.Kenichi Handa2000-12-211-2/+12
* (detect_coding): Call detect_coding_mask with a correct MULTIBYTEPKenichi Handa2000-12-151-4/+2
* (setup_coding_system): Clear all members of the structKenichi Handa2000-12-151-2/+3
* (decode_coding_string): Set coding->src_multibyte andKenichi Handa2000-12-141-3/+7
* (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.Kenichi Handa2000-12-131-53/+87
* (setup_coding_system): Be sure to initialize coding->category_idx.Kenichi Handa2000-12-051-0/+6
* (Ffind_coding_systems_region_internal): Be sure toKenichi Handa2000-11-281-1/+3
* (decode_coding_emacs_mule): Fix the case ofEli Zaretskii2000-11-231-2/+1
* (decode_coding): Fix previous change (check alsoKenichi Handa2000-10-261-0/+1
* (decode_coding_emacs_mule): If coding->eol_type is CREli Zaretskii2000-10-241-1/+40
* Fix a typo in a comment.Eli Zaretskii2000-10-221-1/+1
* (decode_coding_string): Set coding->src_multibyte andKenichi Handa2000-10-131-8/+8
* (code_convert_region): Be sure to initialize coding->category_idx.Kenichi Handa2000-10-131-5/+8
* (detect_coding_sjis): Check the byte sequence more regidly.Kenichi Handa2000-09-071-3/+8
* (encode_coding_sjis_big5): Fix previous change.Kenichi Handa2000-09-071-0/+2
* (encode_coding_sjis_big5): Use translation table forKenichi Handa2000-09-071-5/+5
* (encode_eol): Fix bug for the case of dst_bytes being zero. SetKenichi Handa2000-08-231-1/+2
* (encode_coding_string): Fix previous change.Kenichi Handa2000-08-181-0/+1
* (decode_coding_string): Set members consumed,Kenichi Handa2000-08-181-8/+27
* (encode_coding): Fix the bug of not flushing ISO escape sequence atKenichi Handa2000-08-161-5/+5
* (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.Kenichi Handa2000-08-161-80/+150
* (ccl_coding_driver): Initialize ccl->multibyte.Kenichi Handa2000-08-111-0/+1
* *coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.Ken Raeburn2000-08-081-2/+2
* (coding_restore_composition): Pay attention to the case thatKenichi Handa2000-08-041-20/+32