Fix hWaitForInput
authorSimon Marlow <marlowsd@gmail.com>
Thu, 27 Aug 2009 15:21:16 +0000 (15:21 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 27 Aug 2009 15:21:16 +0000 (15:21 +0000)
commite3e2159dbf55edd3124d66533ff2c598f53aa811
tree53d7e516a5232f5f6f9a0216315e6e10515d41e7
parentc5dad0e503b8e57e35213edbb7a67b4bfc6e0dbf
Fix hWaitForInput
It was erroneously waiting when there were bytes to decode waiting in
the byte buffer.
GHC/IO/Handle/Internals.hs
GHC/IO/Handle/Text.hs