(cos_read_int): New prototype.
[chise/concord.git] / ChangeLog
index 4b6f3f7..99b7c6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,56 @@
+2013-04-14  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cos.c (cos_string_p): New function.
+       (concord_object_get_feature_value): Use `cos_read_char' and
+       `cos_read_string' to parse character and string.
+
+       * read.c (cos_read_string): New function.
+
+       * cos.h (cos_string_p): New prototype.
+
+       * cos-read.h: Include "cos.h".
+       (cos_read_string): New prototype.
+
+2013-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cos.c: Include "cos-print.h".
+       (concord_current_env): New variable.
+       (concord_open_env): Setup `concord_current_env'.
+       (concord_object_get_feature_value): New function.
+
+2013-04-04  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * print.c:
+       - Don't include <stdlib.h>.
+       - Include "cos-i.h".
+       (cos_utf8_encode_char): Renamed from `cos_encode_char_as_utf8'.
+       (cos_utf8_print_char): New function.
+
+       * cos-print.h: Include stdlib.h and cos.h.
+       (cos_utf8_encode_char): Renamed from `cos_encode_char_as_utf8'.
+       (cos_utf8_print_char): New prototype.
+
+       * concord.h (concord_object_get_feature_value): New prototype.
+
+2013-04-02  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * print.c: New file.
+
+       * cos-print.h: New file.
+
+       * Makefile.in (OBJS): Add print.lo.
+       (print.lo): New target.
+
+2013-04-01  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord.c (struct COS_DS_ent): Delete member `symbol_names'.
+       (concord_open_ds): Delete code to initialize `ds->symbol_names'.
+       (concord_close_ds): Delete code to destroy `ds->symbol_names'.
+
 2013-03-30  MORIOKA Tomohiko  <tomo.git@chise.org>
 
+       * cos-read.h: New file.
+
        * cos.h: New file.
 
        * symbol.c: New file.