summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 19:41:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 19:41:01 +0000
commit8b48053bebc35d22a8d7a95578f5efaac6d1a10b (patch)
treeb34f60024e11330ff20fb7179c8e1e715960a5de /ChangeLog
parent9e5f063138dbb6c47835b31fc2a86a82b15ab364 (diff)
* io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake of
r45254 and r45256. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45258 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 fea49343c5..7fc3a72304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 3 04:37:50 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake
+ of r45254 and r45256.
+
Mon Mar 3 04:21:34 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/win32ole: get rid of warnings (unused variable).