1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
Commit graph

13 commits

Author SHA1 Message Date
Kenichi Handa
e34b1164c1 (Vccl_translation_table_vector, Qccl_program,
Qccl_translation_table, Qccl_translation_table_id): New variables.
append new symbols.  Qccl_translation_table and
Qccl_translation_table_id.
(CCL_Call): Fix the comment.
(CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter,
CCL_UnifyCharacter, CCL_UnifyCharacterConstTbl,
CCL_IterateMultipleMap, CCL_TranslateMultipleMap): New macros for
CCL Commands.
(EXCMD): New macro.
(ccl_driver): New case lable `CCL_Extention'.
(setup_ccl_program): Initialize the member `private_state' of CCL.
(Fregister_ccl_program): Delete unused variable IDX.
(Fregister_ccl_translation_table): New function.
(syms_of_ccl): Intern and staticpro Qccl_program,
Qccl_translation_table, and Qccl_translation_table_id.  Declare
`ccl-translation-table-vector' as a Lisp variable.  Declare
register-ccl-translation-table as a Lisp function.
1998-01-22 01:26:45 +00:00
Richard M. Stallman
bff2601e52 (Fccl_execute_on_string): Use size_byte. 1998-01-09 23:00:30 +00:00
Andreas Schwab
07478155f2 (setup_ccl_program): Define as returning nothing. 1997-11-21 14:31:20 +00:00
Richard M. Stallman
6703ac4f59 (Fregister_ccl_program): Convert Fmake_vector argument to Lisp_Integer.
(syms_of_ccl): Likewise.
1997-07-12 06:46:21 +00:00
Richard M. Stallman
2e34157cd9 Fix bugs with inappropriate mixing of Lisp_Object with int. 1997-07-04 20:44:52 +00:00
Richard M. Stallman
75c8c59233 Change copyright notices. 1997-06-20 06:30:29 +00:00
Kenichi Handa
a9f1cc19b7 (struct ccl_prog_stack): Declear the member ccl_prog as
Lisp_Object *
1997-05-16 00:43:09 +00:00
Kenichi Handa
cb5373dd8d (Fccl_execute_on_string): Add 4th optional arg
CONTINUE.
1997-05-10 03:37:01 +00:00
Karl Heuer
e995085f70 (ccl_driver): Fix Lisp_Object/integer confusion. 1997-04-10 22:19:52 +00:00
Kenichi Handa
887bfbd7da (ccl_driver): Fix bug of the case CCL_WriteArrayReadJump. 1997-04-07 07:12:13 +00:00
Kenichi Handa
7bce92a673 (Fregister_ccl_program): Escape newlines in docstring. 1997-02-27 11:13:46 +00:00
Karl Heuer
369314dc63 Fix FSF address in comment. 1997-02-23 09:20:52 +00:00
Karl Heuer
4ed4686978 Initial revision 1997-02-20 07:02:49 +00:00