From 467830e86751e864410791334e36c4c8c4d54937 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 17 Dec 2014 03:20:58 +0000 Subject: compile.c: struct accessors * compile.c (rb_method_for_self_aref, rb_method_for_self_aset): move from iseq.c to build from node instead of arrays. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a008fc4015..951694ad0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 17 12:20:56 2014 Nobuyoshi Nakada + + * compile.c (rb_method_for_self_aref, rb_method_for_self_aset): + move from iseq.c to build from node instead of arrays. + Wed Dec 17 10:50:09 2014 SHIBATA Hiroshi * test/gdbm/test_gdbm.rb: Added test for each_key called without a block. -- cgit v1.2.3