Age | Commit message (Collapse) | Author |
|
- 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
|
|
packager does not need PATH, and works through closure
|
|
|
|
file, but at the cost of not being able to free them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix rsp file escaping on Windows.
|
|
Fix source_map on windows.
|
|
#1471. Possibly related to the problem reported in #1533.
|
|
|
|
This is groundwork for landing musl includes which remove
some of the deprecated functions or very old BSDisms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
separators when the host is Windows.
|
|
|
|
|
|
|
|
The main differences between PNaCl and standard Clang are that the tools are
prefixed with "pnacl-" instead of "llvm-" and PNaCl does not accept "-o=file"
style arguments, and requires them to be specified as "-o file".
|
|
|
|
file preload path fixes
|
|
Extend use of LLVM_ADD_VERSION and CLANG_ADD_VERSION
|
|
|
|
|
|
Previously, an exported function contained in a library would not be found by
the linker if the library did not contain symbols transitively reachable from
main.
|
|
|
|
|
|
|
|
|
|
|