From d036633dcbfc7c4f7f28feab753694df1265f27d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Jan 2008 06:54:26 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@14965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b962f4faef..84d5cc187b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jan 9 15:54:24 2008 Nobuyoshi Nakada + + * 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 * parse.y (yycompile0): remove setting parser->enc because it is set -- cgit v1.2.3