aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 18:08:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 18:08:04 +0000
commite1c40b19672f4deef8d153dd2df81f9ecea4fd84 (patch)
treed8c31670827c0a941519d605e15bf7c8d273eaac /ChangeLog
parent5c8b8c03b367376cbae5f22cf8f751df5bdb8142 (diff)
downloadruby-e1c40b19672f4deef8d153dd2df81f9ecea4fd84.tar.gz
* io.c (rb_io_fsync): revert a part of r45254. explicit fsync should update
the metadata. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fb83f93bd8..ea8eb44e22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
Mon Mar 3 02:53:53 2014 NAKAMURA Usaku <usa@ruby-lang.org>
- * io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove force
- syncing for Win32 to speed up IO. this may break some tests, and
- they'll be fixed later.
+ * io.c (rb_io_flush_raw): [EXPERIMENTAL] remove force syncing for Win32
+ to speed up IO. this may break some tests, and they'll be fixed
+ later.
[ruby-core:58570] [Bug #9153]
Mon Mar 3 00:17:43 2014 NAKAMURA Usaku <usa@ruby-lang.org>