diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Sep 17 13:45:22 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * 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 <ocean@m2.ccsnet.ne.jp> * win32/win32.c (rb_w32_select): select for socket didn't work. |
