From 3fd14f18d2584f268225d161a2eac68bd6308edf Mon Sep 17 00:00:00 2001 From: nari Date: Mon, 23 Mar 2009 05:58:15 +0000 Subject: * gc.c (init_heap): set default to heap slots length if HEAP_OBJ_LIMIT is larger than HEAP_MIN_SLOTS. [Bug #1310] (set_heaps_increment): increment next_heaps_length if next_heaps_length and heaps_used are same. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 057eaa6cf..57a4f1c75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Mar 23 14:57:48 2009 Narihiro Nakamura + + * gc.c (init_heap): set default to heap slots length + if HEAP_OBJ_LIMIT is larger than HEAP_MIN_SLOTS. [Bug #1310] + (set_heaps_increment): increment next_heaps_length if + next_heaps_length and heaps_used are same. + Mon Mar 23 14:32:23 2009 Nobuyoshi Nakada * win32/win32.c (rb_w32_spawn): use original command if not found. -- cgit