ruby-cvs:16259
From: (nobu) <nobu ruby-lang.org>
Date: Sat, 31 Dec 2005 22:57:22 +0900
Subject: [ruby-cvs:16259] ruby: * eval.c (rb_thread_save_context): should not recycle scope object used
nobu Sat, 31 Dec 2005 22:57:22 +0900
Modified files:
ruby:
ChangeLog eval.c
Log:
* eval.c (rb_thread_save_context): should not recycle scope object used
in a thread. fixed: [ruby-dev:28177]
Revision Changes Path
1.4883 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4882&r2=1.4883
1.863 +3 -2 ruby/eval.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c?cvsroot=src&r1=1.862&r2=1.863