From c51719ef921b7caebd7efd81463e60bb090f71e2 Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 17 Sep 2005 04:53:26 +0000 Subject: * win32/win32.c (rb_w32_select): console support is back. but still has performance problem because I loosely took 1 second for wait time. I'll fix it later. (The reason I drastically changed the code is that I wanted to implement the fileset management as single function, and I was worried that if pipe or console was always available, socket may not be processed any time) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5376da78a..427b71d03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Sep 17 13:45:22 2005 Hirokazu Yamamoto + + * win32/win32.c (rb_w32_select): console support is back. + but still has performance problem because I loosely took 1 second + for wait time. I'll fix it later. (The reason I drastically changed + the code is that I wanted to implement the fileset management as + single function, and I was worried that if pipe or console + was always available, socket may not be processed any time) + Sat Sep 17 11:24:16 2005 Hirokazu Yamamoto * win32/win32.c (rb_w32_select): select for socket didn't work. -- cgit