update.
[chise/concord.git] / ChangeLog
1 2013-05-19  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * cos.c (concord_object_get_attribute): Renamed from
4         `concord_object_get_feature_value'.
5
6         * concord.h (concord_object_get_attribute): Renamed from
7         `concord_object_get_feature_value'.
8
9 2013-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
10
11         * concord.c (concord_opened_feature_list): New variable.
12         (concord_opened_feature_list_last): New variable.
13         (concord_opened_feature_list_length): New variable.
14         (concord_opened_feature_list_limit): New variable.
15         (concord_opened_index_list): New variable.
16         (concord_opened_index_list_last): New variable.
17         (concord_opened_index_list_length): New variable.
18         (concord_opened_index_list_limit): New variable.
19         (concord_genre_open_feature): Initialize `table->next'.
20         (concord_feature_setup_db): Use `concord_opened_feature_list'.
21         (concord_genre_open_index): Initialize `table->next'.
22         (concord_index_setup_db): Use `concord_opened_index_list'.
23
24         * cos-i.h (struct COS_Feature_ent): Add new member `next'.
25         (struct COS_Feature_INDEX_ent): Add new member `next'.
26
27 2013-05-17  MORIOKA Tomohiko  <tomo.git@chise.org>
28
29         * cos.c (concord_decode_object): Use `index->decoding_table' as a
30         decoding cache.
31         (concord_object_get_feature_value): Retain `object' too.
32
33 2013-05-02  MORIOKA Tomohiko  <tomo.git@chise.org>
34
35         * Makefile.in (LDFLAGS): New variable.
36         (libconcord.la): Use `LDFLAGS'.
37
38 2013-04-24  MORIOKA Tomohiko  <tomo.git@chise.org>
39
40         * concord.c (struct COS_Feature_INDEX_ent): Moved to cos-i.h.
41         (concord_genre_open_index): Reset `table->decoding_table'.
42
43         * cos-i.h (struct COS_Feature_INDEX_ent): Moved from concord.c;
44         add new member `decoding_table'.
45
46 2013-04-23  MORIOKA Tomohiko  <tomo.git@chise.org>
47
48         * Makefile.in (OBJS): Add cos-hash.lo.
49         (cos.lo): Add `cos-hash.h' as a dependency.
50         (symbol.lo): Likewise.
51         (concord.lo): Likewise.
52         (name.lo): Add `hash-i.h' as a dependency.
53         (cos-hash.lo): New target.
54         (hash-test): New target.
55
56         * cos.c (cos_release_object): Fixed.
57         (concord_object_get_feature_value): Use `fobj->value_table' as an
58         object cache.
59
60         * cos-i.h: Include "cos-hash.h".
61         (struct COS_Feature_ent): Moved from concord.c.
62
63         * concord.c: Include "cos-hash.h".
64         (struct COS_Feature_ent): Moved to cos-i.h.
65         (concord_genre_open_feature): Setup `table->value_table'.
66
67         * hash-test.c: New file.
68
69         * cos-hash.h: New file.
70
71         * cos-hash.c: New file.
72
73         * hash-i.h: New file.
74
75         * name.c: Include "hash-i.h".
76         (struct CONCORD_HASH_TABLE_ENTRY): Moved to hash-i.h.
77         (struct CONCORD_HASH_TABLE): Ditto.
78         (concord_make_hash_table): Move prototype to hash-i.h.
79         (concord_destroy_hash_table): Ditto.
80         (concord_hash_c_string): Ditto.
81
82 2013-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
83
84         * Makefile.in (ABI_VERSION): Update to 2:0:1.
85
86         * configure.in: Update version to 0.9.0; change mail-address to
87         chise-en@lists.chise.org.
88
89 2013-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
90
91         * Makefile.in (CONCORD_DB_FORMAT_VERSION): Changed to 1.0.
92
93 2013-04-21  MORIOKA Tomohiko  <tomo.git@chise.org>
94
95         * concord.h (concord_ds_p): New prototype.
96
97         * cos.c (concord_ds_p): New function.
98
99 2013-04-21  MORIOKA Tomohiko  <tomo.git@chise.org>
100
101         * cos.c (concord_object_get_feature_value): If
102         `concord_current_env' is not a valid CONCORD_DS object, set NULL.
103
104         * symbol.c (cos_release_symbol): Treat `composition' as a builtin
105         symbol.
106
107 2013-04-20  MORIOKA Tomohiko  <tomo.git@chise.org>
108
109         * cos.c (concord_decode_object): Delete printf to debug.
110         (concord_object_get_feature_value): Likewise.
111
112 2013-04-20  MORIOKA Tomohiko  <tomo.git@chise.org>
113
114         * cos.h (cos_Qcomposition): New variable.
115         (COS_NIL): New macro.
116         (COS_T): New macro.
117         (COS_COMPOSITION): New macro.
118
119         * symbol.c (cos_string_ent_composition): New variable.
120         (cos_symbol_ent_composition): New variable.
121         (cos_Qcomposition): New variable.
122         (cos_intern): Setup `composition'.
123
124 2013-04-20  MORIOKA Tomohiko  <tomo.git@chise.org>
125
126         * symbol.c (cos_release_symbol): Add check for builtin symbols.
127
128 2013-04-19  MORIOKA Tomohiko  <tomo.git@chise.org>
129
130         * concord.h (CONCORD_Genre_Table): Revived as an alias of
131         `COS_Genre_ent'.
132
133 2013-04-18  MORIOKA Tomohiko  <tomo.git@chise.org>
134
135         * symbol.c (cos_retain_symbol): Don't use `cos_retain_object'
136         recursively.
137         (cos_symbol_p): New function.
138         (cos_symbol_table_intern): Check type of each entry of the hash;
139         use `cos_retain_object' for the returned symbol.
140         (cos_print_symbol_table): New function.
141
142         * cos.c (cos_char_id): Fixed.
143         (cos_release_object): Fixed.
144         (cos_retain_cons): Don't use `cos_retain_object' recursively.
145         (cos_assoc): New function.
146         (cos_alist_get): New function.
147
148 2013-04-18  MORIOKA Tomohiko  <tomo.git@chise.org>
149
150         * read.c (is_delimiter): New function.
151         (cos_read_int): Use `is_delimiter'.
152         (cos_read_string): Fixed.
153         (cos_read_symbol): New function.
154         (cos_read_object): Use `cos_read_symbol' to support symbol.
155
156         * cos.h (cos_symbol_p): New prototype.
157         (cos_assoc): New prototype.
158         (cos_alist_get): New prototype.
159
160         * cos-read.h (cos_read_symbol): New prototype.
161
162 2013-04-17  MORIOKA Tomohiko  <tomo.git@chise.org>
163
164         * read.c (cos_skip_space): New function.
165         (cos_read_int): Fix to support separator.
166         (cos_read_list0): New function.
167         (cos_read_list): New function.
168         (cos_read_object): New function.
169
170         * print.c (cos_print_object): Fix duplicated `?' when printing a
171         character.
172
173         * cos.h (cos_cons_p): New prototype.
174
175         * cos.c (cos_cons_p): New function.
176         (concord_object_get_feature_value): Use `cos_read_object'.
177
178         * cos-read.h (cos_read_list): New prototype.
179         (cos_read_object): New prototype.
180
181 2013-04-16  MORIOKA Tomohiko  <tomo.git@chise.org>
182
183         * symbol.c (cos_make_symbol): Use `cos_retain_object' for
184         `obj->name'.
185         (cos_retain_symbol): New function.
186
187         * cos.c (COS_Object_retain_function_table): New variable.
188         (cos_retain_object): Call a retain-function in
189         `COS_Object_retain_function_table'.
190         (cos_retain_string): New function.
191         (cos_retain_cons): New function.
192         (cos_retain_container): New function.
193         (cos_retain_sexp): New function.
194         (cos_retain_binary): New function.
195         (cos_retain_ds): New function.
196         (cos_retain_genre): New function.
197         (cos_retain_feature): New function.
198         (cos_retain_index): New function.
199         (cos_retain_db_object): New function.
200
201         * cos-i.h (COS_Object_retain_function_table): New variable.
202         (cos_retain_string): New prototype.
203         (cos_retain_symbol): New prototype.
204         (cos_retain_cons): New prototype.
205         (cos_retain_container): New prototype.
206         (cos_retain_sexp): New prototype.
207         (cos_retain_binary): New prototype.
208         (cos_retain_ds): New prototype.
209         (cos_retain_genre): New prototype.
210         (cos_retain_feature): New prototype.
211         (cos_retain_index): New prototype.
212         (cos_retain_db_object): New prototype.
213
214 2013-04-16  MORIOKA Tomohiko  <tomo.git@chise.org>
215
216         * Makefile.in (symbol-test): New target.
217
218 2013-04-16  MORIOKA Tomohiko  <tomo.git@chise.org>
219
220         * name.c (concord_name_table_grow): Release old `table->data'.
221
222         * cos.h: Include <stdlib.h>.
223         (cos_Qnil): New variable.
224         (cos_Qt): New variable.
225         (cos_print_object): New prototype.
226
227         * symbol.c (cos_string_ent_nil): New variable.
228         (cos_symbol_ent_nil): New variable.
229         (cos_Qnil): New variable.
230         (cos_string_ent_t): New variable.
231         (cos_symbol_ent_t): New variable.
232         (cos_Qt): New variable.
233         (cos_intern): Setup `nil' and `t'.
234         (cos_symbol_table_grow): Release old `table->data'.
235
236         * print.c (cos_print_object): New function.
237
238 2013-04-16  MORIOKA Tomohiko  <tomo.git@chise.org>
239
240         * cos.c (COS_Object_release_function_table): Add
241         `cos_release_cons'.
242         (cos_retain_object): Use `COS_OBJECT_P' to check `obj' is a fat
243         object.
244         (cos_release_object): Likewise.
245         (cos_cons): New function.
246         (cos_release_cons): New function.
247         (cos_car): New function.
248         (cos_cdr): New function.
249
250         * cos-i.h (enum COS_Object_Type): Add COS_Object_Type_Cons.
251         (COS_OBJECT_CONS_P): New macro.
252         (struct COS_Cons_ent): New structure.
253         (COS_CAR): New macro.
254         (COS_CDR): New macro.
255         (cos_release_cons): New prototype.
256
257         * cos.h (struct COS_Cons_ent): New structure.
258         (COS_Cons): New type.
259         (cos_cons): New prototype.
260         (cos_car): New prototype.
261         (cos_cdr): New prototype.
262
263 2013-04-15  MORIOKA Tomohiko  <tomo.git@chise.org>
264
265         * cos.c (concord_object_get_feature_value): Use `cos_read_int' to
266         parse integer.
267
268         * read.c: Include <ctype.h>.
269         (cos_read_int): New function.
270
271         * cos-read.h (cos_read_int): New prototype.
272
273 2013-04-14  MORIOKA Tomohiko  <tomo.git@chise.org>
274
275         * cos.c (cos_string_p): New function.
276         (concord_object_get_feature_value): Use `cos_read_char' and
277         `cos_read_string' to parse character and string.
278
279         * read.c (cos_read_string): New function.
280
281         * cos.h (cos_string_p): New prototype.
282
283         * cos-read.h: Include "cos.h".
284         (cos_read_string): New prototype.
285
286 2013-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
287
288         * cos.c: Include "cos-print.h".
289         (concord_current_env): New variable.
290         (concord_open_env): Setup `concord_current_env'.
291         (concord_object_get_feature_value): New function.
292
293 2013-04-04  MORIOKA Tomohiko  <tomo.git@chise.org>
294
295         * print.c:
296         - Don't include <stdlib.h>.
297         - Include "cos-i.h".
298         (cos_utf8_encode_char): Renamed from `cos_encode_char_as_utf8'.
299         (cos_utf8_print_char): New function.
300
301         * cos-print.h: Include stdlib.h and cos.h.
302         (cos_utf8_encode_char): Renamed from `cos_encode_char_as_utf8'.
303         (cos_utf8_print_char): New prototype.
304
305         * concord.h (concord_object_get_feature_value): New prototype.
306
307 2013-04-02  MORIOKA Tomohiko  <tomo.git@chise.org>
308
309         * print.c: New file.
310
311         * cos-print.h: New file.
312
313         * Makefile.in (OBJS): Add print.lo.
314         (print.lo): New target.
315
316 2013-04-01  MORIOKA Tomohiko  <tomo.git@chise.org>
317
318         * concord.c (struct COS_DS_ent): Delete member `symbol_names'.
319         (concord_open_ds): Delete code to initialize `ds->symbol_names'.
320         (concord_close_ds): Delete code to destroy `ds->symbol_names'.
321
322 2013-03-30  MORIOKA Tomohiko  <tomo.git@chise.org>
323
324         * cos-read.h: New file.
325
326         * cos.h: New file.
327
328         * symbol.c: New file.
329
330         * cos-i.h: New file.
331
332         * cos.c: New file.
333
334         * concord-bdb.c: Move code to include "config.h" into sysdep.h.
335
336         * concord.c:
337         - Move code to include "config.h" into sysdep.h.
338         - Include "cos-i.h".
339         (concord_close_genre): Move prototype into cos-i.h.
340         (concord_close_feature): Likewise.
341         (concord_close_index): Likewise.
342         (struct CONCORD_Object_Header): Renamed to `COS_Object_Header';
343         moved to cos-i.h; add new member `reference_count'.
344         (CONCORD_OBJECT_TYPE_NULL): Renamed to `COS_Object_Type_NULL';
345         moved to cos-i.h; use `enum COS_Object_Type'.
346         (CONCORD_OBJECT_TYPE_C_STRING): Renamed to
347         `COS_Object_Type_C_String'; moved to cos-i.h; use `enum
348         COS_Object_Type'.
349         (CONCORD_OBJECT_TYPE_INT): Renamed to `COS_Object_Type_int'; moved
350         to cos-i.h; use `enum COS_Object_Type'.
351         (CONCORD_OBJECT_TYPE_DS): Renamed to `COS_Object_Type_DS'; moved
352         to cos-i.h; use `enum COS_Object_Type'.
353         (CONCORD_OBJECT_TYPE_GENRE): Renamed to `COS_Object_Type_Genre';
354         moved to cos-i.h; use `enum COS_Object_Type'.
355         (CONCORD_OBJECT_TYPE_FEATURE): Renamed to
356         `COS_Object_Type_Feature'; moved to cos-i.h; use `enum
357         COS_Object_Type'.
358         (CONCORD_OBJECT_TYPE_INDEX): Renamed to
359         `COS_Object_Type_Feature_INDEX'; moved to cos-i.h; use `enum
360         COS_Object_Type'.
361         (CONCORD_OBJECT_TYPE_OBJECT): Renamed to
362         `COS_Object_Type_DB_Object'; moved to cos-i.h; use `enum
363         COS_Object_Type'.
364         (struct CONCORD_DS_Table): Renamed to `struct COS_DS_ent'; add new
365         member `symbol_names'.
366         (concord_open_ds): Use `COS_ALLOCATE_OBJECT'; initialize
367         `ds->symbol_names'.
368         (concord_close_ds): Destroy `ds->symbol_names'.
369         (struct CONCORD_Genre_Table): Renamed to `struct COS_Genre_ent'.
370         (concord_ds_open_genre): Use `COS_ALLOCATE_OBJECT'.
371         (struct CONCORD_Feature_Table): Renamed to `struct
372         COS_Feature_ent'.
373         (concord_genre_open_feature): Use `COS_ALLOCATE_OBJECT'.
374         (struct CONCORD_INDEX_Table): Renamed to `struct
375         COS_Feature_INDEX_ent'.
376         (concord_genre_open_index): Use `COS_ALLOCATE_OBJECT'.
377         (concord_index_get_name): New function.
378         (concord_index_get_genre): New function.
379
380         * concord.h: Include <cos.h>.
381         (CONCORD_Object): Use `COS_Object' instead of `void*' as the type.
382         (COS_DS_ent): Renamed from `CONCORD_DS_Table'.
383         (COS_DS): New type.
384         (CONCORD_DS): Use `COS_DS' instead of `CONCORD_DS_Table*' as the
385         type.
386         (concord_open_env): New prototype.
387         (COS_Genre_ent): Renamed from `CONCORD_Genre_Table'.
388         (COS_Genre): New type.
389         (CONCORD_Genre): Use `COS_Genre' instead of `CONCORD_Genre_Table*'
390         as the type.
391         (concord_get_genre): New prototype.
392         (COS_Feature_ent): Renamed from `CONCORD_Feature_Table'.
393         (COS_Feature): New type.
394         (CONCORD_Feature): Use `COS_Feature' instead of
395         `CONCORD_Feature_Table*' as the type.
396         (concord_get_feature): New prototype.
397         (COS_Feature_INDEX_ent): Renamed from `CONCORD_INDEX_Table'.
398         (COS_Feature_INDEX): New type.
399         (CONCORD_INDEX): Use `COS_Feature_INDEX' instead of
400         `CONCORD_INDEX_Table*' as the type.
401         (concord_get_feature_index): New prototype.
402         (concord_index_get_name): New prototype.
403         (concord_index_get_genre): New prototype.
404         (concord_decode_object): New prototype.
405
406         * sysdep.h: Include "config.h" if `HAVE_CONFIG_H' is defined.
407
408 2013-03-30  MORIOKA Tomohiko  <tomo.git@chise.org>
409
410         * read.c: New file.
411
412 2013-03-29  MORIOKA Tomohiko  <tomo.git@chise.org>
413
414         * Makefile.in (localstatedir): New variable.
415         (CONCORD_DB_PREFIX): New variable.
416         (CONCORD_DB_FORMAT_VERSION): New variable.
417         (CONCORD_DB_DIR): New variable.
418         (CONCORD_SI_DB_DIR): New variable.
419         (CONCORD_CFLAGS): New variable.
420         (HEADERS): Add cos.h.
421         (OBJS): Add cos.lo, symbol.lo and read.lo.
422         (cos.lo): New target.
423         (symbol.lo): New target.
424         (read.lo): New target.
425         (concord.lo): Depend on cos-i.h and cos.h.
426
427 2013-03-22  MORIOKA Tomohiko  <tomo.git@chise.org>
428
429         * name.c (concord_hash_c_string): Use `unsigned long' instead of
430         int' as the type of return value.
431
432 2013-03-21  MORIOKA Tomohiko  <tomo.git@chise.org>
433
434         * config.h.in (SIZEOF_INT): New macro.
435         (SIZEOF_LONG): New macro.
436         (SIZEOF_LONG_LONG): New macro.
437         (SIZEOF_VOID_P): New macro.
438         (BITS_PER_CHAR): New macro.
439
440         * configure.in: Add `AC_CHECK_SIZEOF(int)',
441         `AC_CHECK_SIZEOF(long)', `AC_CHECK_SIZEOF(long long)' and
442         `AC_CHECK_SIZEOF(void *)'.
443
444 2011-10-31  MORIOKA Tomohiko  <tomo.git@chise.org>
445
446         * Makefile.in (ABI_VERSION): Update to 1:0:1.
447
448         * concord.c (struct CONCORD_Object_Header): New structure.
449         (CONCORD_OBJECT_TYPE_NULL): New macro.
450         (CONCORD_OBJECT_TYPE_C_STRING): New macro.
451         (CONCORD_OBJECT_TYPE_INT): New macro.
452         (CONCORD_OBJECT_TYPE_DS): New macro.
453         (CONCORD_OBJECT_TYPE_GENRE): New macro.
454         (CONCORD_OBJECT_TYPE_FEATURE): New macro.
455         (CONCORD_OBJECT_TYPE_INDEX): New macro.
456         (CONCORD_OBJECT_TYPE_OBJECT): New macro.
457         (struct CONCORD_DS_Table): Add new member `header'.
458         (concord_open_ds): Setup ds->header.
459         (struct CONCORD_Genre_Table): Add new member `header'.
460         (concord_ds_open_genre): Setup ds->header.
461         (struct CONCORD_Feature_Table): Add new member `header'.
462         (concord_genre_open_feature): Setup ds->header.
463         (struct CONCORD_INDEX_Table): Add new member `header'.
464         (concord_genre_open_index): Setup ds->header.
465
466 2012-07-07  MORIOKA Tomohiko  <tomo.git@chise.org>
467
468         * configure.in: Support db5 in Fink.
469
470 2012-04-25  MORIOKA Tomohiko  <tomo.git@chise.org>
471
472         * README.en (Reporting Bugs): Modify for
473         chise-{en|ja}@lists.chise.org.
474
475 2012-04-09  MORIOKA Tomohiko  <tomo.git@chise.org>
476
477         * README.en: Remove descriptions about CVS and add description
478         about the new Git repository.
479
480 2012-02-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
481
482         * configure.in:
483         - Don't use "AC_CHECK_FUNCS(strnlen)".
484         - When $ac_cv_func_strnlen_working = "yes", define HAVE_STRNLEN.
485
486 2011-08-24  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
487
488         * Makefile.in (CFLAGS): Add $(DEFS).
489
490 \f
491 2010-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
492
493         * Concord 0.0.2 released.
494
495         * configure.in: Update version to 0.0.2.
496
497 2008-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
498
499         * configure.in: Add settings for --with-site-includes=PATH and
500         --with-site-libraries=PATH.
501
502 \f
503 2008-05-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
504
505         * Concord 0.0.1 released.
506
507 2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
508
509         * Makefile.in (MKDIR): New variable.
510         (install.h): Make $(INCLUDE_INSTALLDIR).
511         (install.libs): Make $(LIB_INSTALLDIR).
512
513 2006-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
514
515         * configure.in: Update version to 0.0.1.
516
517         * Makefile.in (libconcord.la): Specify `-no-undefined' to avoid
518         error on Cygwin [suggested by KAMICHI Koichi <kamichi@fonts.jp>].
519         (concord.lo): Specify `--mode=compile'.
520         (concord-bdb.lo): ditto.
521         (name.lo): ditto.
522         (install.libs): Specify `--mode=install'.
523
524 \f
525 2006-05-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
526
527         * Concord 0.0.0 released.
528
529         * Makefile.in (tar): Fixed.
530
531 2006-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
532
533         * concord.c (concord_ds_open_genre): Use <char*> instead of
534         <unsigned char*> for genre-name.
535         (concord_genre_open_feature): Likewise.
536         (concord_genre_open_index): Use <char*> instead of <unsigned
537         char*> for index-name.
538         (concord_genre_get_feature_0): Use <char*> instead of <unsigned
539         char*> for feature-name.
540         (struct CONCORD_DS_Table): Use <char*> instead of <unsigned char*>
541         for member `location'.
542         (concord_default_read_object): Cast to avoid warning.
543         (concord_open_ds): Use <char*> instead of <unsigned char*> for
544         ds->location.
545         (concord_ds_foreach_genre_name): Use <char*> instead of <unsigned
546         char*> for ds->location; cast to avoid warning.
547         (struct CONCORD_Genre_Table): Use <char*> instead of <unsigned
548         char*> for member `name'.
549         (concord_ds_open_genre): Use <char*> instead of <unsigned char*>
550         for genre-name.
551         (concord_genre_foreach_feature_name): Use <char*> instead of
552         <unsigned char*> for ds->location.
553         (concord_genre_get_feature_0): Use <char*> instead of <unsigned
554         char*> for genre-name.
555         (concord_genre_get_feature): Use <char*> instead of <unsigned
556         char*> for t_name.
557         (struct CONCORD_Feature_Table): Use <char*> instead of <unsigned
558         char*> for member `name'.
559         (concord_genre_open_feature): Use <char*> instead of <unsigned
560         char*> for feature-name.
561         (concord_obj_gets_feature_value): Cast to avoid warning.
562         (struct CONCORD_INDEX_Table): Use <char*> instead of <unsigned
563         char*> for member `name'.
564         (concord_genre_open_index): Use <char*> instead of <unsigned
565         char*> for index-name.
566         (concord_index_strid_put_obj): Cast to avoid warning.
567
568         * name.c, concord-name.h (concord_name_table_put): Use <char*>
569         instead of <unsigned char*> for key.
570         (concord_name_table_get): Likewise.
571
572 2006-04-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
573
574         * concord-bdb.c, concord-bdb.h (CONCORD_BDB_open): Use <char*>
575         instead of <unsigned char*> for db_dir, genre, key_type and name.
576         (CONCORD_BDB_get): Use <char*> instead of <unsigned char*> for
577         key.
578         (CONCORD_BDB_put): Likewise.
579
580         * concord.c, concord.h (concord_open_ds): Use <char*> instead of
581         <unsigned char*> for location.
582         (concord_ds_location): Likewise.
583         (concord_ds_foreach_genre_name): Use <char*> instead of <unsigned
584         char*> for genre-name.
585         (concord_ds_get_genre): Likewise.
586         (concord_genre_get_name): Likewise.
587         (concord_genre_foreach_feature_name): Likewise.
588         (concord_genre_get_feature): Use <char*> instead of <unsigned
589         char*> for feature-name.
590         (concord_feature_get_name): Likewise.
591         (concord_obj_put_feature_value_str): Use <char*> instead of
592         <unsigned char*> for object-id.
593         (concord_obj_get_feature_value): Likewise.
594         (concord_obj_get_feature_value_string): Likewise.
595         (concord_obj_gets_feature_value): Likewise.
596         (concord_genre_get_index): Use <char*> instead of <unsigned char*>
597         for index-name.
598         (concord_index_strid_put_obj): Use <char*> instead of <unsigned
599         char*> for indexer and object-id.
600         (concord_index_strid_get_obj_string): Use <char*> instead of
601         <unsigned char*> for indexer.
602
603 2006-02-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
604
605         * README.en: New file.
606
607 2005-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
608
609         * concord.h (concord_genre_get_name): New prototype.
610         (concord_feature_get_genre): New prototype.
611
612         * concord.c (concord_genre_get_name): New function.
613         (concord_feature_get_genre): New function.
614
615 2005-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
616
617         * concord.c (concord_ds_set_object_failure): Renamed from
618         `concord_ds_set_object_nil'.
619         (concord_genre_get_feature_0): New function.
620         (concord_genre_get_feature): New implementation; use
621         `concord_genre_get_feature_0'; support feature alias.
622
623 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
624
625         * concord.h (concord_ds_set_object_failure): Renamed from
626         `concord_ds_set_object_nil'.
627
628 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
629
630         * concord.c, concord.h (concord_obj_put_feature_value_str):
631         Renamed from `concord_stroid_set_feature_str'.
632         (concord_obj_get_feature_value): Renamed from
633         `concord_stroid_get_feature_object'.
634         (concord_obj_get_feature_value_string): Renamed from
635         `concord_stroid_get_feature_string'.
636         (concord_obj_gets_feature_value): Renamed from
637         `concord_stroid_gets_feature'.
638         (concord_feature_foreach_obj_string): Renamed from
639         `concord_feature_foreach_object_string'.
640         (concord_index_strid_get_obj_string): Renamed from
641         `concord_index_strid_get_object_string'.
642         (concord_index_strid_put_obj): Renamed from
643         `concord_index_strid_set_object_str'.
644
645 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
646
647         * concord.c, concord.h (concord_close_ds): Renamed from
648         `CONCORD_DS_close'.
649
650 2005-06-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
651
652         * concord-bdb.c, concord-bdb.h, concord.c, concord.h: New files.
653
654 2005-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
655
656         * Makefile.in: New file.
657
658 2005-06-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
659
660         * sysdep.h: New file.
661
662 2005-06-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
663
664         * aclocal.m4, concord-name.h, config.h.in, configure.in,
665         config.guess, config.sub, install-sh, ltmain.sh, name.c: New
666         files.