diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-30 01:55:45 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-30 01:55:45 +0000 |
commit | a5583d972ae005deb606d5de76a7a3fd1a39a275 (patch) | |
tree | eaa0dae8648e424cc3328964cab473e200988680 | |
parent | 060ae1e90cd6b54d4c9c7b2c04ab033e700ed615 (diff) | |
download | ruby-a5583d972ae005deb606d5de76a7a3fd1a39a275.tar.gz ruby-a5583d972ae005deb606d5de76a7a3fd1a39a275.tar.xz ruby-a5583d972ae005deb606d5de76a7a3fd1a39a275.zip |
* vm_core.h (struct rb_unblock_callback), thread.c
(set_unblock_function), thread_{pthread,win32}.c (native_sleep):
extracted from struct rb_thread_struct.
* thread.c (reset_unblock_function): not check interrupts at leaving
blocking region. [ruby-dev:34874]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri May 30 10:55:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * vm_core.h (struct rb_unblock_callback), thread.c + (set_unblock_function), thread_{pthread,win32}.c (native_sleep): + extracted from struct rb_thread_struct. + + * thread.c (reset_unblock_function): not check interrupts at leaving + blocking region. [ruby-dev:34874] + Fri May 30 06:09:31 2008 NARUSE, Yui <naruse@ruby-lang.org> * enc/utf_8.c: add UTF8-MAC (UTF-8-MAC). |