diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-25 11:00:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-25 11:00:26 +0000 |
| commit | 2d868906714909eac78347d90c8d638fbed22702 (patch) | |
| tree | 89fba0a603c4ccce6d67ba36a25987718d348119 /ChangeLog | |
| parent | 540ffb3abdce5916a13cd2918609cf8cbd9a0a03 (diff) | |
signal.c: revert part of r46100
* signal.c (check_stack_overflow): revert part of r46100, the
previous condition was correct, and fix compilation error on
other architecture linux. [ruby-core:62746] [Bug #9862]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun May 25 20:00:23 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * signal.c (check_stack_overflow): revert part of r46100, the + previous condition was correct, and fix compilation error on + other architecture linux. [ruby-core:62746] [Bug #9862] + Sun May 25 17:09:13 2014 Tanaka Akira <akr@fsij.org> * test/lib/minitest/unit.rb: Less ObjectSpace.each_object(Tempfile) |
