diff options
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) |
