From 9e05d6d92a655f68bb6b2791f62d21d26f5ba73e Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 20 Feb 2007 06:16:04 +0000 Subject: * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() to vm.c from eval.c. change th_call_super() to static function. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2eea901b8..327587fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 20 15:11:42 2007 Koichi Sasada + + * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() to + vm.c from eval.c. change th_call_super() to static function. + Tue Feb 20 15:08:25 2007 Koichi Sasada * test/io/nonblock/test_flush.rb: YARV doesn't raise any errors if -- cgit