aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 16:32:12 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 16:32:12 +0000
commitd6a5698d8a14efa0479347fee7c7a40f4966b823 (patch)
tree2e9fed3f43a7d33b1518dd95681ec2fa817ad645 /ChangeLog
parenta5305216bbc85595558e6dc50741a516b88ad5d2 (diff)
downloadruby-d6a5698d8a14efa0479347fee7c7a40f4966b823.tar.gz
* cont.c: disable FIBER_USE_NATIVE on Solaris because resuming any
Fiber caused SEGV. I haven't follow up the issue deeply, but it works when disabling the feature. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1a3be5a37..f6d752f3af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 5 01:24:26 2011 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * cont.c: disable FIBER_USE_NATIVE on Solaris because resuming any
+ Fiber caused SEGV. I haven't follow up the issue deeply, but it
+ works when disabling the feature.
+
Tue Jul 5 01:22:46 2011 Yusuke Endoh <mame@tsg.ne.jp>
* addr2line.c: include <alloca.h> to fix a build issue on Solaris.