From f81eabe7ef4ce49b2d946483879e9273802fdace Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 29 Dec 2007 14:49:11 +0000 Subject: * io.c (io_fflush): don't retry when wbuf modified by other threads. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29a570465..2356181fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 29 23:48:13 2007 Tanaka Akira + + * io.c (io_fflush): don't retry when wbuf modified by other threads. + Sat Dec 29 22:44:30 2007 Nobuyoshi Nakada * re.c (rb_reg_regsub): returns the given string itself if nothing -- cgit