summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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