From 8d422b9ab1a3280d924f183de4b4a6bf141380c1 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 15 Sep 2005 02:03:43 +0000 Subject: * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle(). * win32/win32.c (extract_console_fd, peek_console): new functions. * win32/win32.c (rb_w32_select): check consoles by polling them. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b13cb9f39..f2c0c71b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 15 11:01:58 2005 NAKAMURA Usaku + + * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle(). + + * win32/win32.c (extract_console_fd, peek_console): new functions. + + * win32/win32.c (rb_w32_select): check consoles by polling them. + Wed Sep 14 23:28:28 2005 NAKAMURA Usaku * win32/win32.c (collect_file_fd): rename from extract_file_fd. -- cgit