ruby-changes:40565
From: usa <ko1@a...>
Date: Wed, 18 Nov 2015 20:48:21 +0900 (JST)
Subject: [ruby-changes:40565] usa:r52644 (ruby_2_1): merge revision(s) 50985: [Backport #11693]
usa 2015-11-18 20:48:11 +0900 (Wed, 18 Nov 2015) New Revision: 52644 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52644 Log: merge revision(s) 50985: [Backport #11693] runruby.rb: don't close other fds * tool/runruby.rb: rubyspec now requires other FDs not to be closed since 7b6ce1fee. Modified directories: branches/ruby_2_1/ Modified files: branches/ruby_2_1/tool/runruby.rb branches/ruby_2_1/version.h Index: ruby_2_1/version.h =================================================================== --- ruby_2_1/version.h (revision 52643) +++ ruby_2_1/version.h (revision 52644) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/version.h#L1 #define RUBY_VERSION "2.1.8" #define RUBY_RELEASE_DATE "2015-11-18" -#define RUBY_PATCHLEVEL 419 +#define RUBY_PATCHLEVEL 420 #define RUBY_RELEASE_YEAR 2015 #define RUBY_RELEASE_MONTH 11 Index: ruby_2_1/tool/runruby.rb =================================================================== --- ruby_2_1/tool/runruby.rb (revision 52643) +++ ruby_2_1/tool/runruby.rb (revision 52644) @@ -89,6 +89,7 @@ ENV.update env https://github.com/ruby/ruby/blob/trunk/ruby_2_1/tool/runruby.rb#L89 cmd = [ruby] cmd.concat(ARGV) cmd.unshift(*precommand) unless precommand.empty? +cmd.push(:close_others => false) if show require 'shellwords' Property changes on: ruby_2_1 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r50985 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/