From 2285a8d813814e936484d302dacf1ff39e40e33c Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 26 Oct 2010 17:27:21 +0000 Subject: * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, include/ruby/ruby.h: separate RCLASS_CONST_TBL from RCLASS_IV_TBL. RCLASS_IV_TBL has contained not only instance variable table but also constant table. Now the two table are separated to RCLASS_CONST_TBL and RCLASS_IV_TBL. This is a preparation for private constant (see [ruby-dev:39685][ruby-core:32698]). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdfd4cb3a3..376a32f076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 27 01:56:34 2010 Yusuke Endoh + + * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, + include/ruby/ruby.h: separate RCLASS_CONST_TBL from RCLASS_IV_TBL. + RCLASS_IV_TBL has contained not only instance variable table but + also constant table. Now the two table are separated to + RCLASS_CONST_TBL and RCLASS_IV_TBL. This is a preparation for + private constant (see [ruby-dev:39685][ruby-core:32698]). + Tue Oct 26 18:51:00 2010 NARUSE, Yui * lib/scanf.rb (extract_float): allow 2.e+2 style. -- cgit v1.2.3