aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 04:17:19 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 04:17:19 +0000
commit44b5a74a9ae22aa08f226b7f1d555fad928a8cf7 (patch)
tree373806b4bd48a03cd30e5e454e867437118bb79b /ChangeLog
parentfb15c0f16c8b1f6a9a9edd9aa9f81e61b0f5ba92 (diff)
downloadruby-44b5a74a9ae22aa08f226b7f1d555fad928a8cf7.tar.gz
* thread_pthread.c: DragonFlyBSD is also the same as FreeBSD
on getting the stack size of the main thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da6c9499a0..572046af74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 3 13:15:24 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * thread_pthread.c: DragonFlyBSD is also the same as FreeBSD
+ on getting the stack size of the main thread.
+
Wed Feb 3 12:30:10 2010 NARUSE, Yui <naruse@ruby-lang.org>
* thread_pthread.c (ruby_init_stack): use pthread_get_attr_np