aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Program.inc
AgeCommit message (Expand)Author
2013-05-01Fixes 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 WindowsReid Kleckner
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer
2011-12-12Support/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-06Return only the least significant 8 bits of the exit status fromPeter Collingbourne
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick
2011-05-11Typo and missing checkin from r131186.Andrew Trick
2011-02-09Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi
2011-02-05Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi
2010-11-29Merge System into Support.Michael J. Spencer