From 9a10bdc98eb60b07c9f4da7b8db30e5823523e51 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Jul 2008 09:17:09 +0000 Subject: * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more stack for debug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45d1b7f06..3fe6f6030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 9 18:17:06 2008 Nobuyoshi Nakada + + * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more + stack for debug. + Wed Jul 9 11:13:39 2008 Nobuyoshi Nakada * lib/profiler.rb (Profiler__#print_profile): sort in the descending -- cgit