From e1f335302dae9e62788505d2fef993d0114725a4 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 14 Dec 2007 09:20:35 +0000 Subject: * thread_pthread.ci (native_thread_create): twice the stack size. 512KB is not enough to complete test-all on Debian GNU/Linux on IA64. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 839461d0f..13661d96a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 14 18:18:31 2007 Tanaka Akira + + * thread_pthread.ci (native_thread_create): twice the stack size. + 512KB is not enough to complete test-all on Debian GNU/Linux on + IA64. + Fri Dec 14 16:10:50 2007 Yukihiro Matsumoto * io.c (rb_f_p): RDoc update. a patch from murphy . -- cgit