From f259643d87419b41ba6a71aad8c5878c3d2e354b Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 25 Oct 2005 04:44:51 +0000 Subject: * gc.c (garbage_collect): return now whether there're rooms for new objects, rather than whether GC run. fixed: [ruby-core:6376] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cec26de80..5c45533f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 25 13:40:16 2005 Hirokazu Yamamoto + + * gc.c (garbage_collect): return now whether there're rooms for new + objects, rather than whether GC run. fixed: [ruby-core:6376] + Tue Oct 25 02:12:08 2005 Nobuyoshi Nakada * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE): -- cgit