diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-18 04:06:01 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-18 04:06:01 +0000 |
| commit | 44cff77b95104cc99ea5625df6ebe8adfa3f4a22 (patch) | |
| tree | e65098cc18f65940f093056356336c4ebbf7f89d /ChangeLog | |
| parent | d6c86e631d030202f23b096a1659a495c0263c5a (diff) | |
* io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it is
available (for Windows).
* win32/win32.c (fcntl): on F_DUPFD, determine the inheritance of the
new handle by O_NOINHERIT flag of original fd.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Nov 18 13:03:38 2011 NAKAMURA Usaku <usa@ruby-lang.org> + + * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it is + available (for Windows). + + * win32/win32.c (fcntl): on F_DUPFD, determine the inheritance of the + new handle by O_NOINHERIT flag of original fd. + Fri Nov 18 08:00:41 2011 Ryan Davis <ryan@lust.zenspider.com> * lib/minitest/*: Imported minitest 2.8.1 (r6750) |
