From b3093a85590fb3fa78e71f3306a927818f389123 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 28 Mar 2013 09:15:03 +0000 Subject: merge revision(s) 39507,39508: [Backport #7963] * tool/mkconfig.rb: reconstruct comma separated list values. a command line to Windows batch file is splitted not only by spaces and equals sign but also by commas and semicolons. command line to Windows batch file is split not only by spaces and equal signs but also by commas and semicolons. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a46301feff..7c7c74f65e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 28 18:14:41 2013 Nobuyoshi Nakada + + * tool/mkconfig.rb: reconstruct comma separated list values. a + command line to Windows batch file is split not only by spaces + and equal signs but also by commas and semicolons. + Thu Mar 28 18:13:38 2013 NARUSE, Yui * string.c (str_byte_substr): don't set coderange if it's not known. -- cgit v1.2.3