log src/ccl.c @ 89522:c4f948b2b0da

age author description
Wed, 17 Sep 2003 19:26:25 +0000 Dave Love (ccl_driver): Fix arg of CHARACTERP.
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Thu, 30 Jan 2003 02:19:06 +0000 Kenichi Handa (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
Tue, 30 Jul 2002 11:31:54 +0000 Dave Love Remove `emacs' conditional. Include hash table stuff
Fri, 26 Jul 2002 04:05:16 +0000 Kenichi Handa (Fccl_execute_on_string): Add `const' to local variables.
Fri, 01 Mar 2002 01:14:09 +0000 Kenichi Handa Include "character.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Fri, 01 Feb 2008 02:40:23 +0000 Miles Bader Merge from emacs--rel--22
Fri, 01 Feb 2008 01:18:05 +0000 Kenichi Handa (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
Thu, 31 Jan 2008 11:27:46 +0000 Kenichi Handa (CCL_WRITE_CHAR): Increment extra_bytes only when
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Sat, 13 Oct 2007 20:47:44 +0000 Eli Zaretskii (Fregister_code_conversion_map): Reformat last change.
Sat, 13 Oct 2007 12:06:41 +0000 Eli Zaretskii (Fregister_ccl_program, Fregister_code_conversion_map): Use larger_vector.
Mon, 10 Mar 2008 12:18:02 +0000 Kenichi Handa (ccl_driver): If ccl->quit_silently is nonzero, don't
Fri, 01 Feb 2008 00:38:26 +0000 Kenichi Handa (CCL_WRITE_CHAR): Fix overflow checking.
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
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.