log src/coding.c @ 41006:fd83ec62a495

age author description
Tue, 13 Nov 2001 11:55:47 +0000 Pavel Jank Doc fix.
Fri, 09 Nov 2001 08:00:44 +0000 Pavel Jank (encode_coding): Use precomputed value of `src'.
Sun, 04 Nov 2001 17:42:30 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Mon, 29 Oct 2001 19:34:44 +0000 Eli Zaretskii (syms_of_coding): Document that locale-coding-system is
Sun, 21 Oct 2001 15:20:20 +0000 Miles Bader (Ffind_operation_coding_system): Add usage: string to doc string.
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Fri, 05 Oct 2001 09:49:39 +0000 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Mon, 23 Jul 2001 09:26:46 +0000 Gerd Moellmann (code_convert_region): Handle the multibyte case if
Tue, 17 Jul 2001 16:29:39 +0000 Ken Raeburn * coding.c (setup_coding_system): Don't do any designation based on reg_bits if
Thu, 12 Jul 2001 20:26:18 +0000 Stefan Monnier (Ffind_coding_systems_region_internal): If safe_codings
Mon, 21 May 2001 12:34:11 +0000 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Thu, 05 Apr 2001 21:15:02 +0000 Dave Love comment
Thu, 08 Mar 2001 04:42:43 +0000 Kenichi Handa (Fdetect_coding_region): Fix comments added by the previous change.
Thu, 08 Mar 2001 02:19:18 +0000 Kenichi Handa (detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.