aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c
Commit message (Expand)AuthorAgeFilesLines
* (ccl_driver) [CCL_MapMultiple]: When the mapped value isKenichi Handa2000-02-261-2/+3
* (CCL_MAKE_CHAR): New macro.Kenichi Handa2000-02-091-20/+27
* (ccl_driver) <CCL_WriteExprRegister>: Set jump_addressKenichi Handa2000-02-021-1/+3
* (CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-67/+15
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-6/+4
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-14/+14
* (ccl_driver) <CCL_Call>: Now CCL program ID to call may beKenichi Handa1999-07-261-113/+227
* (ccl_prog_stack_struct): Declare it as static.Kenichi Handa1999-05-041-4/+8
* (ccl_driver) <CCL_ReadMultibyteChar2>: Fix bug of handlingKenichi Handa1999-04-061-13/+18
* (CCL_SUCCESS): Don't set ccl->ic.Kenichi Handa1998-12-151-9/+19
* (ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSBKenichi Handa1998-11-261-2/+2
* (CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.Kenichi Handa1998-10-121-4/+4
* (ccl_driver): Report correct CCL program counter on error.Kenichi Handa1998-09-221-1/+4
* (CCL_WRITE_CHAR): Don't use bcopy.Kenichi Handa1998-09-181-7/+13
* (ccl_driver): In caseKenichi Handa1998-08-191-1/+1
* If eof is encounterd while processing theKenichi Handa1998-08-181-1/+2
* Typo in comments fixed.Kenichi Handa1998-07-091-1/+1
* Comment for CCL_MapMultiple modified..Kenichi Handa1998-06-201-19/+29
* Change term "character translation table" to "translation table".Kenichi Handa1998-05-221-5/+3
* Change term translation to code conversion, then changeKenichi Handa1998-05-181-208/+197
* (Fregister_ccl_program): Put ccl-program-idx property to NAME.Kenichi Handa1998-04-201-0/+1
* (Fccl_execute_on_string): Put \n\ at eol of docstring.Kenichi Handa1998-04-151-1/+1
* Typo in comments fixed.Kenichi Handa1998-04-151-181/+405
* (ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-4/+4
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+7
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-2/+2
* (Fccl_execute_on_string): Put \n\ at end-of-line ofKenichi Handa1998-02-201-1/+1
* (Fccl_execute_on_string): Add new arg UNIBYTE-P.Kenichi Handa1998-02-201-8/+15
* (Vccl_translation_table_vector, Qccl_program,Kenichi Handa1998-01-221-50/+638
* (Fccl_execute_on_string): Use size_byte.Richard M. Stallman1998-01-091-2/+2
* (setup_ccl_program): Define as returning nothing.Andreas Schwab1997-11-211-0/+1
* (Fregister_ccl_program): Convert Fmake_vector argument to Lisp_Integer.Richard M. Stallman1997-07-121-2/+2
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-1/+1
* Change copyright notices.Richard M. Stallman1997-06-201-3/+2
* (struct ccl_prog_stack): Declear the member ccl_prog asKenichi Handa1997-05-161-1/+1
* (Fccl_execute_on_string): Add 4th optional argKenichi Handa1997-05-101-5/+8
* (ccl_driver): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+1
* (ccl_driver): Fix bug of the case CCL_WriteArrayReadJump.Kenichi Handa1997-04-071-6/+6
* (Fregister_ccl_program): Escape newlines in docstring.Kenichi Handa1997-02-271-2/+2
* Fix FSF address in comment.Karl Heuer1997-02-231-12/+14
* Initial revisionKarl Heuer1997-02-201-0/+1140