update.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 14 Apr 2013 09:35:42 +0000 (18:35 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 14 Apr 2013 09:35:42 +0000 (18:35 +0900)
ChangeLog

index 736f8c1..99b7c6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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".