aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-25 02:35:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-25 02:35:31 +0000
commitd08f4ffe8b4b389036b9a1a4e86d38936f04d5c3 (patch)
tree3c3d5e330737564c02413c6972d80030200c0b4a /ChangeLog
parent89c85cdd4ebb4da09a8b71e6bd42effade131dd7 (diff)
downloadruby-d08f4ffe8b4b389036b9a1a4e86d38936f04d5c3.tar.gz
* win32/win32.c (setup_overlapped): seek to the file end only when
writing (mode:a), not reading (mode:a+, read). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50637 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 d0826af590..636c4d7234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 25 11:27:14 2015 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * win32/win32.c (setup_overlapped): seek to the file end only when
+ writing (mode:a), not reading (mode:a+, read).
+
Mon May 25 00:27:37 2015 Benoit Daloze <eregontp@gmail.com>
* numeric.c (Numeric#negative?): [DOC] Fix call-seq.