aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-10 11:27:43 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-10 11:27:43 +0000
commit929337db51e1c936856834e0632a76a899464e13 (patch)
treea5c39718c3dfb256617862ee86ea02b8b293b2b5 /ChangeLog
parent5698e1bee42e8be06aa74a98c73a42566fe17807 (diff)
downloadruby-929337db51e1c936856834e0632a76a899464e13.tar.gz
* 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] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7b8580ce8..9b7683e66a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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