[前][次][番号順一覧][スレッド一覧]

ruby-changes:52197

From: kazu <ko1@a...>
Date: Fri, 17 Aug 2018 13:00:17 +0900 (JST)
Subject: [ruby-changes:52197] kazu:r64405 (trunk): [DOC] Update NEWS about close_others [ci skip]

kazu	2018-08-17 13:00:09 +0900 (Fri, 17 Aug 2018)

  New Revision: 64405

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64405

  Log:
    [DOC] Update NEWS about close_others [ci skip]

  Modified files:
    trunk/NEWS
    trunk/doc/NEWS-2.0.0
Index: doc/NEWS-2.0.0
===================================================================
--- doc/NEWS-2.0.0	(revision 64404)
+++ doc/NEWS-2.0.0	(revision 64405)
@@ -94,7 +94,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.0.0#L94
       required caller size.
     * Kernel#to_enum and enum_for accept a block for lazy size evaluation.
   * incompatible changes:
-    * system() and exec() closes non-standard file descriptors
+    * system() and exec() close non-standard file descriptors
       (The default of :close_others option is changed to true by default.)
     * respond_to? against a protected method now returns false unless
       the second argument is true.
@@ -528,4 +528,3 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.0.0#L528
 * NUM2SHORT() and NUM2USHORT() added. They are similar to NUM2INT, but short.
 
 * rb_newobj_of() and NEWOBJ_OF() added. They create a new object of a given class.
-
Index: NEWS
===================================================================
--- NEWS	(revision 64404)
+++ NEWS	(revision 64405)
@@ -102,6 +102,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L102
   * Kernel.#system takes :exception option to raise an exception on
     failure. [Feature #14386]
 
+  * incompatible changes:
+    * system() and exec() do not close non-standard file descriptors
+      (The default of :close_others option is changed to false by default.)
+
 * KeyError
 
   * KeyError#initialize accepts :receiver and :key options to set receiver and key in Ruby code. [Feature #14313]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]