ruby-changes:38242
From: kazu <ko1@a...>
Date: Thu, 16 Apr 2015 00:00:25 +0900 (JST)
Subject: [ruby-changes:38242] kazu:r50323 (trunk): fix typos [ci skip]
kazu 2015-04-15 23:59:58 +0900 (Wed, 15 Apr 2015) New Revision: 50323 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50323 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 50322) +++ ChangeLog (revision 50323) @@ -170,7 +170,7 @@ Sat Apr 11 23:33:22 2015 Tanaka Akira https://github.com/ruby/ruby/blob/trunk/ChangeLog#L170 Sat Apr 11 23:26:05 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> - * tool/rbinstall.rb: support destdir for native extention gem. + * tool/rbinstall.rb: support destdir for native extension gem. Sat Apr 11 21:02:06 2015 NAKAMURA Usaku <usa@r...> @@ -182,7 +182,7 @@ Sat Apr 11 20:14:21 2015 SHIBATA Hirosh https://github.com/ruby/ruby/blob/trunk/ChangeLog#L182 * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library. [fix GH-867][Feature #11057] - * test/ruby/test_extlibs.rb: removed json gem from existence extentions. + * test/ruby/test_extlibs.rb: removed json gem from existence extensions. * gems/bundled_gems: added json gem into bundled gem. * lib/rdoc/rubygems_hook.rb: ignored no json environment. * lib/rubygems/test_case.rb, test/rubygems/*: ditto. @@ -381,7 +381,7 @@ Mon Apr 6 16:09:58 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L381 during complex parameter setting process (splat, kw, and so on). [Bug #11027] - * vm_core.h: remove rb_thead_t::mark_stack_len. + * vm_core.h: remove rb_thread_t::mark_stack_len. With this modification, we don't need to use th->mark_stack_len. * test/ruby/test_keyword.rb: add a test. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/