From d0d68df7d00f58c8ebb9a74f577dca389876d882 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Sep 2012 16:21:57 +0000 Subject: mkmf.rb: fix splitting options with an argument * ext/extmk.rb (extmake), lib/mkmf.rb (have_framework): fix splitting options with an argument, not using NUL as special character. [ruby-core:47447] [Bug #6987] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17e5106737..88edf06796 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 7 01:21:51 2012 Nobuyoshi Nakada + + * ext/extmk.rb (extmake), lib/mkmf.rb (have_framework): fix splitting + options with an argument, not using NUL as special character. + [ruby-core:47447] [Bug #6987] + Thu Sep 6 14:49:49 2012 Nobuyoshi Nakada * .gdbinit (rp): FLONUM support. -- cgit v1.2.3