diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-16 19:19:36 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-16 19:19:36 +0000 |
| commit | c61e84fd7b226ec29ff86e16f889a7c82f89b58d (patch) | |
| tree | 145cbe280c365e3248891cb484b6e12263bef7cd /ChangeLog | |
| parent | 4f89ae08c8441ee707c8d225be9b2f90c60de5a4 (diff) | |
| download | ruby-c61e84fd7b226ec29ff86e16f889a7c82f89b58d.tar.gz ruby-c61e84fd7b226ec29ff86e16f889a7c82f89b58d.tar.xz ruby-c61e84fd7b226ec29ff86e16f889a7c82f89b58d.zip | |
* thread.c (thread_start_func_2): wake up joining threads.
* thread.c (sleep_forever, sleep_timeval): return when interrupted.
[ruby-dev:35542]
* thread.c (timer_thread_function): restore main thread status.
[ruby-core:17270]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu Jul 17 04:19:33 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * thread.c (thread_start_func_2): wake up joining threads. + + * thread.c (sleep_forever, sleep_timeval): return when interrupted. + [ruby-dev:35542] + + * thread.c (timer_thread_function): restore main thread status. + [ruby-core:17270] + Thu Jul 17 01:27:38 2008 Yusuke Endoh <mame@tsg.ne.jp> * io.c (appendline): remove invalid access. |
