aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-16 12:08:56 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-16 12:08:56 +0000
commitdb2fe4b8ef549c0794a54178a3e6b2bdd88a6291 (patch)
tree66e36c8fcc7c25f3487dec04a61c4a8c889c7f23 /ChangeLog
parentb3e9fce0367c3a16755efeff23c6df08ee19d81d (diff)
downloadruby-db2fe4b8ef549c0794a54178a3e6b2bdd88a6291.tar.gz
Revert r51209 because signals after stopping timer thread before
entering exec(2) system call may be lost. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e6f0aa445..5068764d60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -206,14 +206,6 @@ Fri Jul 10 22:05:50 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
and use Timeout::Error instead, as using throw/catch to isolate
each timeouts now. [ruby-dev:49179] [Bug #11344]
-Fri Jul 10 20:13:05 2015 Naohisa Goto <ngotogenome@gmail.com>
-
- * process.c (rb_f_exec): rb_exec_without_timer_thread should be
- used on every OS, not only on Mac OS X or Haiku, to prevent
- timer thread communications using file descriptor 3 after
- setting redirection of the fd 3 before calling exec.
- [Bug #11336] [ruby-core:69886]
-
Fri Jul 10 17:41:54 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dir.c (is_case_sensitive): get attributes by the file descriptor