From c621f4712ff72257c83192bbce150168bafe47fe Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 29 Oct 2015 00:24:48 +0000 Subject: 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 --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') 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 - * 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 -- cgit v1.2.3