From cef5f426a79f3c1a12fe929bc99c219c3509a77d Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Dec 2003 04:18:37 +0000 Subject: * test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6bc740af..a394967b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 5 13:17:30 2003 Tanaka Akira + + * test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen. + Fri Dec 5 11:54:45 2003 Nobuyoshi Nakada * ext/stringio/stringio.c (strio_read): follow IO#read. -- cgit