From: MORIOKA Tomohiko Date: Sun, 14 Apr 2013 09:35:42 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=835e827b33a75113bca64a8daf263c4b6b81d94f update. --- diff --git a/ChangeLog b/ChangeLog index 736f8c1..99b7c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2013-04-14 MORIOKA Tomohiko + + * 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 * cos.c: Include "cos-print.h".