From fe0b6fd14e78efdf5a935c80d41d526c44327fed Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 27 Dec 2007 05:36:02 +0000 Subject: * io.c (io_fflush): checks wbuf modification by other threads. not perfect. it need locks. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4a5d642c..6f6f53342 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 27 14:34:38 2007 Tanaka Akira + + * io.c (io_fflush): checks wbuf modification by other threads. + not perfect. it need locks. + Thu Dec 27 10:44:03 2007 Yukihiro Matsumoto * ext/socket/socket.c: a patch to support IRIX from Andrew -- cgit