diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-30 01:34:23 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-30 01:34:23 +0000 |
| commit | 5cdd7f52cc2c6cc25200e1738f53421b18698836 (patch) | |
| tree | 38ec8f10163a9fdf98c0a2542d0baed7f9547c0c /ChangeLog | |
| parent | 2db25b6ba08a6749057a367be5ec9ed232669571 (diff) | |
* ruby.c (moreswitches): splits option string and passes arguments.
* ruby.c (proc_options): checks if allowed in RUBYOPT.
* ruby.c (process_options): allows long style options in RUBYOPT.
* ruby.c (load_file_internal): ditto in shebang. [ruby-dev:36979]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu Oct 30 10:34:20 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ruby.c (moreswitches): splits option string and passes arguments. + + * ruby.c (proc_options): checks if allowed in RUBYOPT. + + * ruby.c (process_options): allows long style options in RUBYOPT. + + * ruby.c (load_file_internal): ditto in shebang. [ruby-dev:36979] + Thu Oct 30 09:31:45 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (rb_locale_encoding): makes an alias for locale. |
