summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-28 23:59:45 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-28 23:59:45 +0000
commitcdc251c695f1ab7427f6213187cc447d118f39d9 (patch)
treebba48a174dfbd52f326960a2a9511b4882a0de9a /ChangeLog
parent39715ad236eb503367dec26202544f03b3ebaa89 (diff)
variable.c: additional locking around autoload
[ruby-core:70075] [ruby-core:71239] [Bug #11384] Note: this open-coding locking method may go into rb_mutex/rb_thread_shield types. It is smaller and simpler and based on the wait queue implementation of the Linux kernel. When/if we get rid of GVL, native mutexes may be used as-is. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fe5b8acf5..185c6bb58c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 29 08:48:05 2015 Eric Wong <e@80x24.org>
+
+ * variable.c: additional locking around autoload
+ [ruby-core:70075] [ruby-core:71239] [Bug #11384]
+
Wed Oct 29 00:39:50 2015 Naohisa Goto <ngotogenome@gmail.com>
* test/rubygems/test_gem_commands_server_command.rb