X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a0d8f38a1726509a9b45410da4bc6c2cd7c38b1b;hb=ab87a02be79424925618c1b5c5082f47725f2471;hp=9607ac4c4244554116a02753e42aa7ea1f2ce0bb;hpb=43a11e4db31493d6ca367b3dd58925c2ead8ff01;p=chise%2Fconcord.git diff --git a/ChangeLog b/ChangeLog index 9607ac4..a0d8f38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2006-05-11 MORIOKA Tomohiko + + * Concord 0.0.0 released. + + * Makefile.in (tar): Fixed. + +2006-04-14 MORIOKA Tomohiko + + * concord.c (concord_ds_open_genre): Use instead of + for genre-name. + (concord_genre_open_feature): Likewise. + (concord_genre_open_index): Use instead of for index-name. + (concord_genre_get_feature_0): Use instead of for feature-name. + (struct CONCORD_DS_Table): Use instead of + for member `location'. + (concord_default_read_object): Cast to avoid warning. + (concord_open_ds): Use instead of for + ds->location. + (concord_ds_foreach_genre_name): Use instead of for ds->location; cast to avoid warning. + (struct CONCORD_Genre_Table): Use instead of for member `name'. + (concord_ds_open_genre): Use instead of + for genre-name. + (concord_genre_foreach_feature_name): Use instead of + for ds->location. + (concord_genre_get_feature_0): Use instead of for genre-name. + (concord_genre_get_feature): Use instead of for t_name. + (struct CONCORD_Feature_Table): Use instead of for member `name'. + (concord_genre_open_feature): Use instead of for feature-name. + (concord_obj_gets_feature_value): Cast to avoid warning. + (struct CONCORD_INDEX_Table): Use instead of for member `name'. + (concord_genre_open_index): Use instead of for index-name. + (concord_index_strid_put_obj): Cast to avoid warning. + + * name.c, concord-name.h (concord_name_table_put): Use + instead of for key. + (concord_name_table_get): Likewise. + +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. + (concord_feature_get_genre): New prototype. + + * concord.c (concord_genre_get_name): New function. + (concord_feature_get_genre): New function. + +2005-06-30 MORIOKA Tomohiko + + * concord.c (concord_ds_set_object_failure): Renamed from + `concord_ds_set_object_nil'. + (concord_genre_get_feature_0): New function. + (concord_genre_get_feature): New implementation; use + `concord_genre_get_feature_0'; support feature alias. + +2005-06-24 MORIOKA Tomohiko + + * concord.h (concord_ds_set_object_failure): Renamed from + `concord_ds_set_object_nil'. + 2005-06-24 MORIOKA Tomohiko * concord.c, concord.h (concord_obj_put_feature_value_str):