index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Program.inc
Age
Commit message (
Expand
)
Author
2008-06-12
Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
Matthijs Kooijman
2008-06-12
Make I/O redirection handling in sys::Program a bit more consistent. No
Matthijs Kooijman
2008-05-29
Unbreak build.
Bill Wendling
2008-05-29
Remove more iostream header includes. Needed to implement a "FlushStream"
Bill Wendling
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-02-04
Set error message.
Devang Patel
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-09-14
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-07-06
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...
Gabor Greif
2007-06-04
Fix LLVM build on NetBSD. Patch by Neil Booth.
Devang Patel
2007-04-23
Cygwin doesn't have the RSS_LIMIT for get/setrlimit.
Reid Spencer
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2006-08-22
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-07-12
Turn an if into an else if.
Chris Lattner
2006-06-09
Don't pull in environ, not always safe. Global variables are bad anyway.
Evan Cheng
2006-06-07
For PR787:
Reid Spencer
2005-12-22
For PR351:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-20
Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may
Misha Brukman
2005-01-16
Fix bugpoint
Chris Lattner
2004-12-27
For PR351:
Reid Spencer
2004-12-19
Make references to 'struct sigaction' compile under Solaris.
Brian Gaeke
2004-12-19
For PR351:
Reid Spencer
2004-12-14
For PR351:
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-09-13
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Add a declaration of environ global for Darwin
Reid Spencer
2004-08-29
Initial commit of an platform-indepdendent implementation for the
Reid Spencer