summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 15:30:03 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 15:30:03 +0000
commit10a1e380a2ac9493c3481bf22b57642d75be72d5 (patch)
treea39fc8e85fcd685cbde0b246e972b7bf37f6a944 /ChangeLog
parent6aa5a5a3ce4a3fc72e33ce6d14e1e3efbb231ac8 (diff)
* win32/win32.c (rb_w32_open): need to seek to the end of the file when
O_APPEND is specified. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20009 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 19d9d6c5fa..5ae9b3c6f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 29 00:29:46 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * 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) <yugui@yugui.jp>
* test/ruby/test_proc.rb: filled all patterns for testing