From 3d88eb65dc3de6279730a580ca49045f15bfbb3e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 Dec 2005 13:57:36 +0000 Subject: * eval.c (rb_thread_save_context): should not recycle scope object used in a thread. fixed: [ruby-dev:28177] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16ac8b3f4..46ce0afa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 31 22:57:00 2005 Nobuyoshi Nakada + + * eval.c (rb_thread_save_context): should not recycle scope object used + in a thread. fixed: [ruby-dev:28177] + Sat Dec 31 19:50:38 2005 Hirokazu Yamamoto * ext/syck/rubyext.c: attribute name was truncated with Rev1.64. -- cgit