From 60b503a34be005a31bed11acf598b7377c077531 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 16 Apr 2013 17:53:25 +0900 Subject: [PATCH] update. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 518d8e3..29438b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ 2013-04-16 MORIOKA Tomohiko + * name.c (concord_name_table_grow): Release old `table->data'. + + * cos.h: Include . + (cos_Qnil): New variable. + (cos_Qt): New variable. + (cos_print_object): New prototype. + + * symbol.c (cos_string_ent_nil): New variable. + (cos_symbol_ent_nil): New variable. + (cos_Qnil): New variable. + (cos_string_ent_t): New variable. + (cos_symbol_ent_t): New variable. + (cos_Qt): New variable. + (cos_intern): Setup `nil' and `t'. + (cos_symbol_table_grow): Release old `table->data'. + + * print.c (cos_print_object): New function. + +2013-04-16 MORIOKA Tomohiko + * cos.c (COS_Object_release_function_table): Add `cos_release_cons'. (cos_retain_object): Use `COS_OBJECT_P' to check `obj' is a fat -- 1.7.10.4