aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-17 11:22:50 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-17 11:22:50 +0000
commit30414014042210a895b5df3c3eaa86981e0b2e2f (patch)
treec823e867b186aaf4661a37c0e367c6c9101e7d16 /ChangeLog
parent083ec6049e9f484486613d571a7b467d97652576 (diff)
downloadruby-30414014042210a895b5df3c3eaa86981e0b2e2f.tar.gz
* vm_core.h (rb_thread_struct): add volatile to
transition_for_lock because it is not protected by lock. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31609 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 db7e5e77d0..fba82c0db8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 17 20:20:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * vm_core.h (rb_thread_struct): add volatile to
+ transition_for_lock because it is not protected by lock.
+
Tue May 17 20:08:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* LEGAL (missing/{elf,tgamma,lgamma_r}.c): they've been replaced by