summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-27 10:49:55 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-27 10:49:55 +0000
commit04d79490da2013588fe9962580dc15193674fde0 (patch)
tree89e3b5f2ae815eac1ff4559789ee290380b7fe75 /ChangeLog
parented8c211a645cfb0528128306789d73441afadf31 (diff)
merge revision(s) 57020,57021: [Backport #13014]
Add clang volatile fixes from FreeBSD and NetBSD. Use volatile instead of optnone to avoid optimization which causes segmentation faults. Patch by Dimitry Andric. [ruby-core:78531] [Bug #13014] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@57216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68aca35b79..44b90606c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Dec 27 19:49:01 2016 Shugo Maeda <shugo@ruby-lang.org>
+
+ * cont.c, eval.c, eval_error.c, thread.c, vm_eval.c, vm_trace.c: add
+ clang volatile fixes from FreeBSD and NetBSD.
+
+ Use volatile instead of optnone to avoid optimization which causes
+ segmentation faults.
+ Patch by Dimitry Andric. [Bug #13014]
+
Tue Dec 27 19:40:09 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* README.EXT{.ja,}: [DOC] optional keyword arguments are defaulted to