From 3e1f00c768ebef7df8931f0f242267014e33ec55 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 7 Jul 2009 08:00:44 +0000 Subject: * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct like as obj_free(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 92a813585..cf68408a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ -Tue Jul 7 16:54:24 2009 Nobuyoshi Nakada +Tue Jul 7 17:00:38 2009 Nobuyoshi Nakada + + * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct like + as obj_free(). * error.c (rb_typed_struct_is_kind_of): new function to see if the given typed struct. -Tue Jul 7 13:44:49 2009 Nobuyoshi Nakada - * error.c (rb_check_typed_struct): new function to check typed struct. -- cgit