diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-10 06:53:39 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-10 06:53:39 +0000 |
commit | f024801e1e1c5fe55bff16989026be0de6c91937 (patch) | |
tree | 37e2c1ab2fd866613fbca6c14b0ea814dbcb262d /ChangeLog | |
parent | b3e38e1819234ef34294f98a3f41e66063e9d011 (diff) | |
download | ruby-f024801e1e1c5fe55bff16989026be0de6c91937.tar.gz |
* thread_pthread.ci (native_thread_create): initialize sleep_cond.
fixed: [ruby-dev:30675]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Apr 10 15:53:17 2007 NAKAMURA Usaku <usa@ruby-lang.org> + + * thread_pthread.ci (native_thread_create): initialize sleep_cond. + fixed: [ruby-dev:30675] + Mon Apr 9 18:48:57 2007 NAKAMURA Usaku <usa@ruby-lang.org> * thread.c (do_select): ubf_select() is not necessary. interrupt is |