summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-08 11:25:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-08 11:25:24 +0000
commiteb1fa257b5f08aafe440a84a064bf9d93652dabe (patch)
treea38bdff345c8932cf8ddac319f68905b6ad61043 /ChangeLog
parentfa7a5d5477dd8015b9bc0be9dc7ef2bf583e46d8 (diff)
* test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $:
after require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 828067bff1..2018d11b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Thu Apr 8 19:45:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Apr 8 20:25:19 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/extmk.rb (extmake): skip uncompiled extensions.
@@ -13,11 +13,14 @@ Thu Apr 8 19:45:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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 <nobu@ruby-lang.org>
* io.c (rb_io_binmode): inverted condition. [ruby-dev:23349]