From ce6fdd55bd0e892f75760bb50aec29dd063dfcea Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 19 Mar 2017 21:43:39 +0000 Subject: merge revision(s) 54785: [Backport #11900] * ruby.c (process_options): convert -e script to the encoding given by a command line option on Windows. assume it is the expected encoding. [ruby-dev:49461] [Bug #11900] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@58029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0b959d32a..84c3f8b221 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Mar 20 06:35:08 2017 Nobuyoshi Nakada + + * ruby.c (process_options): convert -e script to the encoding + given by a command line option on Windows. assume it is the + expected encoding. [ruby-dev:49461] [Bug #11900] + Mon Mar 20 05:47:49 2017 Koichi Sasada * test/ruby/test_exception.rb: fix thread issues. -- cgit v1.2.3