summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 05:51:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 05:51:14 +0000
commit304850801475722c686e31c93f82e18ede93ba05 (patch)
tree63376683c7df7ef30e67d683904694ad9592114d /ChangeLog
parent609c7420d77aed3492648b6dae7adf118d3a8ab9 (diff)
vm_method.c: rb_method_entry_at
* vm_method.c (rb_method_entry_at): return the method entry for id at klass, without ancestors. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43ceb05184..4b4ebd55f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Mon May 13 14:50:35 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Mon May 13 14:51:12 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm_method.c (rb_method_entry_at): return the method entry for id at
+ klass, without ancestors.
* class.c (rb_singleton_class_get): get the singleton class if exists,
or nil.