From e21f9201e008401debe41c02226a14599eb48076 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 13 Jun 2008 22:57:41 +0000 Subject: * gc.c (ruby_initial_gc_stress): defined. (ruby_initial_gc_stress_ptr): defined. * debug.c (set_debug_option): use ruby_initial_gc_stress_ptr for gc_stress option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67b6350ec..cc683be30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Jun 14 07:52:53 2008 Tanaka Akira + + * gc.c (ruby_initial_gc_stress): defined. + (ruby_initial_gc_stress_ptr): defined. + + * debug.c (set_debug_option): use ruby_initial_gc_stress_ptr for + gc_stress option. + Sat Jun 14 00:09:19 2008 Nobuyoshi Nakada * gc.c (ruby_gc_stress): moved to rb_objspace_t. -- cgit