aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 05:36:02 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 05:36:02 +0000
commitfc9cc7440a44cfbb188f875e71095d7e49c22f51 (patch)
tree92f771a6ed0dc8834d06078ed96e53187c9a8bea /ChangeLog
parent5458a384eaa22b3427dc81a2c8e4c4599123e805 (diff)
downloadruby-fc9cc7440a44cfbb188f875e71095d7e49c22f51.tar.gz
* io.c (io_fflush): checks wbuf modification by other threads.
not perfect. it need locks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14729 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 c4a5d642c7..6f6f533428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 27 14:34:38 2007 Tanaka Akira <akr@fsij.org>
+
+ * io.c (io_fflush): checks wbuf modification by other threads.
+ not perfect. it need locks.
+
Thu Dec 27 10:44:03 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/socket/socket.c: a patch to support IRIX from Andrew