From: MORIOKA Tomohiko Date: Thu, 18 Apr 2013 02:21:44 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a778618ff4a07715a71d3e493a8fff9696b5a105;p=chise%2Fconcord.git update. --- diff --git a/ChangeLog b/ChangeLog index 24ded0b..08c8e4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2013-04-17 MORIOKA Tomohiko + + * 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 * symbol.c (cos_make_symbol): Use `cos_retain_object' for