From da3303251a97aec6f699008096af8e442d5b99ca Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 26 Oct 2008 09:42:21 +0000 Subject: * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygems to get rid of the interference. * test/ruby/test_io.rb (ruby): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb2cfce3b..ef5810910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Sun Oct 26 18:11:23 2008 Nobuyoshi Nakada +Sun Oct 26 18:42:18 2008 Nobuyoshi Nakada * thread.c (blocking_region_{begin,end}): declared as inline. @@ -11,6 +11,11 @@ Sun Oct 26 18:11:23 2008 Nobuyoshi Nakada * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl on cygwin. + * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygems + to get rid of the interference. + + * test/ruby/test_io.rb (ruby): ditto. + Sun Oct 26 13:30:28 2008 Nobuyoshi Nakada * io.c (read_all): use the given buffer to read when needs readconv. -- cgit