aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorcharliesome <charliesome@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 14:01:32 +0000
committercharliesome <charliesome@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-18 14:01:32 +0000
commit65dc35a58245f9afa529803450318c8067bca786 (patch)
tree7713c00eb8a3438e31485cd58886b6c6a8cadf95 /ChangeLog
parent0a3f79310f0135c1f48af0b5147e9bd0b830bd16 (diff)
downloadruby-65dc35a58245f9afa529803450318c8067bca786.tar.gz
* vm_insnhelper.c (vm_call_method): ensure methods of type
VM_METHOD_TYPE_ATTR_SET are called with 1 argument * test/ruby/test_module.rb (class TestModule): add test git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54231022a8..b72015f78b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Jun 18 22:01:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
+
+ * vm_insnhelper.c (vm_call_method): ensure methods of type
+ VM_METHOD_TYPE_ATTR_SET are called with 1 argument
+
+ * test/ruby/test_module.rb (class TestModule): add test
+
+ [ruby-core:55543] [Bug #8540]
+
Tue Jun 18 22:36:23 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (gc_profile_record_flag): reason seems like one-hot encoding.