From 64f634f1de8581e398843b2f178827dbcaa90a30 Mon Sep 17 00:00:00 2001 From: tarui Date: Tue, 4 Dec 2012 18:38:21 +0000 Subject: * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime. * thread.c (sleep_forever): check RUBY_VM_CHECK_INTS_BLOCKING first. * thread.c (sleep_timeval): ditto. * test/ruby/test_thread.rb (test_async_interrupt_blocking): add a test exceptions are correctly defared and raised on :on_blocking context. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99d52db61e..c925ae7adf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 5 03:35:37 2012 Masaya Tarui + + * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime. + * thread.c (sleep_forever): check RUBY_VM_CHECK_INTS_BLOCKING first. + * thread.c (sleep_timeval): ditto. + * test/ruby/test_thread.rb (test_async_interrupt_blocking): add a test + exceptions are correctly defared and raised on :on_blocking context. + Wed Dec 5 02:36:10 2012 Nobuyoshi Nakada * common.mk, defs/id.def, template/id.c.tmpl: generate id.c as well as id.h. -- cgit v1.2.3