From 34856193be71c7f7605838a7cd22ec8d6aee5ae5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 13 Aug 2008 21:26:49 +0000 Subject: * thread.c (rb_thread_execute_interrupts): switch event should be occur only once. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a71fd218..9201d9f58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 14 06:09:12 2008 Koichi Sasada + + * thread.c (rb_thread_execute_interrupts): switch event + should be occur only once. + Thu Aug 14 05:36:36 2008 NARUSE, Yui * common.mk: parse.h depends on parse.c. -- cgit