From 4ccd99734480f7ac4524e6c1e6fe51839dbb4c76 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Sep 2008 08:17:17 +0000 Subject: * thread.c, include/ruby/intern.h (rb_thread_interrupted): added. * io.c: use VALUE of thead instead of rb_tread_t to check interrupts. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e41ed575b..6d1dfbf3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 23 17:14:31 2008 Koichi Sasada + + * thread.c, include/ruby/intern.h (rb_thread_interrupted): added. + + * io.c: use VALUE of thead instead of rb_tread_t to check interrupts. + Tue Sep 23 17:05:14 2008 Koichi Sasada * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c. -- cgit