summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eeb8935b9..65a9665128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 2 21:50:06 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (ac_cv_func___builtin_setjmp): __builtin_longjmp() in
+ clang 5.1 uses `void**`, not `jmp_buf`. [Bug #9692]
+
Wed Apr 2 20:57:15 2014 Koichi Sasada <ko1@atdot.net>
* gc.c, gc.h (rb_objspace_each_objects_without_setup):