ruby-changes:20502
From: usa <ko1@a...>
Date: Fri, 15 Jul 2011 14:37:58 +0900 (JST)
Subject: [ruby-changes:20502] usa:r32550 (trunk): * ChangeLog: typo.
usa 2011-07-15 14:37:50 +0900 (Fri, 15 Jul 2011) New Revision: 32550 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32550 Log: * ChangeLog: typo. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 32549) +++ ChangeLog (revision 32550) @@ -1,3 +1,14 @@ +Fri Jul 15 14:27:53 2011 NAKAMURA Usaku <usa@r...> + + * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed + from rb_w32_has_cancel_io(). now it takes a parameter as fd to check + the fd is console or not, because we cannot cancel console input even + if we have cancel_io function. + + * io.c (WAIT_FD_IN_WIN32): call above function instead of the old one, + so now we can kill the thread which calls STDIN.gets. + the problem was reported by ko1 via IRC. + Fri Jul 15 09:10:41 2011 Hiroshi Nakamura <nahi@r...> * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Bus -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/