From 0cddba1fa1df8641edd8fc3c6b1ae163ce976ef7 Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 4 Oct 2003 12:51:32 +0000 Subject: * gc.c (Init_stack): the type of space is changed to unsigned int from double. [ruby-dev:21483] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01e811487..864097e58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 4 21:49:14 2003 WATANABE Hirofumi + + * gc.c (Init_stack): the type of space is changed to unsigned int + from double. [ruby-dev:21483] + Sat Oct 4 17:52:59 2003 NAKAMURA, Hiroshi * lib/soap/netHttpClient.rb: follow http-access2. hosts which matches -- cgit