ruby-cvs:24946
From: ko1 ruby-lang.org
Date: Mon, 30 Jun 2008 02:26:18 +0900 (JST)
Subject: [ruby-cvs:24946] Ruby:r17723 (trunk): * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name
ko1 2008-06-30 02:26:16 +0900 (Mon, 30 Jun 2008)
New Revision: 17723
Modified files:
trunk/ChangeLog
trunk/include/ruby/ruby.h
trunk/iseq.c
trunk/test/ruby/test_method.rb
trunk/test/ruby/test_settracefunc.rb
trunk/vm.c
trunk/vm_core.h
trunk/vm_dump.c
Log:
* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name
VM -> RubyVM, and rename rb_cVM -> rb_cRubyVM.
"VM" is too short name for class.
* test/ruby/test_method.rb, test/ruby/test_settracefunc.rb: ditto.
* include/ruby/ruby.h: rb_cRubyVM, rb_cEnv, rb_cISeq should not be
exposed.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_dump.c?r1=17723&r2=17722&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/ruby.h?r1=17723&r2=17722&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=17723&r2=17722&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_core.h?r1=17723&r2=17722&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/iseq.c?r1=17723&r2=17722&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=17723&r2=17722&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_settracefunc.rb?r1=17723&r2=17722&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_method.rb?r1=17723&r2=17722&diff_format=u