diff options
| author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-02 17:24:30 +0000 |
|---|---|---|
| committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-02 17:24:30 +0000 |
| commit | e8237c5b3268cda18a4e90c9578760d1fa866a8a (patch) | |
| tree | 20592e41411485401ebdd81a317d47c71f3831ce /ChangeLog | |
| parent | 362f70c3cfb861c543ebb99f4ee816ad02dd3785 (diff) | |
merge revision(s) 39236: [Backport #7841]
* class.c (include_modules_at): detect cyclic prepend with original
method table. [ruby-core:52205] [Bug #7841]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Mar 3 02:22:56 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * class.c (include_modules_at): detect cyclic prepend with original + method table. [ruby-core:52205] [Bug #7841] + Sun Mar 3 02:16:24 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm_method.c: call method_removed hook on called class, not on |
