diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Nov 28 21:58:47 2012 Koichi Sasada <[email protected]> + + * include/ruby/thread.h (rb_thread_call_without_gvl2): change + meaning of function. + This function is called with same parameters of + `rb_thread_call_without_gvl()'. + However, if interrupts are detected, when return immediately. + + * thread.c: implement `rb_thread_call_without_gvl2()'. + Wed Nov 28 21:31:21 2012 Masaya Tarui <[email protected]> * thread.c (thread_join_sleep): check spurious wakeup by itself for |