diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-09 06:54:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-09 06:54:26 +0000 |
| commit | 6f89ce0b6c37d6dad1df0226339977a07776effa (patch) | |
| tree | ca3d1261ab932ba8c905b884216dd39167565822 /ChangeLog | |
| parent | 319e0dc2965334b3ca62bfbba26fe861abeefbe5 (diff) | |
| download | ruby-6f89ce0b6c37d6dad1df0226339977a07776effa.tar.gz ruby-6f89ce0b6c37d6dad1df0226339977a07776effa.tar.xz ruby-6f89ce0b6c37d6dad1df0226339977a07776effa.zip | |
* ruby.c (process_options): give priority command line encoding option
to RUBYOPT, and enable -E option in RUBYOPT.
* ruby.c (load_file): deal with encoding option in shebang line if
nothing in command line and RUBYOPT.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Jan 9 15:54:24 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ruby.c (process_options): give priority command line encoding option + to RUBYOPT, and enable -E option in RUBYOPT. + + * ruby.c (load_file): deal with encoding option in shebang line if + nothing in command line and RUBYOPT. + Wed Jan 9 14:55:36 2008 NAKAMURA Usaku <usa@ruby-lang.org> * parse.y (yycompile0): remove setting parser->enc because it is set |
