From: tomo Date: Tue, 12 Aug 2003 17:27:59 +0000 (+0000) Subject: update. X-Git-Tag: b1-r0_2_0-pre1~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3586032a231271170f7123ac14691cdb11f54142;p=chise%2Flibchise.git update. --- diff --git a/ChangeLog b/ChangeLog index dc37fc6..515cdd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2003-08-12 MORIOKA Tomohiko + + * sample.c (main): Use instead of + to define `dt_daikanwa'; use + instead of to define + `ft_ideographic_structure' and `ft_ascii'. + + * chise.c (chise_open_decoding_table): Use + instead of as the type of the first + argument. + (chise_open_feature_table): Use instead of + as the type of the first argument. + (chise_ft_iterate): Modify for the structure + `CHISE_Feature_Table'. + (chise_open_attribute_table): Use instead + of as the type of the first argument; + modify for the structure . + (chise_close_attribute_table): Modify for the structure + . + (chise_get_attribute_table): Likewise. + (chise_put_attribute_table): Likewise. + + * chise.h (CHISE_Attribute_Table): Define as a structure. + (chise_open_decoding_table): Use instead + of as the type of the first argument. + (chise_open_feature_table): Use instead of + as the type of the first argument. + (chise_open_attribute_table): Use instead + of as the type of the first argument. + 2003-08-11 MORIOKA Tomohiko * chise.h (chise_dt_put_char): New prototype.