X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=68508e12c775195e207d9619ad0845eb71117e33;hb=5469d2fcf389033a23e6984309248ccc75e9b648;hp=9607ac4c4244554116a02753e42aa7ea1f2ce0bb;hpb=43a11e4db31493d6ca367b3dd58925c2ead8ff01;p=chise%2Fconcord.git diff --git a/ChangeLog b/ChangeLog index 9607ac4..68508e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,161 @@ +2012-04-25 MORIOKA Tomohiko + + * README.en (Reporting Bugs): Modify for + chise-{en|ja}@lists.chise.org. + +2012-04-09 MORIOKA Tomohiko + + * README.en: Remove descriptions about CVS and add description + about the new Git repository. + +2012-02-08 MORIOKA Tomohiko + + * configure.in: + - Don't use "AC_CHECK_FUNCS(strnlen)". + - When $ac_cv_func_strnlen_working = "yes", define HAVE_STRNLEN. + +2011-08-24 MORIOKA Tomohiko + + * Makefile.in (CFLAGS): Add $(DEFS). + + +2010-06-10 MORIOKA Tomohiko + + * Concord 0.0.2 released. + + * configure.in: Update version to 0.0.2. + +2008-07-21 MORIOKA Tomohiko + + * configure.in: Add settings for --with-site-includes=PATH and + --with-site-libraries=PATH. + + +2008-05-27 MORIOKA Tomohiko + + * Concord 0.0.1 released. + +2008-01-12 MORIOKA Tomohiko + + * Makefile.in (MKDIR): New variable. + (install.h): Make $(INCLUDE_INSTALLDIR). + (install.libs): Make $(LIB_INSTALLDIR). + +2006-12-22 MORIOKA Tomohiko + + * configure.in: Update version to 0.0.1. + + * Makefile.in (libconcord.la): Specify `-no-undefined' to avoid + error on Cygwin [suggested by KAMICHI Koichi ]. + (concord.lo): Specify `--mode=compile'. + (concord-bdb.lo): ditto. + (name.lo): ditto. + (install.libs): Specify `--mode=install'. + + +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):