From b88c9aa1fe0ec07db14544939f9001d66de1bd0a Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 26 Oct 2010 17:27:44 +0000 Subject: * object.c (Init_Object), constant.h, variable.c (rb_mod_private_constant, rb_mod_public_constant, set_const_visibility, rb_const_get_0): add Module#public_constant and private_constant. [ruby-dev:39685][ruby-core:32698] * test/ruby/test_module.rb: add tests for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 585a6c8dda..93abe653ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 27 02:12:10 2010 Yusuke Endoh + + * object.c (Init_Object), constant.h, variable.c + (rb_mod_private_constant, rb_mod_public_constant, + set_const_visibility, rb_const_get_0): add Module#public_constant + and private_constant. [ruby-dev:39685][ruby-core:32698] + + * test/ruby/test_module.rb: add tests for above. + Wed Oct 27 02:02:54 2010 Yusuke Endoh * class.c, constant.h, gc.c, method.h, object.c, variable.c, -- cgit v1.2.3