[SVN] r9297

Luke Daley ld at ldaley.com
Sat Apr 5 07:47:54 UTC 2008


• Changed handling of reading stdin errors.

If reading from stdin produced an error, then we just return the result of the syscall (previously we died fatally). Except when the error is EAGAIN. Processes running under TM may have their stdin closed, and that will cause EAGAIN which in our context is not really an error.

Changed:
U   trunk/Review/Tools/tmread/src/read.c



More information about the textmate-dev mailing list