From bc02b02778ca73eb64e803216e19650cd224798f Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 25 Dec 2007 08:49:09 +0000 Subject: * vm.c (rb_frame_method_id_and_class): new function to get the method id and class of the current frame. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2e5660dc..33739f3e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 25 17:48:28 2007 Shugo Maeda + + * vm.c (rb_frame_method_id_and_class): new function to get the + method id and class of the current frame. + Tue Dec 25 17:32:04 2007 Akinori MUSHA * lib/mkmf.rb (create_makefile): Add a missing dependency on the -- cgit