From a30e627aabb7eb600e873a2bb76814fa645d9e3c Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 23 Aug 1998 01:51:13 +0000 Subject: [PATCH] * lex.el (lex-use-ccl): Now require `ccl-execute-on-substring'. (lex-gen-ccl-unibyte-automata): Use `ccl-execute-on-substring'. (lex-gen-ccl-unibyte-automata-program): Delete codes for skipping prefix of string. * DOODLE-CCL: branched from DOODLE. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index cc8cc48..1ef4716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 1998-08-23 Tanaka Akira + * lex.el (lex-use-ccl): Now require `ccl-execute-on-substring'. + (lex-gen-ccl-unibyte-automata): Use `ccl-execute-on-substring'. + (lex-gen-ccl-unibyte-automata-program): Delete codes for skipping + prefix of string. + +1998-08-23 Tanaka Akira + + * DOODLE-CCL: branched from DOODLE. + +1998-08-23 Tanaka Akira + * lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop on end of states. -- 1.7.10.4