diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-16 22:21:09 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-16 22:21:09 +0000 |
| commit | 19620465b77e41286695a1f2d7d9edc39c4bb4c2 (patch) | |
| tree | cf4123a838c5d26dddcfe9204c7fb9d730533381 /ChangeLog | |
| parent | 3c6cf62cbb81b428acf61c5ee730344d9959042c (diff) | |
| download | ruby-19620465b77e41286695a1f2d7d9edc39c4bb4c2.tar.gz ruby-19620465b77e41286695a1f2d7d9edc39c4bb4c2.tar.xz ruby-19620465b77e41286695a1f2d7d9edc39c4bb4c2.zip | |
* ruby.c (proc_options): no warning when default_external already
set by -E.
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):
put -K after -E to set script encoding.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -51,6 +51,14 @@ Thu Oct 16 14:30:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * instruby.rb (lib): installs all files other than README etc. +Thu Oct 16 08:14:39 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ruby.c (proc_options): no warning when default_external already + set by -E. + + * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt): + put -K after -E to set script encoding. + Thu Oct 16 06:20:36 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * test/ruby/test_transcode.rb (TestTranscode#test_errors): |
