From f7d0059e3643ad1713b8abe4969147e2bc185d75 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Apr 2016 12:12:25 +0000 Subject: thread.c: must be initialized to set name * thread.c (get_initialized_threadptr): extract ensuring that the thread is initialized. * thread.c (rb_thread_setname): thread must be initialized to set the name. [ruby-core:74963] [Bug #12290] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6fc73fb26..6045ee09a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Apr 15 21:12:23 2016 Nobuyoshi Nakada + + * thread.c (get_initialized_threadptr): extract ensuring that the + thread is initialized. + + * thread.c (rb_thread_setname): thread must be initialized to set + the name. [ruby-core:74963] [Bug #12290] + Fri Apr 15 20:27:16 2016 SHIBATA Hiroshi * lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined. -- cgit v1.2.3