From: tomo Date: Sun, 17 Aug 2003 18:38:43 +0000 (+0000) Subject: update. X-Git-Tag: b1-r0_2_0-pre3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=967bc070ba3fb70ca8a50aa61b38543badb24d78;hp=673f0d0218f209da7a73b2e252c3ac964dfb860a;p=chise%2Flibchise.git update. --- diff --git a/ChangeLog b/ChangeLog index ec3f140..df355c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,31 @@ 2003-08-17 MORIOKA Tomohiko + * chise.c (CHISE_Attribute_Table): Use instead of . + (chise_put_attribute_table): New prototype. + (struct CHISE_Decoding_Table): Use + instead of as the type of member `db'. + (chise_ds_open_decoding_table): New implementation. + (chise_dt_close): Likewise. + (chise_dt_get_char): Modify for new implementation of . + (chise_dt_put_char): Likewise. + (struct CHISE_Feature_Table): Use instead + of as the type of member `db'. + (chise_ds_open_feature_table): New implementation. + (chise_ft_close): Likewise. + (chise_ft_get_value): Modify for new implementation of . + (chise_open_attribute_table): Use db_dir instead of ds as the + first argument; modify for new implementation of + . + (chise_close_attribute_table): Modify for new implementation of + . + (chise_get_attribute_table): Likewise. + (chise_put_attribute_table): Likewise. + +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