NEWS: Fix ,s [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-10-20 15:00:00 +00:00
parent 2afc2a0581
commit 45172a7b17

8
NEWS
View File

@ -139,7 +139,7 @@ sufficient information, see the ChangeLog file or Redmine
[New options] [New options]
* Kernel#Complex, Kernel#Float, Kernel#Integer and * Kernel#Complex, Kernel#Float, Kernel#Integer, and
Kernel#Rational take +:exception+ option to specify the way of Kernel#Rational take +:exception+ option to specify the way of
error handling. [Feature #12732] error handling. [Feature #12732]
@ -164,7 +164,7 @@ sufficient information, see the ChangeLog file or Redmine
[New methods] [New methods]
* Module#method_defined?, Module#private_method_defined? and * Module#method_defined?, Module#private_method_defined?, and
Module#protected_method_defined? now accept the second Module#protected_method_defined? now accept the second
parameter as optional. If it's +true+ (=default), checks ancestor parameter as optional. If it's +true+ (=default), checks ancestor
modules/classes, or checks only the class itself. [Feature #14944] modules/classes, or checks only the class itself. [Feature #14944]
@ -312,7 +312,7 @@ sufficient information, see the ChangeLog file or Redmine
[New methods] [New methods]
* Add Net::HTTP#write_timeout, and Net::HTTP#write_timeout=. [Feature #13396] * Add Net::HTTP#write_timeout and Net::HTTP#write_timeout=. [Feature #13396]
[New constant] [New constant]
@ -429,7 +429,7 @@ sufficient information, see the ChangeLog file or Redmine
* <tt>--enable=jit</tt> option is added to enable JIT. <tt>--jit-verbose=1</tt> * <tt>--enable=jit</tt> option is added to enable JIT. <tt>--jit-verbose=1</tt>
is good for inspection. See <tt>ruby --help</tt> for others. is good for inspection. See <tt>ruby --help</tt> for others.
* To generate machine code, this JIT compiler uses C compiler used for building * To generate machine code, this JIT compiler uses C compiler used for building
the interpreter. Currently GCC, Clang and Microsoft Visual C++ are supported for it. the interpreter. Currently GCC, Clang, and Microsoft Visual C++ are supported for it.
* rb_waitpid reimplemented on Unix-like platforms to maintain * rb_waitpid reimplemented on Unix-like platforms to maintain
compatibility with processes created for JIT [Bug #14867] compatibility with processes created for JIT [Bug #14867]