ruby-cvs:23072
From: knu ruby-lang.org
Date: Mon, 24 Mar 2008 19:45:29 +0900 (JST)
Subject: [ruby-cvs:23072] Ruby:r15832 (ruby_1_8): * parse.y (yycompile): Always prepare a new array for each file's
knu 2008-03-24 19:45:28 +0900 (Mon, 24 Mar 2008)
New Revision: 15832
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/parse.y
Log:
* parse.y (yycompile): Always prepare a new array for each file's
SCRIPT_LINES__ storage, instead of appending source lines every
time a file is re-loaded; submitted by Rocky Bernstein in
#18517.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=15832&r2=15831&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/parse.y?r1=15832&r2=15831&diff_format=u