From 0f0b60ea86af7fd9db03639a8a92d63a49e94f24 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 2 Aug 2013 14:58:11 +0000 Subject: * vm.c (m_core_define_method, m_core_define_singleton_method): now the value of def-expr is the Symbol of the name of the method, not nil. ref. [ruby-dev:42151] [Feature #3753] * test/ruby/test_syntax.rb (TestSyntax#test_value_of_def): test for above changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c342313d5..c9ddbf848c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Aug 2 23:57:57 2013 NAKAMURA Usaku + + * vm.c (m_core_define_method, m_core_define_singleton_method): now + the value of def-expr is the Symbol of the name of the method, not + nil. + ref. [ruby-dev:42151] [Feature #3753] + + * test/ruby/test_syntax.rb (TestSyntax#test_value_of_def): test for + above changes. + Fri Aug 2 23:54:11 2013 Masaki Matsushita * array.c (rb_ary_zip): performance improvement by avoiding -- cgit v1.2.3