From bcfdcc809cbeea8f593237114cf5ccd688f7d577 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 8 Apr 2004 11:25:24 +0000 Subject: * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $: after require. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 828067bff..2018d11b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Apr 8 19:45:08 2004 Nobuyoshi Nakada +Thu Apr 8 20:25:19 2004 Nobuyoshi Nakada * ext/extmk.rb (extmake): skip uncompiled extensions. @@ -13,11 +13,14 @@ Thu Apr 8 19:45:08 2004 Nobuyoshi Nakada * test/runner.rb: do nothing while cross-compiling. * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: use envutil to - know ruby binary. + know ruby binary, and restore $: after require. * test/ruby/envutil.rb: give priority to RUBY environment variable to use just compiled binary and libraries. + * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $: + after require. + Thu Apr 8 19:03:33 2004 Nobuyoshi Nakada * io.c (rb_io_binmode): inverted condition. [ruby-dev:23349] -- cgit