summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 04:29:30 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 04:29:30 +0000
commitf29ec7ed67fb25ff998eb2f6d31ea103a2e33e46 (patch)
treee1115f21a0a9a9a3c23e7a0433a7509b567f4fec /ChangeLog
parenta71fb38d47d910b421c56e7b28931be12a32d09d (diff)
* io.c (rb_io_flush): fsync() after buffer is flushed on win32.
[ruby-core:20043] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20982 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 c2fe753181..9ddb0547b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 25 13:28:20 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (rb_io_flush): fsync() after buffer is flushed on win32.
+ [ruby-core:20043]
+
Thu Dec 25 13:13:00 2008 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c (vm_method_search): return rb_cObject if there is no