summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 12:50:48 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 12:50:48 +0000
commitbe40bdbad7f2ca2cf980f89a541336111c3c29de (patch)
tree3572ee73442aed458858b9e03a14983cf6060ba3 /ChangeLog
parentd274933b1371a2569f0adde526496e18891a58c4 (diff)
* vm_method.c (rb_alias): treats an alias as if it is a newly defined
method so that oklass in a method cache refers the class on which the aliasing occured. [ruby-core:26074] (#2202). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42714a301f..d66eacd296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jan 30 18:09:36 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * vm_method.c (rb_alias): treats an alias as if it is a newly defined
+ method so that oklass in a method cache refers the class on which the
+ aliasing occured.
+ [ruby-core:26074] (#2202).
+
Sat Jan 30 17:58:28 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* .gdbinit: follows r24470.