summaryrefslogtreecommitdiff
path: root/src/coding.c
AgeCommit message (Expand)Author
2002-03-08(encode_coding_utf_8): Initialize produced_chars to 0.Kenichi Handa
2002-03-05* coding.c: Delete unused variables.Kenichi Handa
2002-03-01Completely re-written.Kenichi Handa
2002-02-01(decode_composition_emacs_mule):Richard M. Stallman
2002-01-11(code_convert_region): Don't copy old text if undo disabled.Richard M. Stallman
2001-12-17(code_convert_region): Update coding->cmp_data->char_offsetRichard M. Stallman
2001-12-17(DECODE_COMPOSITION_END): Fixed a typo in the lastSam Steingold
2001-12-17(DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)Richard M. Stallman
2001-12-09(setup_coding_system, shrink_encoding_region)Pavel Janík
2001-11-29(syms_of_coding) <Qchar_coding_system>: Give it anDave Love
2001-11-28(decode_coding_string): Remove unused variable `gcpro1'.Pavel Janík
2001-11-14(syms_of_coding): Doc fix.Richard M. Stallman
2001-11-13Doc fix.Pavel Janík
2001-11-09(encode_coding): Use precomputed value of `src'.Pavel Janík
2001-11-04Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-10-29(syms_of_coding): Document that locale-coding-system isEli Zaretskii
2001-10-21(Ffind_operation_coding_system): Add usage: string to doc string.Miles Bader
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn
2001-10-05Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann
2001-07-23(code_convert_region): Handle the multibyte case ifGerd Moellmann
2001-07-17* coding.c (setup_coding_system): Don't do any designation based on reg_bits ifKen Raeburn
2001-07-12(Ffind_coding_systems_region_internal): If safe_codingsStefan Monnier
2001-04-05commentDave Love
2001-03-08(Fdetect_coding_region): Fix comments added by the previous change.Kenichi Handa
2001-03-08(detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.Kenichi Handa
2001-03-08(detect_coding_sjis): Do more rigid check.Kenichi Handa
2001-03-05(syms_of_coding): Docstring modified.Kenichi Handa
2001-02-27(ccl_coding_driver): If ccl->eight_bit_control is zero,Kenichi Handa
2001-02-14Doc and message fixes.Dave Love
2001-02-08(code_convert_region): After detecting a coding, ifKenichi Handa
2001-01-26(decode_coding): Set a flag for inhibitingKenichi Handa
2001-01-24(ccl_coding_driver): Setup ccl->suppress_error.Kenichi Handa
2001-01-04Commentary changes.Dave Love
2001-01-02(detect_coding_iso2022, setup_coding_system): RemoveEli Zaretskii
2000-12-28(setup_coding_system): InitializeKenichi Handa
2000-12-28(SAFE_ONE_MORE_BYTE): New macro.Kenichi Handa
2000-12-21(ccl_coding_driver): Initialize ccl->cr_consumed.Kenichi Handa
2000-12-15(detect_coding): Call detect_coding_mask with a correct MULTIBYTEPKenichi Handa
2000-12-15(setup_coding_system): Clear all members of the structKenichi Handa
2000-12-14(decode_coding_string): Set coding->src_multibyte andKenichi Handa
2000-12-13(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.Kenichi Handa
2000-12-05(setup_coding_system): Be sure to initialize coding->category_idx.Kenichi Handa
2000-11-28(Ffind_coding_systems_region_internal): Be sure toKenichi Handa
2000-11-23(decode_coding_emacs_mule): Fix the case ofEli Zaretskii
2000-10-26(decode_coding): Fix previous change (check alsoKenichi Handa
2000-10-24(decode_coding_emacs_mule): If coding->eol_type is CREli Zaretskii
2000-10-22Fix a typo in a comment.Eli Zaretskii
2000-10-13(decode_coding_string): Set coding->src_multibyte andKenichi Handa
2000-10-13(code_convert_region): Be sure to initialize coding->category_idx.Kenichi Handa