From 84e137fa8157e67a7974cbe809be761a20a03522 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 14 Sep 2005 14:30:37 +0000 Subject: * win32/win32.c (collect_file_fd): rename from extract_file_fd. * win32/win32.c (extract_pipe_fd, peek_pipe): new functions. * win32/win32.c (rb_w32_select): check pipes by polling them. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49a33fc60..b13cb9f39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Sep 14 23:28:28 2005 NAKAMURA Usaku + + * win32/win32.c (collect_file_fd): rename from extract_file_fd. + + * win32/win32.c (extract_pipe_fd, peek_pipe): new functions. + + * win32/win32.c (rb_w32_select): check pipes by polling them. + Wed Sep 14 22:40:26 2005 Nobuyoshi Nakada * dir.c (ruby_glob): glob function not using ruby exception system. -- cgit