From a4e981bf047d4a14c09739a193d8cf421f0fca0a Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 25 Apr 2008 01:55:22 +0000 Subject: * include/ruby/win32.h: define mode_t for umask. * process.c (check_exec_options_i, check_exec_fds, run_exec_options): support "close_others" only when fork(2) is available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cbcdfa32b..30399973e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 25 10:52:27 2008 NAKAMURA Usaku + + * include/ruby/win32.h: define mode_t for umask. + + * process.c (check_exec_options_i, check_exec_fds, run_exec_options): + support "close_others" only when fork(2) is available. + Fri Apr 25 00:16:11 2008 Tanaka Akira * process.c: include sys/stat.h for umask. -- cgit