diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 09:42:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 09:42:21 +0000 |
| commit | da3303251a97aec6f699008096af8e442d5b99ca (patch) | |
| tree | d7b846ec49feeaccc7022ac6dd5ab32bdd66e84a /ChangeLog | |
| parent | d19d5e04726c9b71192e7bd9d8ad716c74adc631 (diff) | |
| download | ruby-da3303251a97aec6f699008096af8e442d5b99ca.tar.gz ruby-da3303251a97aec6f699008096af8e442d5b99ca.tar.xz ruby-da3303251a97aec6f699008096af8e442d5b99ca.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Sun Oct 26 18:11:23 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sun Oct 26 18:42:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * thread.c (blocking_region_{begin,end}): declared as inline. @@ -11,6 +11,11 @@ Sun Oct 26 18:11:23 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * 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 <nobu@ruby-lang.org> * io.c (read_all): use the given buffer to read when needs readconv. |
