aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 13:27:31 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 13:27:31 +0000
commite6d42f34e2cbd2c6a9133d4e972ceda58af43bc0 (patch)
treee4c366e34501a8fbad7514ebf81916f052bacf07 /ChangeLog
parent1e8adda1fc192247a09c29c5806eb647e427028a (diff)
downloadruby-e6d42f34e2cbd2c6a9133d4e972ceda58af43bc0.tar.gz
* thread_pthread.c (get_stack): For NetBSD/FreeBSD, use
pthread_attr_getstack() if possible. and, remove an assumption of stack growing direction. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32403 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 b1fe148655..c4f896c53f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 4 22:24:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * thread_pthread.c (get_stack): For NetBSD/FreeBSD, use
+ pthread_attr_getstack() if possible. and, remove an assumption
+ of stack growing direction.
+
Mon Jul 4 20:42:31 2011 Yusuke Endoh <mame@tsg.ne.jp>
* ext/coverage/coverage.c: revert r32071. The commit caused SEGV on