From 8111b32d685278de68e9eefe273524cf1266cff0 Mon Sep 17 00:00:00 2001 From: kosaki Date: Wed, 28 Nov 2012 04:43:15 +0000 Subject: * thread.c (thread_s_new): uses main_thread->status instead of th->inhibit_thread_creation for preventing thread creation. * vm_core.h (rb_vm_struct): remove inhibit_thread_creation field. * thread.c (rb_thread_terminate_all): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26a415078b..b6926cae01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 28 13:39:54 2012 KOSAKI Motohiro + + * thread.c (thread_s_new): uses main_thread->status instead of + th->inhibit_thread_creation for preventing thread creation. + * vm_core.h (rb_vm_struct): remove inhibit_thread_creation field. + * thread.c (rb_thread_terminate_all): ditto. + Wed Nov 28 13:27:29 2012 Aaron Patterson * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is -- cgit v1.2.3