aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.Kenichi Handa1-67/+15
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-6/+4
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-14/+14
1999-07-26(ccl_driver) <CCL_Call>: Now CCL program ID to call may beKenichi Handa1-113/+227
1999-05-04(ccl_prog_stack_struct): Declare it as static.Kenichi Handa1-4/+8
1999-04-06(ccl_driver) <CCL_ReadMultibyteChar2>: Fix bug of handlingKenichi Handa1-13/+18
1998-12-15(CCL_SUCCESS): Don't set ccl->ic.Kenichi Handa1-9/+19
1998-11-26(ccl_driver) <CCL_TranslateCharacter>: Don't suppress MSBKenichi Handa1-2/+2
1998-10-12(CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.Kenichi Handa1-4/+4
1998-09-22(ccl_driver): Report correct CCL program counter on error.Kenichi Handa1-1/+4
1998-09-18(CCL_WRITE_CHAR): Don't use bcopy.Kenichi Handa1-7/+13
1998-08-19(ccl_driver): In caseKenichi Handa1-1/+1
1998-08-18If eof is encounterd while processing theKenichi Handa1-1/+2
1998-07-09Typo in comments fixed.Kenichi Handa1-1/+1
1998-06-20Comment for CCL_MapMultiple modified..Kenichi Handa1-19/+29
1998-05-22Change term "character translation table" to "translation table".Kenichi Handa1-5/+3
1998-05-18Change term translation to code conversion, then changeKenichi Handa1-208/+197
1998-04-20(Fregister_ccl_program): Put ccl-program-idx property to NAME.Kenichi Handa1-0/+1
1998-04-15(Fccl_execute_on_string): Put \n\ at eol of docstring.Kenichi Handa1-1/+1
1998-04-15Typo in comments fixed.Kenichi Handa1-181/+405
1998-04-14(ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object andAndreas Schwab1-4/+4
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+7
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-2/+2
1998-02-20(Fccl_execute_on_string): Put \n\ at end-of-line ofKenichi Handa1-1/+1
1998-02-20(Fccl_execute_on_string): Add new arg UNIBYTE-P.Kenichi Handa1-8/+15
1998-01-22(Vccl_translation_table_vector, Qccl_program,Kenichi Handa1-50/+638
1998-01-09(Fccl_execute_on_string): Use size_byte.Richard M. Stallman1-2/+2
1997-11-21(setup_ccl_program): Define as returning nothing.Andreas Schwab1-0/+1
1997-07-12(Fregister_ccl_program): Convert Fmake_vector argument to Lisp_Integer.Richard M. Stallman1-2/+2
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1-1/+1
1997-06-20Change copyright notices.Richard M. Stallman1-3/+2
1997-05-16(struct ccl_prog_stack): Declear the member ccl_prog asKenichi Handa1-1/+1
1997-05-10(Fccl_execute_on_string): Add 4th optional argKenichi Handa1-5/+8
1997-04-10(ccl_driver): Fix Lisp_Object/integer confusion.Karl Heuer1-1/+1
1997-04-07(ccl_driver): Fix bug of the case CCL_WriteArrayReadJump.Kenichi Handa1-6/+6
1997-02-27(Fregister_ccl_program): Escape newlines in docstring.Kenichi Handa1-2/+2
1997-02-23Fix FSF address in comment.Karl Heuer1-12/+14
1997-02-20Initial revisionKarl Heuer1-0/+1140