log src/ccl.c @ 34890:f203e7623af7

age author description
Thu, 28 Dec 2000 07:03:05 +0000 Kenichi Handa (CCL_WRITE_CHAR): Check variable `extra_bytes'.
Fri, 22 Dec 2000 00:06:52 +0000 Kenichi Handa (CCL_WRITE_CHAR): Don't handle EOL conversion here.
Mon, 04 Dec 2000 00:46:25 +0000 Kenichi Handa (stack_idx_of_map_multiple): Don't use C initializier.
Tue, 19 Sep 2000 00:14:17 +0000 Kenichi Handa (Fccl_execute_on_string): Make multibyte string correctly.
Tue, 12 Sep 2000 02:30:13 +0000 Kenichi Handa Comment fixed.
Wed, 16 Aug 2000 15:17:24 +0000 Dave Love (ccl-program-p): Fix doc string.
Wed, 16 Aug 2000 10:49:31 +0000 Kenichi Handa (Fccl_program_p): Docstring modified.
Wed, 16 Aug 2000 01:36:35 +0000 Kenichi Handa (CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_end
Fri, 11 Aug 2000 05:44:50 +0000 Kenichi Handa (CCL_READ_CHAR): If source is multibyte, pay attention to
Thu, 20 Jul 2000 12:50:09 +0000 Dave Love (Fccl_execute_on_string): Don't check xmalloc return. Use xfree, not
Fri, 07 Jul 2000 02:03:24 +0000 Kenichi Handa (Fccl_execute): Typo fixed.
Thu, 22 Jun 2000 01:21:00 +0000 Kenichi Handa (ccl_driver) <CCL_End>: Decrement stack_idx only when it is greater
Mon, 19 Jun 2000 05:16:57 +0000 Kenichi Handa (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
Thu, 25 May 2000 06:21:51 +0000 Kenichi Handa (ccl_driver): Fix previous change.
Thu, 25 May 2000 01:30:37 +0000 Kenichi Handa (ccl_driver) <CCL_ReadMultibyteChar2>