summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-20 14:25:07 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-20 14:25:07 +0000
commit66babf17e8a6d1264e8701335100c6342ca6172c (patch)
tree97c90928e9a0b8fe358fc54b8e4bc8f455fdb78f /ChangeLog
parent9f89f69769222d099d5d9a2becbfda6ae77af98d (diff)
downloadruby-66babf17e8a6d1264e8701335100c6342ca6172c.tar.gz
ruby-66babf17e8a6d1264e8701335100c6342ca6172c.tar.xz
ruby-66babf17e8a6d1264e8701335100c6342ca6172c.zip
* eval_proc.c (method_receiver): add new method to get the bound
receiver of the method object. [ruby-talk:234949] * eval_proc.c (method_name): new method to get the name of a method. * eval_proc.c (method_owner): a new method to get the class or module that defines the method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86426de14..bc26090b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,17 @@ Sat Jan 20 11:18:49 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* test/win32ole/test_win32ole.rb: ditto.
+Sat Jan 20 06:45:21 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * eval_proc.c (method_receiver): add new method to get the bound
+ receiver of the method object. [ruby-talk:234949]
+
+ * eval_proc.c (method_name): new method to get the name of a
+ method.
+
+ * eval_proc.c (method_owner): a new method to get the class or
+ module that defines the method.
+
Fri Jan 19 17:12:23 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c (Init_win32ole): add WIN32OLE_VARIANT::Empty,