aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 14:25:46 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 14:25:46 +0000
commit3a1b550b54891782c0e9de84d1ad03d551807598 (patch)
treee33c2eeefa1cd5b4a8e8b889dbb52f8d1ee4f154 /NEWS
parent206ce713f7ce0659052bc5e8c72fecb870f94540 (diff)
downloadruby-3a1b550b54891782c0e9de84d1ad03d551807598.tar.gz
io.c: introduce copy offload to IO.copy_stream
io.c (rb_io_s_copy_stream): add copy offload feature (by using copy_file_range(2) if available) to IO.copy_stream git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 763c67a742..e340872df6 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* IO#pread [Feature #4532]
* IO#pwrite [Feature #4532]
+ * IO#copy_stream tries copy offload with copy_file_range(2) [Feature #13867]
* IOError