From d7eb7bbccef6da8951c8a2427354f87156918909 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 13 Jul 2016 07:08:32 +0000 Subject: * gc.c (gc_mark_roots): should mark the VM object itself to mark singleton class of the VM object. Before this patch, we only set mark bit for the VM object and invoke mark function separately. [Bug #12583] * test/ruby/test_gc.rb: add a test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 97443227e8..654f9712b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Jul 13 16:08:08 2016 Koichi Sasada + + * gc.c (gc_mark_roots): should mark the VM object itself to mark + singleton class of the VM object. + Before this patch, we only set mark bit for the VM object and + invoke mark function separately. + [Bug #12583] + + * test/ruby/test_gc.rb: add a test. + Wed Jul 13 15:59:59 2016 NAKAMURA Usaku * math.c (_USE_MATH_DEFINES): it must be set before including internal.h -- cgit v1.2.3