From 7e4d5acdfcef6ab407a893950504a2fcc3ce5a4e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 29 Nov 2004 06:22:42 +0000 Subject: * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock is not supported. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f3f78d7c..6c5770a18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 29 15:22:28 2004 Nobuyoshi Nakada + + * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock is + not supported. + Mon Nov 29 03:08:30 2004 Yukihiro Matsumoto * object.c (convert_type): [ruby-core:03845] @@ -42,7 +47,7 @@ Sat Nov 27 21:43:39 2004 Tanaka Akira (rb_io_fwrite): wrapper for io_fwrite now. (io_write): call io_fwrite instead of rb_io_fwrite. -Sat Nov 27 14:44:15 2004 Kent Sibilev +Sat Nov 27 14:44:15 2004 Kent Sibilev * lib/cgi/session.rb (CGI::Session::initialize): [ruby-core:03832] -- cgit