aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Program.inc
AgeCommit message (Expand)Author
2008-06-12Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman
2008-06-12Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman
2008-05-29Unbreak build.Bill Wendling
2008-05-29Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-02-04Set error message.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-14Remove spurious consts. This fixes warnings with compilers thatDan Gohman
2007-07-06Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif
2007-06-04Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel
2007-04-23Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-08-22For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-07-12Turn an if into an else if.Chris Lattner
2006-06-09Don't pull in environ, not always safe. Global variables are bad anyway.Evan Cheng
2006-06-07For PR787:Reid Spencer
2005-12-22For PR351:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-20Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman
2005-01-16Fix bugpointChris Lattner
2004-12-27For PR351:Reid Spencer
2004-12-19Make references to 'struct sigaction' compile under Solaris.Brian Gaeke
2004-12-19For PR351:Reid Spencer
2004-12-14For PR351:Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-09-13Clean up the interface and implementation of sys::Program so that it isReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add a declaration of environ global for DarwinReid Spencer
2004-08-29Initial commit of an platform-indepdendent implementation for theReid Spencer