From 90890ef0232a734f3eb6f38b1551ef5d505deb90 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Dec 2007 09:43:49 +0000 Subject: * io.c: write() should be in blocking region. * bootstraptest/test_io.rb, test_knownbug.rb: move a fixed test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d7f8e744d..a9aeb3a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 21 18:40:54 2007 Koichi Sasada + + * io.c: write() should be in blocking region. + + * bootstraptest/test_io.rb, test_knownbug.rb: move a fixed test. + Fri Dec 21 17:56:30 2007 * ext/tk/tcltklib.c: provisional support on Ruby-VM. -- cgit