aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-01-11(code_convert_region): Don't copy old text if undo disabled.Richard M. Stallman1-2/+15
2001-12-17(code_convert_region): Update coding->cmp_data->char_offsetRichard M. Stallman1-1/+5
2001-12-17(DECODE_COMPOSITION_END): Fixed a typo in the lastSam Steingold1-21/+21
2001-12-17(DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)Richard M. Stallman1-1/+1
2001-12-09(setup_coding_system, shrink_encoding_region)Pavel Janík1-10/+10
2001-11-29(syms_of_coding) <Qchar_coding_system>: Give it anDave Love1-3/+4
2001-11-28(decode_coding_string): Remove unused variable `gcpro1'.Pavel Janík1-1/+0
2001-11-14(syms_of_coding): Doc fix.Richard M. Stallman1-2/+2
2001-11-13Doc fix.Pavel Janík1-1/+1
2001-11-09(encode_coding): Use precomputed value of `src'.Pavel Janík1-4/+1
2001-11-04Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík1-264/+267
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-21/+21
2001-10-29(syms_of_coding): Document that locale-coding-system isEli Zaretskii1-1/+2
2001-10-21(Ffind_operation_coding_system): Add usage: string to doc string.Miles Bader1-1/+3
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn1-1/+1
2001-10-05Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann1-2/+2
2001-07-23(code_convert_region): Handle the multibyte case ifGerd Moellmann1-4/+21
2001-07-17* coding.c (setup_coding_system): Don't do any designation based on reg_bits ifKen Raeburn1-1/+1
2001-07-12(Ffind_coding_systems_region_internal): If safe_codingsStefan Monnier1-1/+3
2001-04-05commentDave Love1-3/+3
2001-03-08(Fdetect_coding_region): Fix comments added by the previous change.Kenichi Handa1-6/+9
2001-03-08(detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.Kenichi Handa1-1/+1
2001-03-08(detect_coding_sjis): Do more rigid check.Kenichi Handa1-21/+31
2001-03-05(syms_of_coding): Docstring modified.Kenichi Handa1-1/+6
2001-02-27(ccl_coding_driver): If ccl->eight_bit_control is zero,Kenichi Handa1-0/+7
2001-02-14Doc and message fixes.Dave Love1-37/+37
2001-02-08(code_convert_region): After detecting a coding, ifKenichi Handa1-1/+12
2001-01-26(decode_coding): Set a flag for inhibitingKenichi Handa1-5/+22
2001-01-24(ccl_coding_driver): Setup ccl->suppress_error.Kenichi Handa1-0/+5
2001-01-04Commentary changes.Dave Love1-64/+68
2001-01-02(detect_coding_iso2022, setup_coding_system): RemoveEli Zaretskii1-14/+5
2000-12-28(setup_coding_system): InitializeKenichi Handa1-2/+56
2000-12-28(SAFE_ONE_MORE_BYTE): New macro.Kenichi Handa1-36/+439
2000-12-21(ccl_coding_driver): Initialize ccl->cr_consumed.Kenichi Handa1-2/+12
2000-12-15(detect_coding): Call detect_coding_mask with a correct MULTIBYTEPKenichi Handa1-4/+2
2000-12-15(setup_coding_system): Clear all members of the structKenichi Handa1-2/+3
2000-12-14(decode_coding_string): Set coding->src_multibyte andKenichi Handa1-3/+7
2000-12-13(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.Kenichi Handa1-53/+87
2000-12-05(setup_coding_system): Be sure to initialize coding->category_idx.Kenichi Handa1-0/+6
2000-11-28(Ffind_coding_systems_region_internal): Be sure toKenichi Handa1-1/+3
2000-11-23(decode_coding_emacs_mule): Fix the case ofEli Zaretskii1-2/+1
2000-10-26(decode_coding): Fix previous change (check alsoKenichi Handa1-0/+1
2000-10-24(decode_coding_emacs_mule): If coding->eol_type is CREli Zaretskii1-1/+40
2000-10-22Fix a typo in a comment.Eli Zaretskii1-1/+1
2000-10-13(decode_coding_string): Set coding->src_multibyte andKenichi Handa1-8/+8
2000-10-13(code_convert_region): Be sure to initialize coding->category_idx.Kenichi Handa1-5/+8
2000-09-07(detect_coding_sjis): Check the byte sequence more regidly.Kenichi Handa1-3/+8
2000-09-07(encode_coding_sjis_big5): Fix previous change.Kenichi Handa1-0/+2
2000-09-07(encode_coding_sjis_big5): Use translation table forKenichi Handa1-5/+5
2000-08-23(encode_eol): Fix bug for the case of dst_bytes being zero. SetKenichi Handa1-1/+2