summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 00:24:48 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 00:24:48 +0000
commitc621f4712ff72257c83192bbce150168bafe47fe (patch)
treef8d49fe48c63452047726f84ecd6f1e1dec1a5d4 /ChangeLog
parentcdc251c695f1ab7427f6213187cc447d118f39d9 (diff)
ChangeLog: fix commit message for r52332 [ci skip]
Oops, been away from ruby too long :x git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 185c6bb58c..944e90ba22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
Thu Oct 29 08:48:05 2015 Eric Wong <e@80x24.org>
- * variable.c: additional locking around autoload
+ * variable.c (struct autoload_data_i): add waitq_head
+ (struct autoload_state): new struct
+ (autoload_require): save result in autoload_state for use
+ in autoload_reset
+ (autoload_reset): wake up other waiters with open-coded
+ wait-queues
+ (rb_autoload_load): add ensure autoload_const_set happens
+ atomically w.r.t. autoload-triggered "require"
[ruby-core:70075] [ruby-core:71239] [Bug #11384]
Wed Oct 29 00:39:50 2015 Naohisa Goto <ngotogenome@gmail.com>