From 6e7e48942d842168eb0ea00f42146c53e192082b Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 1 Dec 2006 08:03:31 +0000 Subject: * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows. merge from trunk. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e09949b97..47880da52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 1 17:01:49 2006 NAKAMURA Usaku + + * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows. + merge from trunk. + Fri Dec 1 16:31:53 2006 Hidetoshi NAGAI * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. -- cgit