From 5cf9a75c88fffd238e0f294bfca13ab6e8c039bc Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 8 Jun 2011 12:52:31 +0000 Subject: [PATCH] * ChangeLog: add ticket link git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6fc99108d..bb5155b7fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Wed Jun 8 21:38:57 2011 CHIKANAGA Tomoyuki * cont.c (root_fiber_alloc): set root fiber's status RUNNING. in cont_mark() only RUNNING fiber's machine stack is marked. root fiber's status should be RUNNING at the beginning regardless of - FIBER_USE_NATIVE. + FIBER_USE_NATIVE. [ruby-core:36735] fixes #4827 Tue Jun 7 20:50:11 2011 KOSAKI Motohiro