diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 10:18:39 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 10:18:39 +0000 |
| commit | 676358f319d9f9e6d6e0b798a301035f932bb877 (patch) | |
| tree | 0aac9f36ed37d0d520f42db84284a84e884f127f /ChangeLog | |
| parent | da3303251a97aec6f699008096af8e442d5b99ca (diff) | |
| download | ruby-676358f319d9f9e6d6e0b798a301035f932bb877.tar.gz ruby-676358f319d9f9e6d6e0b798a301035f932bb877.tar.xz ruby-676358f319d9f9e6d6e0b798a301035f932bb877.zip | |
* gem_prelude.rb: disables debug and verbose flags to suppress failure
messages. interpolation does not occur inside single quotes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Sun Oct 26 18:42:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sun Oct 26 19:18:36 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * thread.c (blocking_region_{begin,end}): declared as inline. @@ -11,6 +11,9 @@ Sun Oct 26 18:42:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl on cygwin. + * gem_prelude.rb: disables debug and verbose flags to suppress failure + messages. interpolation does not occur inside single quotes. + * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygems to get rid of the interference. |
