index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Windows
/
Program.inc
Age
Commit message (
Expand
)
Author
2013-05-01
Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...
Aaron Ballman
2013-04-22
[Support] Fix argv string escape bug on Windows
Reid Kleckner
2013-04-11
Add a function to check if an argument list is too long.
Rafael Espindola
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2011-12-13
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-12
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-11-29
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
2011-11-06
Return only the least significant 8 bits of the exit status from
Peter Collingbourne
2011-05-21
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-11
Typo and missing checkin from r131186.
Andrew Trick
2011-02-09
Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...
NAKAMURA Takumi
2011-02-05
Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...
NAKAMURA Takumi
2010-11-29
Merge System into Support.
Michael J. Spencer