1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-04-15 14:59:58 +00:00
parent 3004c29afd
commit 6f70e7e8af

View file

@ -170,7 +170,7 @@ Sat Apr 11 23:33:22 2015 Tanaka Akira <akr@fsij.org>
Sat Apr 11 23:26:05 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* 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@ruby-lang.org>
@ -182,7 +182,7 @@ Sat Apr 11 20:14:21 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* 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 <ko1@atdot.net>
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.