1. 12 Feb, 2008 1 commit
    • Dan Kegel's avatar
      msvcrt: Fix EOF behavior on read from pipe or console. · 316869b2
      Dan Kegel authored
      The canonical way to detect EOF on read is when you request more than
      zero bytes, but zero bytes come back.  Switching to this method seems
      to handle a few problem cases better.  Also handle ERROR_BROKEN_PIPE
      properly just in case.
      316869b2
  2. 11 Feb, 2008 32 commits
  3. 08 Feb, 2008 7 commits