From 2150b0df68977b6789ac1fdd304dc51ea3d119c9 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 23 Nov 2005 16:32:47 +0000 Subject: * file.c (w32_io_info): CreateFile failed on Win9x if file was already opened. (FILE_SHARE_READ was needed, but actually I don't understand the flags of CreateFile well...) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1812bc7e1..82017c6c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 24 01:31:44 2005 Hirokazu Yamamoto + + * file.c (w32_io_info): CreateFile failed on Win9x if file was already + opened. (FILE_SHARE_READ was needed, but actually I don't understand + the flags of CreateFile well...) + Wed Nov 23 23:52:35 2005 Yukihiro Matsumoto * numeric.c (num_div): use floor rather than rb_Integer(). -- cgit