(struct COS_Feature_ent): Add new member `number_of_hits'.
[chise/concord.git] / ChangeLog
index d2c4576..f6aee7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2013-05-19  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cos.h: Include <stdint.h>.
+
+2013-05-19  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cos.c (concord_object_get_attribute): Renamed from
+       `concord_object_get_feature_value'.
+
+       * concord.h (concord_object_get_attribute): Renamed from
+       `concord_object_get_feature_value'.
+
+2013-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord.c (concord_opened_feature_list): New variable.
+       (concord_opened_feature_list_last): New variable.
+       (concord_opened_feature_list_length): New variable.
+       (concord_opened_feature_list_limit): New variable.
+       (concord_opened_index_list): New variable.
+       (concord_opened_index_list_last): New variable.
+       (concord_opened_index_list_length): New variable.
+       (concord_opened_index_list_limit): New variable.
+       (concord_genre_open_feature): Initialize `table->next'.
+       (concord_feature_setup_db): Use `concord_opened_feature_list'.
+       (concord_genre_open_index): Initialize `table->next'.
+       (concord_index_setup_db): Use `concord_opened_index_list'.
+
+       * cos-i.h (struct COS_Feature_ent): Add new member `next'.
+       (struct COS_Feature_INDEX_ent): Add new member `next'.
+
+2013-05-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cos.c (concord_decode_object): Use `index->decoding_table' as a
+       decoding cache.
+       (concord_object_get_feature_value): Retain `object' too.
+
+2013-05-02  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (LDFLAGS): New variable.
+       (libconcord.la): Use `LDFLAGS'.
+
+2013-04-24  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord.c (struct COS_Feature_INDEX_ent): Moved to cos-i.h.
+       (concord_genre_open_index): Reset `table->decoding_table'.
+
+       * cos-i.h (struct COS_Feature_INDEX_ent): Moved from concord.c;
+       add new member `decoding_table'.
+
 2013-04-23  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * Makefile.in (OBJS): Add cos-hash.lo.
@@ -19,6 +68,8 @@
        (struct COS_Feature_ent): Moved to cos-i.h.
        (concord_genre_open_feature): Setup `table->value_table'.
 
+       * hash-test.c: New file.
+
        * cos-hash.h: New file.
 
        * cos-hash.c: New file.