From 6c8efc0dc724d3ec5120eb17e22bbfcbb7d6d1d9 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 23 Mar 2016 02:38:49 +0000 Subject: GNUmakefile.in: fix MSYS2_ARG_CONV_EXCL * cygwin/GNUmakefile.in (MSYS2_ARG_CONV_EXCL_PARAM): * add missing parentheses and remove double quotes. * rename to get rid of recursive references. * as --excludes-dir option is for a path name, its argument should be converted. [ruby-dev:49526] [Bug #12199] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 848674d8ff..060e60c5e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Mar 23 11:38:47 2016 Nobuyoshi Nakada + + * cygwin/GNUmakefile.in (MSYS2_ARG_CONV_EXCL_PARAM): + * add missing parentheses and remove double quotes. + * rename to get rid of recursive references. + * as --excludes-dir option is for a path name, its argument + should be converted. + [ruby-dev:49526] [Bug #12199] + Wed Mar 23 10:39:38 2016 Koichi ITO * variable.c: Added documentation about order of `Module#constants` -- cgit v1.2.3