From: tomo Date: Sun, 17 Aug 2003 17:29:20 +0000 (+0000) Subject: update. X-Git-Tag: b1-r0_2_0-pre3~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e4dc7e3d16752da9061eb5fd50e7a3a8ae09300f;p=chise%2Flibchise.git update. --- diff --git a/ChangeLog b/ChangeLog index 832c733..ec3f140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ 2003-08-17 MORIOKA Tomohiko + * chise.c (CHISE_Attribute_Table): Moved from chise.h. + (struct CHISE_Decoding_Table): New structure. + (chise_ds_open_decoding_table): Cast the return value to + . + (chise_dt_close): Cast back to . + (chise_dt_get_char): Likewise. + (struct CHISE_Feature_Table): New structure. + (chise_ds_open_feature_table): Cast the return value to + . + (chise_ft_close): Cast back to . + (chise_ft_get_value): Likewise. + + * chise.h (CHISE_Attribute_Table): Deleted. + (CHISE_Decoding_Table): Use instead + of . + (CHISE_Feature_Table): Use instead of + . + +2003-08-17 MORIOKA Tomohiko + * chise.c (chise_open_attribute_table): New prototype. (chise_close_attribute_table): New prototype. (chise_get_attribute_table): New prototype.