From: tomo Date: Sun, 17 Aug 2003 14:02:55 +0000 (+0000) Subject: update. X-Git-Tag: b1c-r0_2_0-pre2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fheads%2Fb1c;p=chise%2Flibchise.git update. --- diff --git a/ChangeLog b/ChangeLog index 4a427bf..9ba7b5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2003-08-17 MORIOKA Tomohiko + + * sample.c (main): Modify for new API. + + * chise.c (chise_open_data_source): Interface change; allocate a + CHISE_DS object and return it. + (chise_ds_close): Renamed from `chise_close_data_source'; destroy + the specified CHISE_DS object. + (chise_ds_open_decoding_table): Renamed from + `chise_open_decoding_table' and changed the interface. + (chise_dt_close): Renamed from `chise_close_decoding_table'. + (chise_ds_open_feature_table): Renamed from + `chise_open_feature_table' and changed the interface. + (chise_ft_close): Renamed from `chise_close_feature_table'. + (chise_open_attribute_table): Interface change; allocate a + CHISE_Attribute_Table object and return it; require pointer for + data source object instead of db_dir. + (chise_close_attribute_table): Destroy the specified + CHISE_Attribute_Table object. + + * chise.h (struct CHISE_DS): Change type of location from + to . + (chise_open_data_source): Change interface. + (chise_ds_close): Renamed from `chise_close_data_source'. + (struct CHISE_Attribute_Table): Add new member `ds'; rename `dbp' + to `db'. + (chise_ds_open_decoding_table): Renamed from + `chise_open_decoding_table' and changed the interface. + (chise_dt_close): Renamed from `chise_close_decoding_table'. + (chise_ds_open_feature_table): Renamed from + `chise_open_feature_table' and changed the interface. + (chise_ft_close): Renamed from `chise_close_feature_table'. + (chise_open_attribute_table): Change interface. + 2003-08-12 MORIOKA Tomohiko * configure.in: Update version to 0.2.0.