ruby-changes:28658
From: kazu <ko1@a...>
Date: Tue, 14 May 2013 09:37:50 +0900 (JST)
Subject: [ruby-changes:28658] kazu:r40710 (trunk): fix a typo and remove "file (func):" only duplicated of upper entry
kazu 2013-05-14 09:37:39 +0900 (Tue, 14 May 2013) New Revision: 40710 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40710 Log: fix a typo and remove "file (func):" only duplicated of upper entry Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 40709) +++ ChangeLog (revision 40710) @@ -31,7 +31,7 @@ Tue May 14 03:10:59 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L31 Tue May 14 02:47:30 2013 Koichi Sasada <ko1@a...> * gc.c: support RGENGC. [ruby-trunk - Feature #8339] - See this ticet about RGENGC. + See this ticket about RGENGC. * gc.c: Add several flags: * RGENGC_DEBUG: if >0, then prints debug information. @@ -89,8 +89,6 @@ Tue May 14 01:54:48 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L89 with checking objspace->heap.marked_num. At this point, we only need to check availability of free-cell. - * gc.c (gc_prepare_free_objects): - * gc.c (lazy_sweep): call after_gc_sweep() if there are no sweep_able entry. * gc.c (rest_sweep, gc_prepare_free_objects): remove after_gc_sweep() call. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/