aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-15 08:01:28 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-15 08:01:28 +0000
commitbc08992a2e2e13b546f4f9c6e960a7274901ccf6 (patch)
tree128707eef0e1fd9ec37af4b457dfe6dc8a3e154a /ChangeLog
parent9972c18c126f209cc7a83dacb3446fbdd6a064a0 (diff)
downloadruby-bc08992a2e2e13b546f4f9c6e960a7274901ccf6.tar.gz
* io.c (rb_io_rewind): remove fsync() for Windows to improve the
performance. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44cf60a3d7..b1c54d0a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 15 16:59:56 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (rb_io_rewind): remove fsync() for Windows to improve the
+ performance.
+
Thu Aug 15 16:30:23 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* test/fileutils/test_fileutils.rb (TestFileUtils#test_rmdir):