diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-20 06:16:04 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-20 06:16:04 +0000 |
| commit | 9e05d6d92a655f68bb6b2791f62d21d26f5ba73e (patch) | |
| tree | c804d96b9f60f5ee4435c10edd2a3a63c8c935b2 /ChangeLog | |
| parent | 54e2c590468a42e940eb4b0962d8f4d3c9a5f92b (diff) | |
| download | ruby-9e05d6d92a655f68bb6b2791f62d21d26f5ba73e.tar.gz ruby-9e05d6d92a655f68bb6b2791f62d21d26f5ba73e.tar.xz ruby-9e05d6d92a655f68bb6b2791f62d21d26f5ba73e.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Feb 20 15:11:42 2007 Koichi Sasada <ko1@atdot.net> + + * 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 <ko1@atdot.net> * test/io/nonblock/test_flush.rb: YARV doesn't raise any errors if |
