From 1d339ff212747d5bcd4fcbf65750f078c64c7367 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 3 Apr 2013 10:00:49 +0000 Subject: * ext/extmk.rb (extmake): Use Logging.open to switch stdout and stderr. Delay Logging::log_close until the failure message is written. Write the failure message only if log file is opened. * lib/mkmf.rb (Logging.log_opened?): New method. [ruby-dev:47215] [Bug #8209] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21f571ee8a..3aef4dde94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Apr 3 18:53:58 2013 Tanaka Akira + + * ext/extmk.rb (extmake): Use Logging.open to switch stdout and + stderr. Delay Logging::log_close until the failure message is + written. Write the failure message only if log file is opened. + + * lib/mkmf.rb (Logging.log_opened?): New method. + + [ruby-dev:47215] [Bug #8209] + Wed Apr 3 17:11:15 2013 Nobuyoshi Nakada * win32/win32.c (constat_apply): pass through unknown sequence which -- cgit v1.2.3