From 9d3168648c7cbc211c6489126e1bd4cdbe588363 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 28 Oct 2008 15:30:03 +0000 Subject: * win32/win32.c (rb_w32_open): need to seek to the end of the file when O_APPEND is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19d9d6c5f..5ae9b3c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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 + O_APPEND is specified. + Tue Oct 28 23:03:46 2008 Yuki Sonoda (Yugui) * test/ruby/test_proc.rb: filled all patterns for testing -- cgit