From 16612b360b376d0cb3f50f966e2e671cf80fdc25 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 13 Aug 2008 07:53:35 +0000 Subject: * thread.c, vm_core.h: add manual priority support using time slice. if you enable USE_NATIVE_THREAD_PRIORITY macro, this mechanism is ignored. [ruby-dev:33124] * thread_pthread.c, thread_win32.c: ditto. * test/ruby/test_thread.rb: fix test parameter. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c98ecad643..d342cb451e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Aug 13 16:40:57 2008 Koichi Sasada + + * thread.c, vm_core.h: add manual priority support + using time slice. if you enable USE_NATIVE_THREAD_PRIORITY + macro, this mechanism is ignored. [ruby-dev:33124] + + * thread_pthread.c, thread_win32.c: ditto. + + * test/ruby/test_thread.rb: fix test parameter. + Wed Aug 13 16:02:14 2008 Shugo Maeda * object.c (rb_obj_untrusted): new method Object#untrusted?. -- cgit v1.2.3