From 88783116e06ff7cd5e43041b2c598fe76cfe98db Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 23 Apr 2016 00:03:37 +0000 Subject: ruby.c: fix command line encoding on cygwin * ruby.c: cygwin does not use w32_cmdvector, command line can be other than UTF-8. [ruby-dev:49519] [Bug #12184] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0dea6ec3ee..b606513792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Apr 23 09:03:35 2016 Nobuyoshi Nakada + + * ruby.c: cygwin does not use w32_cmdvector, command line can be + other than UTF-8. [ruby-dev:49519] [Bug #12184] + Sat Apr 23 01:00:03 2016 Rei Odaira * configure.in: don't use the system-provided round(3) on AIX. -- cgit v1.2.3