From ed032c3fdc9e1b040f05c81972ab650bb1a03577 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 27 Jul 2008 13:24:18 +0000 Subject: * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytes because FreeBSD fails this less than that. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a679507eb..43ac8e4bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 27 22:11:57 2008 NARUSE, Yui + + * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytes + because FreeBSD fails this less than that. + Sun Jul 27 21:45:59 2008 Koichi Sasada * gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear. -- cgit