ruby-cvs:23223
From: nobu ruby-lang.org
Date: Sat, 12 Apr 2008 12:41:53 +0900 (JST)
Subject: [ruby-cvs:23223] Ruby:r15983 (trunk): * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):
nobu 2008-04-12 12:41:51 +0900 (Sat, 12 Apr 2008)
New Revision: 15983
Modified files:
trunk/ChangeLog
trunk/compile.c
trunk/compile.h
trunk/eval.c
trunk/gc.c
trunk/include/ruby/intern.h
trunk/parse.y
trunk/ruby.c
Log:
* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):
use iseq instead of NODE.
* gc.c (source_filenames): removed.
* include/ruby/intern.h, parse.y (yycompile, parser_mark, parser_free,
ripper_initialize): rb_source_filename() is no longer used.
* compile.c, compile.h (ERROR_ARGS), parse.y (node_newnode, fixpos,
parser_warn, e_option_supplied, warn_unless_e_option, range_op,
cond0): nd_file is no longer used.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=15983&r2=15982&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=15983&r2=15982&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=15983&r2=15982&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15983&r2=15982&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.c?r1=15983&r2=15982&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval.c?r1=15983&r2=15982&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.h?r1=15983&r2=15982&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/intern.h?r1=15983&r2=15982&diff_format=u