From d61dc12982d9e935416d9ee850ebe0b8486b24a7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 29 Jun 2008 17:26:16 +0000 Subject: * 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2812282e5..c7362733f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon Jun 30 02:14:34 2008 Koichi Sasada + + * 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. + Mon Jun 30 02:10:32 2008 Koichi Sasada * process.c (Init_process): fix to avoid a warning. -- cgit