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

ruby-changes:49335

From: sorah <ko1@a...>
Date: Mon, 25 Dec 2017 02:55:23 +0900 (JST)
Subject: [ruby-changes:49335] sorah:r61452 (trunk): NEWS: use of copy_file_range(2) isn't a new method

sorah	2017-12-25 02:55:01 +0900 (Mon, 25 Dec 2017)

  New Revision: 61452

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

  Log:
    NEWS: use of copy_file_range(2) isn't a new method
    
    [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 61451)
+++ NEWS	(revision 61452)
@@ -89,11 +89,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L89
 
 * IO
 
+  * IO#copy_stream tries copy offload with copy_file_range(2) [Feature #13867]
+
   * New methods:
 
     * IO#pread  [Feature #4532]
     * IO#pwrite  [Feature #4532]
-    * IO#copy_stream tries copy offload with copy_file_range(2) [Feature #13867]
     * IO#write accepts multiple arguments  [Feature #9323]
 
 * IOError

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

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