ruby-cvs:15520
From: (ocean) <ocean ruby-lang.org>
Date: Sat, 17 Sep 2005 13:53:27 +0900
Subject: [ruby-cvs] ruby, ruby/win32: * win32/win32.c (rb_w32_select): console support is back.
ocean Sat, 17 Sep 2005 13:53:27 +0900
Modified files:
ruby:
ChangeLog
ruby/win32:
win32.c
Log:
* 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)
Revision Changes Path
1.4585 +9 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4584&r2=1.4585
1.172 +42 -1 ruby/win32/win32.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/win32/win32.c?cvsroot=src&r1=1.171&r2=1.172