ruby-cvs:19846
From: ko1 ruby-lang.org
Date: Mon, 25 Jun 2007 11:44:22 +0900 (JST)
Subject: [ruby-cvs:19846] Ruby:r12610 (trunk): * gc.h: add RUBY_ prefix to debug macros.
ko1 2007-06-25 11:44:20 +0900 (Mon, 25 Jun 2007)
New Revision: 12610
Modified files:
trunk/ChangeLog
trunk/cont.c
trunk/eval.c
trunk/eval_error.ci
trunk/eval_intern.h
trunk/gc.c
trunk/gc.h
trunk/insnhelper.ci
trunk/insns.def
trunk/iseq.c
trunk/proc.c
trunk/vm.c
trunk/yarvcore.c
trunk/yarvcore.h
Log:
* gc.h: add RUBY_ prefix to debug macros.
* cont.c, proc.c, yarvcore.c,
* gc.c: define ruby_gc_debug_indent variable to debug mark/free.
* vm.c, insnhelper.ci: rename some functions to vm_* or rb_vm_*.
move some functions, definitions, declarations to suitable files.
* eval.c, yarvcore.h, eval_error.ci, insnhelper.ci: ditto.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insnhelper.ci?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval_error.ci?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/cont.c?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/yarvcore.h?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.c?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval.c?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/proc.c?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/iseq.c?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insns.def?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/yarvcore.c?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval_intern.h?r1=12610&r2=12609
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.h?r1=12610&r2=12609