From a778618ff4a07715a71d3e493a8fff9696b5a105 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 18 Apr 2013 11:21:44 +0900 Subject: [PATCH] update. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- 1.7.10.4