log src/ccl.c @ 82453:d04e217671f9

age author description
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 07:49:39 +0000 Glenn Morris Remove license from trivial file.
Tue, 05 Jun 2007 00:26:01 +0000 Chong Yidong (ccl_driver): Delete stray semicolon.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Wed, 13 Dec 2006 01:13:58 +0000 Kenichi Handa Update AIST copyright years.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 19 Dec 2005 07:04:44 +0000 Kenichi Handa Copyright fixed
Thu, 20 Oct 2005 15:02:59 +0000 Kim F. Storm (check_ccl_update): Remove unused var vp.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 21 Jul 2005 16:25:59 +0000 Juanma Barranquero (Fregister_ccl_program): Fix typos in docstring.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Fri, 27 May 2005 11:27:50 +0000 Kenichi Handa Now an element of Vccl_program_table is a vector of
Sun, 13 Jun 2004 00:22:19 +0000 Kenichi Handa (CCL_READ_CHAR): If hit EOF, set REG to -1.
Sat, 12 Jun 2004 02:33:39 +0000 Kenichi Handa (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
Fri, 14 May 2004 12:41:32 +0000 Kenichi Handa (Fccl_execute_on_string): Fix setting elements of STATUS.
Sun, 16 Nov 2003 16:17:09 +0000 Jan Dj«£rv Remove period at end of error message.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Fri, 30 May 2003 07:56:08 +0000 Kenichi Handa (CCL_WRITE_CHAR): Increment extra_bytes only when it is
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Wed, 17 Jul 2002 14:39:54 +0000 Dave Love Remove `emacs' conditionals.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Tue, 09 Jul 2002 23:00:17 +0000 Stefan Monnier (HASH_VALUE): Remove (it's in lisp.h now).
Fri, 05 Jul 2002 18:54:22 +0000 Dave Love (Vtranslation_hash_table_vector, GET_HASH_TABLE)
Wed, 28 Nov 2001 07:25:03 +0000 Stefan Monnier Use AREF and ASIZE.
Mon, 12 Nov 2001 07:28:40 +0000 Pavel Jan«¿k Change macros to use do-while block instead of if-else.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jan«¿k Update usage of CHECK_ macros (remove unused second argument).
Sat, 20 Oct 2001 20:54:39 +0000 Pavel Jan«¿k Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Thu, 17 May 2001 09:09:14 +0000 Gerd Moellmann Add copyright notice for FSF.
Tue, 15 May 2001 10:39:16 +0000 Gerd Moellmann (ccl_driver): Don't copy remaining bytes in case
Tue, 06 Mar 2001 02:55:30 +0000 Kenichi Handa (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the case
Thu, 01 Mar 2001 18:21:06 +0000 Dave Love (Fccl_execute): Doc fix.
Tue, 27 Feb 2001 03:28:48 +0000 Kenichi Handa (CCL_WRITE_MULTIBYTE_CHAR): New macro.
Thu, 15 Feb 2001 13:07:34 +0000 Kenichi Handa (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
Mon, 05 Feb 2001 01:20:55 +0000 Kenichi Handa (CCL_WRITE_CHAR): Check if CH is valid or not. If
Thu, 25 Jan 2001 09:44:53 +0000 Eli Zaretskii (ccl_driver): Fix last change.
Wed, 24 Jan 2001 23:29:59 +0000 Kenichi Handa (ccl_driver): If ccl->suppress_error is nonzeor, don't
Wed, 24 Jan 2001 06:53:23 +0000 Kenichi Handa (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
Wed, 24 Jan 2001 00:12:24 +0000 Kenichi Handa (CCL_READ_CHAR): Change the argument name from r to REG
Tue, 16 Jan 2001 11:11:38 +0000 Kenichi Handa (CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
Tue, 16 Jan 2001 08:28:01 +0000 Kenichi Handa (Fregister_ccl_program): Handle the return value of
Tue, 02 Jan 2001 14:20:09 +0000 Eli Zaretskii (Fccl_execute): Cast ccl_driver parameters to `unsigned
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>
Fri, 19 May 2000 23:51:55 +0000 Kenichi Handa (CCL_WRITE_CHAR): Be sure to write single byte characters
Sat, 26 Feb 2000 01:13:11 +0000 Kenichi Handa (ccl_driver) [CCL_MapMultiple]: When the mapped value is
Wed, 09 Feb 2000 12:20:01 +0000 Kenichi Handa (CCL_MAKE_CHAR): New macro.