From 5ab3fa5c31b3c7f90fd7c3e0cfa1bc2ecd17c3d8 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:57:13 +0000 Subject: merges r20982 and r20983 from trunk into ruby_1_9_1. * 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/branches/ruby_1_9_1@21035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a678de8b2..d653ab3aa 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 14:32:23 2008 Koichi Sasada * vm_insnhelper.c (vm_method_search): fix control flow bug. -- cgit