ruby-changes:31380
From: kazu <ko1@a...>
Date: Tue, 29 Oct 2013 14:32:01 +0900 (JST)
Subject: [ruby-changes:31380] kazu:r43459 (trunk): fix typos
kazu 2013-10-29 14:31:57 +0900 (Tue, 29 Oct 2013) New Revision: 43459 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43459 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43458) +++ ChangeLog (revision 43459) @@ -110,7 +110,7 @@ Sun Oct 27 20:53:08 2013 Tanaka Akira https://github.com/ruby/ruby/blob/trunk/ChangeLog#L110 (readline_getc): Use rb_thread_call_without_gvl2 to invoke getc_func. [ruby-dev:47033] [Bug #8749] (clear_rl_instream, clear_rl_outstream): Close FILE structure - allocated by this extention reliably. [ruby-core:57951] [Bug #9040] + allocated by this extension reliably. [ruby-core:57951] [Bug #9040] (readline_readline): Use clear_rl_instream and clear_rl_outstream. (readline_s_set_input): Set readline_rl_instream. (readline_s_set_output): Set readline_rl_outstream. @@ -118,7 +118,7 @@ Sun Oct 27 20:53:08 2013 Tanaka Akira https://github.com/ruby/ruby/blob/trunk/ChangeLog#L118 readline_getc doesn't block other threads for any FILE structure now. [ruby-dev:47033] [Bug #8749] reported by Nobuhiro IMAI. - [ruby-core:57951] [Bug #9040] reporeted by Eamonn Webster. + [ruby-core:57951] [Bug #9040] reported by Eamonn Webster. Sat Oct 26 19:31:28 2013 Kazuki Tsujimoto <kazuki@c...> @@ -178,7 +178,7 @@ Sat Oct 26 06:35:41 2013 Masaya Tarui https://github.com/ruby/ruby/blob/trunk/ChangeLog#L178 Sat Oct 26 04:01:35 2013 Koichi Sasada <ko1@a...> * gc.c (gc_before_heap_sweep): fix freelist management. - After rb_gc_force_recycle() for a object blonging to heap->freelist, + After rb_gc_force_recycle() for a object belonging to heap->freelist, `heap->using_page->freelist' is not null. Thu Oct 24 21:57:24 2013 Marc-Andre Lafortune <ruby-core@m...> @@ -274,11 +274,11 @@ Wed Oct 23 17:39:35 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L274 Algorithm: (1) Sweeping all pages in a heap and move empty pages from the heap to tomb_heap. - (2) Check all exsisting pages and free a page + (2) Check all existing pages and free a page if all slots of this page are empty and there is enough empty slots (checking by swept_num) - To introduce this pach, there are several tuning of GC parameters. + To introduce this patch, there are several tuning of GC parameters. Wed Oct 23 14:20:56 2013 Koichi Sasada <ko1@a...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/