summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-10 15:01:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-10 15:01:14 +0000
commitad84b7055020f539074b7d37c0664d7ce48996b8 (patch)
tree70851831075a810857882b04c7bee0fd6d9f6c0c /ChangeLog
parente2936c16766e85cc9c61514e02917399afff6f5d (diff)
* thread.c (thread_start_func_2): not re-raise to main thread if it is
joining the current thread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12916 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 2b9188d3a..60a638813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 11 00:01:12 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread.c (thread_start_func_2): not re-raise to main thread if it is
+ joining the current thread.
+
Fri Aug 10 23:54:46 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread.c (thread_create_core): inherit the priority of creating