diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-23 08:17:17 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-23 08:17:17 +0000 |
| commit | 4ccd99734480f7ac4524e6c1e6fe51839dbb4c76 (patch) | |
| tree | 9269306b6508b72e371146550a82350a74815bd5 /ChangeLog | |
| parent | 9a207a840db34f04d7b08603f0debb251eb48893 (diff) | |
| download | ruby-4ccd99734480f7ac4524e6c1e6fe51839dbb4c76.tar.gz ruby-4ccd99734480f7ac4524e6c1e6fe51839dbb4c76.tar.xz ruby-4ccd99734480f7ac4524e6c1e6fe51839dbb4c76.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Sep 23 17:14:31 2008 Koichi Sasada <ko1@atdot.net> + + * 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 <ko1@atdot.net> * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c. |
