aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 12:51:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 12:51:39 +0000
commitc1759a9f18bf7349d7d8165b625deda5be5d20ca (patch)
treea792ef9e548a1b1f46bae72cf0b8785a6ed576b2 /ChangeLog
parent0f1a1073f7c9ab1ac67975ec45faa8fe91c22671 (diff)
downloadruby-c1759a9f18bf7349d7d8165b625deda5be5d20ca.tar.gz
* io.c (io_binwrite): allocate wbuf if nosync.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b35d25bae5..b17e23f2e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 23 21:50:53 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (io_binwrite): allocate wbuf if nosync.
+
Tue Sep 23 21:45:02 2008 Tanaka Akira <akr@fsij.org>
* io.c (copy_stream_body): use io_binwrite instead of io_fwrite.