summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-02 07:35:35 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-02 07:35:35 +0000
commit6198f539bb0897886f53e2ff77045a8d051fb5c1 (patch)
tree44ed075f33dec56117a7def4777312911a221cde /ChangeLog
parent49e259ec587fd72d96210fcb33593f3955555795 (diff)
* thread_win32.c (native_thread_join): need to wait thread, of course.
[ruby-dev:41911] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28834 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 72f2be2685..489fce9cb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 2 16:34:32 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * thread_win32.c (native_thread_join): need to wait thread, of course.
+ [ruby-dev:41911]
+
Mon Aug 2 12:22:22 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* file.c (file_expand_path): wrong condition. [ruby-core:31591]