X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=ChangeLog;h=99b7c6fca6b104c865f7d1dc66b4ad76c73b0e69;hp=736f8c184f6cd9003627b8187e1e6751f8c3b305;hb=835e827b33a75113bca64a8daf263c4b6b81d94f;hpb=bc990fef0a2272d8634efca16dec7dd553c9fcc8 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".