aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-15 12:12:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-15 12:12:25 +0000
commitb570e91a1ff7e10576d50ca996056538a6ad2e05 (patch)
treeb65f21bbab7fbc8f4a291beb7950ab1a412cce53 /ChangeLog
parentbd363addc81d461ddbd54a2b3afc0cd4b0ba4017 (diff)
downloadruby-b570e91a1ff7e10576d50ca996056538a6ad2e05.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * 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 <hsbt@ruby-lang.org>
* lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined.