From c222de6d9908ce0004ea7b43d49f85938797e6da Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 9 Oct 2003 14:50:24 +0000 Subject: * eval.c (rb_thread_start_0): prevent thread from GC. [ruby-dev:21572] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f9603f85..ebc94669a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 9 23:50:21 2003 Nobuyoshi Nakada + + * eval.c (rb_thread_start_0): prevent thread from GC. + [ruby-dev:21572] + Thu Oct 9 19:11:44 2003 Nobuyoshi Nakada * eval.c (rb_thread_start_0): non-volatile should be restored from -- cgit