aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 08:32:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-15 08:32:55 +0000
commit3343feeebf5f3f7f3219eadab1d93e11b5ba9f6a (patch)
tree2742f395e17e5c6396e0a6860be3390d2d62b704 /ChangeLog
parent48de9363d230f8b23afe14e5b18d0683858004ae (diff)
downloadruby-3343feeebf5f3f7f3219eadab1d93e11b5ba9f6a.tar.gz
Handle machine stack overflow on mingw
* thread_win32.c (rb_w32_stack_overflow_handler): use Structured Exception Handling by Addvectoredexceptionhandler() for machine stack overflow on mingw. This would be equivalent to the handling using __try and __exept on mswin introduced by r43748. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7a204ba6d..a46e60ea71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu May 15 17:32:51 2014 Hiroshi Shirosaki <h.shirosaki@gmail.com>
+
+ * thread_win32.c (rb_w32_stack_overflow_handler): use Structured
+ Exception Handling by Addvectoredexceptionhandler() for machine
+ stack overflow on mingw.
+ This would be equivalent to the handling using __try and __exept
+ on mswin introduced by r43748.
+
Wed May 14 19:31:03 2014 Koichi Sasada <ko1@atdot.net>
* ext/openssl/depend: remove dependency from internal headers.