From 6ec1af6ea54bedc617a3fceb0fdc344eadd9b9a3 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 29 Oct 2008 02:01:54 +0000 Subject: * win32/win32.c (rb_w32_open): shouldn't seek here. * win32/win32.c (rb_w32_write): write to the end of the file when FAPPEND is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ae9b3c6f..d5e5ecd7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 29 11:01:46 2008 NAKAMURA Usaku + + * win32/win32.c (rb_w32_open): shouldn't seek here. + + * win32/win32.c (rb_w32_write): write to the end of the file when + FAPPEND is specified. + Wed Oct 29 00:29:46 2008 NAKAMURA Usaku * win32/win32.c (rb_w32_open): need to seek to the end of the file when -- cgit