aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 15:15:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 15:15:40 +0000
commitcaa539f2a358ed0ccac6e4bdcccc2bb4b59e307f (patch)
tree0587b227cd7d9c39b94ba745dbc4939002ca55f6 /ChangeLog
parent3882b07c3a8694e07b30b56e5c2c26c1695122f2 (diff)
downloadruby-caa539f2a358ed0ccac6e4bdcccc2bb4b59e307f.tar.gz
* thread_win32.c (w32_wait_events): shouldn't invoke interrupt handle
by timer_thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3fcee5a71..d09ae65bed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 19 00:13:19 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handle
+ by timer_thread.
+
Fri Jan 18 23:49:41 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread.c (thread_create_core): set thread group before creating