changeset | c61a7765c8f5 |
---|---|
branch | default |
bookmark | |
tag | tip |
user | Yoshiki Yazawa <[email protected]> |
description | added COPYING to make the licence and copyrights clear. |
files | COPYING libguess.h |
changeset | 8a64459dab94 |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | make guess_init() and guess_impl_register() static functions. |
files | guess.c libguess.h test.c |
changeset | ff05c6c659cb |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | added test.c. |
files | test.c |
changeset | 70e2c306231e |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | - implemented dfa utility functions. - added dfa.c. - rewrote guess functions for ar, gr, hw and tr scripts with dfa utilities. - guess functions for cjk scripts too. |
files | Makefile arabic_impl.c cjk_impl.c dfa.c dfa.h greek_impl.c guess.scm guess_tab.c hebrew_impl.c libguess.h |
changeset | 754a4550c64e |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | - added arabic, greek, hebrew and turkish DFAs - new UCS-2LE/BE DFAs - now arabic_impl.c uses arabic DFAs - dfa common macros have been moved to dfa.h - minor cleanups |
files | Makefile arabic_impl.c cjk_impl.c dfa.h guess.scm guess_tab.c russian_impl.c turkish_impl.c |
changeset | 04f2be1c8464 |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | update Makefile |
files | Makefile |
changeset | d9b6ff839eab |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | initial import |
files | Makefile.aud Makefile.old README arabic_impl.c cjk_impl.c greek_impl.c guess.c guess.scm guess_tab.c hebrew_impl.c |