Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-25 | Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests. | Dan Gohman | |
2014-02-18 | fix function types of main loop funcs in sockets tests | Alon Zakai | |
2013-08-29 | updated test_stdin to work in SM shell | Anthony Pesch | |
2013-08-29 | - added tests for tcgetattr / tcsetattr | Anthony Pesch | |
- made test_stdin async to work in the node environment - clearerr should reset both eof and error indicators - fgetc was incorrectly setting the eof indicator. in cases where fread had errored with EAGAIN it was setting eof. I removed the set entirely, as there is no need for fgetc to even worry about it, fread will set the correct value in any case |