From 1398573684c84f6902cb874e176abe9ffd4a6a4d 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: http://svn.ruby-lang.org/repos/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 c98ecad64..d342cb451 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