aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 03:04:36 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 03:04:36 +0000
commit2f9ee7af47124113bc0aa0966816720c907a9c91 (patch)
tree47dad32950ef86ecf965e667a94eb29fe70bb48d /ChangeLog
parent9ace5c122e9ad5203e98590adfc3896464b67ec1 (diff)
downloadruby-2f9ee7af47124113bc0aa0966816720c907a9c91.tar.gz
* thread.c (rb_thread_terminate_all): broadcast terminate event
not only an interrupt exception but any exceptions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d24cc23df3..b8bf4e293d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 27 12:02:25 2012 Koichi Sasada <ko1@atdot.net>
+
+ * thread.c (rb_thread_terminate_all): broadcast terminate event
+ not only an interrupt exception but any exceptions.
+
Tue Nov 27 10:55:09 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* eval.c (ruby_cleanup): set thread status to THREAD_KILLED