ruby-cvs:20731
From: nobu ruby-lang.org
Date: Sun, 23 Sep 2007 08:58:05 +0900 (JST)
Subject: [ruby-cvs:20731] Ruby:r13494 (ruby_1_8, trunk): * eval_method.ci (rb_attr): should not use alloca for unknowen size
nobu 2007-09-23 08:58:03 +0900 (Sun, 23 Sep 2007)
New Revision: 13494
Modified files:
branches/ruby_1_8/ChangeLog
trunk/ChangeLog
trunk/eval_method.ci
trunk/parse.y
Log:
* eval_method.ci (rb_attr): should not use alloca for unknowen size
input. [ruby-dev:31816]
* parse.y (rb_intern_str): prevent str from optimization.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=13494&r2=13493
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=13494&r2=13493
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13494&r2=13493
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval_method.ci?r1=13494&r2=13493