From 1b0946da0c0c008236a0b8db20d59bfaee8b9ebc Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 19 May 2013 12:09:04 +0900 Subject: [PATCH] update. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index d68ee2e..595ec1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2013-05-18 MORIOKA Tomohiko + + * 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 * cos.c (concord_decode_object): Use `index->decoding_table' as a -- 1.7.10.4