From 1bcee938d5f4a0a70d492c1c1c13ec29f24980ea Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 21 Dec 2015 09:40:58 +0000 Subject: * gc.c (internal_object_p): should not expose singleton classes without a metaclass. [Bug #11740] * class.c (rb_singleton_class_has_metaclass_p): added. * test/ruby/test_class.rb: add a test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb03e2df6c..6cf7a0f0eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Dec 21 18:33:00 2015 Koichi Sasada + + * gc.c (internal_object_p): should not expose singleton classes + without a metaclass. + [Bug #11740] + + * class.c (rb_singleton_class_has_metaclass_p): added. + + * test/ruby/test_class.rb: add a test. + Mon Dec 21 12:15:32 2015 Kimura Wataru * test/ruby/test_io.rb: handled rlimit value same as r52277 -- cgit v1.2.3