From 59c207305d4ccbe970af3bfaed71399bc3da4907 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 1 Oct 2003 11:49:44 +0000 Subject: * gc.c (heaps): manage slots and limits together. [ruby-dev:21453] * gc.c (add_heap): should not clear heaps slot even if realloc() failed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7cb523606..f13ab7c4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 1 20:49:41 2003 Nobuyoshi Nakada + + * gc.c (heaps): manage slots and limits together. [ruby-dev:21453] + + * gc.c (add_heap): should not clear heaps slot even if realloc() + failed. + Wed Oct 1 20:36:49 2003 WATANABE Hirofumi * MANIFEST: add wince/mkconfig_wce.rb. -- cgit