Remove some not-really-used variables, as warned
[oota-llvm.git] / lib / System / Unix / Program.inc
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-05 Dan GohmanUpdate a comment to reflect the current code.
2009-08-05 Dan GohmanRemove needless uses of std::flush in the parent proces...
2009-08-05 Dan GohmanUse _exit rather than exit in the child process after...
2009-08-04 Dan GohmanFollow Unix behavior and return 127 if the command...
2009-08-04 Daniel DunbarWhen exec() fails, return 127 instead of errno; the...
2009-08-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-07-28 Dan GohmanOn "Unix", if Program::FindProgramByName is given a...
2009-07-28 Benjamin KramerFix a fixme; don't take binaries from the working direc...
2009-07-18 Mikhail GlushenkovRemove duplication in Program::Execute{And,No}Wait.
2009-07-17 Mikhail GlushenkovTrailing whitespace.
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-05-29 Bill WendlingUnbreak build.
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-04 Devang PatelSet error message.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-07-12 Chris LattnerTurn an if into an else if.
2006-06-09 Evan ChengDon't pull in environ, not always safe. Global variable...
2006-06-07 Reid SpencerFor PR787:
2005-12-22 Reid SpencerFor PR351:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-20 Misha BrukmanAdd FIXME by Markus Oberhumer from bug 545: not checkin...
2005-01-16 Chris LattnerFix bugpoint
2004-12-27 Reid SpencerFor PR351:
2004-12-19 Brian GaekeMake references to 'struct sigaction' compile under...
2004-12-19 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...