From: tomo Date: Fri, 14 Apr 2006 16:05:17 +0000 (+0000) Subject: update. X-Git-Tag: libconcord-0_0_0~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8330b554dad5161b39b4532b63440a7472ea36af;p=chise%2Fconcord.git update. --- diff --git a/ChangeLog b/ChangeLog index 1124233..0e79c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2006-04-14 MORIOKA Tomohiko + + * concord-bdb.c, concord-bdb.h (CONCORD_BDB_open): Use + instead of for db_dir, genre, key_type and name. + (CONCORD_BDB_get): Use instead of for + key. + (CONCORD_BDB_put): Likewise. + + * concord.c, concord.h (concord_open_ds): Use instead of + for location. + (concord_ds_location): Likewise. + (concord_ds_foreach_genre_name): Use instead of for genre-name. + (concord_ds_get_genre): Likewise. + (concord_genre_get_name): Likewise. + (concord_genre_foreach_feature_name): Likewise. + (concord_genre_get_feature): Use instead of for feature-name. + (concord_feature_get_name): Likewise. + (concord_obj_put_feature_value_str): Use instead of + for object-id. + (concord_obj_get_feature_value): Likewise. + (concord_obj_get_feature_value_string): Likewise. + (concord_obj_gets_feature_value): Likewise. + (concord_genre_get_index): Use instead of + for index-name. + (concord_index_strid_put_obj): Use instead of for indexer and object-id. + (concord_index_strid_get_obj_string): Use instead of + for indexer. + +2006-02-24 MORIOKA Tomohiko + + * README.en: New file. + 2005-12-04 MORIOKA Tomohiko * concord.h (concord_genre_get_name): New prototype.