From 4be84ede7ca146167f59346780ee76f6d7d2d48c Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 25 Dec 2008 04:29:30 +0000 Subject: * io.c (rb_io_flush): fsync() after buffer is flushed on win32. [ruby-core:20043] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2fe75318..9ddb0547b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 25 13:28:20 2008 NAKAMURA Usaku + + * io.c (rb_io_flush): fsync() after buffer is flushed on win32. + [ruby-core:20043] + Thu Dec 25 13:13:00 2008 Koichi Sasada * vm_insnhelper.c (vm_method_search): return rb_cObject if there is no -- cgit