• 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
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
console.c Loading commit data...
cpp.c Loading commit data...
cppexcept.c Loading commit data...
cppexcept.h Loading commit data...
ctype.c Loading commit data...
data.c Loading commit data...
dir.c Loading commit data...
environ.c Loading commit data...
errno.c Loading commit data...
except.c Loading commit data...
exit.c Loading commit data...
file.c Loading commit data...
heap.c Loading commit data...
locale.c Loading commit data...
lock.c Loading commit data...
main.c Loading commit data...
math.c Loading commit data...
mbcs.c Loading commit data...
misc.c Loading commit data...
msvcrt.h Loading commit data...
msvcrt.spec Loading commit data...
mtdll.h Loading commit data...
process.c Loading commit data...
rsrc.rc Loading commit data...
scanf.c Loading commit data...
scanf.h Loading commit data...
string.c Loading commit data...
thread.c Loading commit data...
time.c Loading commit data...
undname.c Loading commit data...
wcs.c Loading commit data...