From 5195b431def42a13c7d24fd446d238ed20160228 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 12 Jun 2005 16:23:08 +0000 Subject: * eval.c (rb_gc_mark_threads): curr_thread may not be part of the thread list. [ruby-dev:26312] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3af21baf0..7072cb35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Jun 13 01:20:02 2005 Tanaka Akira + + * eval.c (rb_gc_mark_threads): curr_thread may not be part of the + thread list. + [ruby-dev:26312] + Sat Jun 11 22:34:44 2005 Minero Aoki * parse.y: missing arg_paren event. This patch is contributed by -- cgit