From b13256694efc50ef74d0ca3581ad5ccbc03b7c7c Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Jul 2008 13:22:29 +0000 Subject: * thread.c (thread_initialize): NUM2INT() returns int. * thread.c (timer_thread_function), thread_pthread.c (thread_timer), thread_win32.c (timer_thread_func), thread_{pthread,win32}.c (rb_thread_create_timer_thread): passing VM. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6781eed2..b693bf299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Jul 5 22:22:27 2008 Nobuyoshi Nakada + + * thread.c (thread_initialize): NUM2INT() returns int. + + * thread.c (timer_thread_function), thread_pthread.c (thread_timer), + thread_win32.c (timer_thread_func), thread_{pthread,win32}.c + (rb_thread_create_timer_thread): passing VM. + Sat Jul 5 20:53:18 2008 Masaki Suketa * test/win32ole/test_word.rb: check word installed. -- cgit