aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-21 09:37:31 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-21 09:37:31 +0000
commit979479270ca802c0d10dc1bd60c7ff445886eb51 (patch)
treeb13591efccc20eda51e1d60c15dbc260238ccf73 /ChangeLog
parent87d48d14a0839316f051bddd4d794bdd64e49181 (diff)
downloadruby-979479270ca802c0d10dc1bd60c7ff445886eb51.tar.gz
add a ticket number
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed9216a1f4..c3dec2e5bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ Fri Dec 21 17:48:15 2012 Koichi Sasada <ko1@atdot.net>
}
I believe nobody mix threads at trace procedure.
This is current limitation.
+ [Bug #7590]
* cont.c (fiber_switch, rb_cont_call): use rb_thread_t::trace_arg
instead of rb_thread_t::trace_running.