update.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 18 Apr 2013 02:21:44 +0000 (11:21 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 18 Apr 2013 02:21:44 +0000 (11:21 +0900)
ChangeLog

index 24ded0b..08c8e4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2013-04-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * read.c (cos_skip_space): New function.
+       (cos_read_int): Fix to support separator.
+       (cos_read_list0): New function.
+       (cos_read_list): New function.
+       (cos_read_object): New function.
+
+       * print.c (cos_print_object): Fix duplicated `?' when printing a
+       character.
+
+       * cos.h (cos_cons_p): New prototype.
+
+       * cos.c (cos_cons_p): New function.
+       (concord_object_get_feature_value): Use `cos_read_object'.
+
+       * cos-read.h (cos_read_list): New prototype.
+       (cos_read_object): New prototype.
+
 2013-04-16  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * symbol.c (cos_make_symbol): Use `cos_retain_object' for
 2013-04-16  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * symbol.c (cos_make_symbol): Use `cos_retain_object' for