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
This commit is contained in:
normal 2015-10-29 00:24:48 +00:00
parent cdc251c695
commit c621f4712f

View File

@ -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>