ruby-cvs:25128
From: nobu ruby-lang.org
Date: Mon, 7 Jul 2008 00:00:29 +0900 (JST)
Subject: [ruby-cvs:25128] Ruby:r17909 (mvm): * include/ruby/public_object.h: moved global variables to VM specific data.
nobu 2008-07-07 00:00:24 +0900 (Mon, 07 Jul 2008)
New Revision: 17909
Modified files:
branches/mvm/ChangeLog
branches/mvm/array.c
branches/mvm/bignum.c
branches/mvm/class.c
branches/mvm/common.mk
branches/mvm/compar.c
branches/mvm/complex.c
branches/mvm/configure.in
branches/mvm/cont.c
branches/mvm/debug.c
branches/mvm/dir.c
branches/mvm/dln.c
branches/mvm/encoding.c
branches/mvm/enum.c
branches/mvm/enumerator.c
branches/mvm/error.c
branches/mvm/eval.c
branches/mvm/eval_jump.c
branches/mvm/file.c
branches/mvm/gc.c
branches/mvm/hash.c
branches/mvm/include/ruby/encoding.h
branches/mvm/include/ruby/intern.h
branches/mvm/include/ruby/mvm.h
branches/mvm/include/ruby/ruby.h
branches/mvm/io.c
branches/mvm/iseq.c
branches/mvm/marshal.c
branches/mvm/math.c
branches/mvm/numeric.c
branches/mvm/object.c
branches/mvm/prec.c
branches/mvm/proc.c
branches/mvm/process.c
branches/mvm/range.c
branches/mvm/rational.c
branches/mvm/re.c
branches/mvm/ruby.c
branches/mvm/string.c
branches/mvm/struct.c
branches/mvm/thread.c
branches/mvm/thread_pthread.c
branches/mvm/thread_pthread.h
branches/mvm/thread_win32.c
branches/mvm/thread_win32.h
branches/mvm/time.c
branches/mvm/variable.c
branches/mvm/vm.c
branches/mvm/vm.h
branches/mvm/vm_core.h
branches/mvm/win32/Makefile.sub
Log:
* include/ruby/public_object.h: moved global variables to VM specific data.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17909