index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Program.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
Matthijs Kooijman
2008-06-12
1
-4
/
+11
*
Make I/O redirection handling in sys::Program a bit more consistent. No
Matthijs Kooijman
2008-06-12
1
-21
/
+13
*
Unbreak build.
Bill Wendling
2008-05-29
1
-3
/
+3
*
Remove more iostream header includes. Needed to implement a "FlushStream"
Bill Wendling
2008-05-29
1
-3
/
+3
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-1
/
+1
*
Set error message.
Devang Patel
2008-02-04
1
-2
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-14
1
-2
/
+2
*
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...
Gabor Greif
2007-07-06
1
-1
/
+1
*
Fix LLVM build on NetBSD. Patch by Neil Booth.
Devang Patel
2007-06-04
1
-0
/
+2
*
Cygwin doesn't have the RSS_LIMIT for get/setrlimit.
Reid Spencer
2007-04-23
1
-0
/
+2
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-0
/
+30
*
For PR797:
Reid Spencer
2006-08-22
1
-8
/
+13
*
For PR797:
Reid Spencer
2006-08-21
1
-23
/
+36
*
For PR797:
Reid Spencer
2006-08-21
1
-1
/
+1
*
Turn an if into an else if.
Chris Lattner
2006-07-12
1
-2
/
+2
*
Don't pull in environ, not always safe. Global variables are bad anyway.
Evan Cheng
2006-06-09
1
-8
/
+4
*
For PR787:
Reid Spencer
2006-06-07
1
-0
/
+8
*
For PR351:
Reid Spencer
2005-12-22
1
-7
/
+12
*
For PR495:
Reid Spencer
2005-07-07
1
-3
/
+3
*
For PR495:
Reid Spencer
2005-07-07
1
-3
/
+3
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may
Misha Brukman
2005-04-20
1
-0
/
+2
*
Fix bugpoint
Chris Lattner
2005-01-16
1
-2
/
+1
*
For PR351:
Reid Spencer
2004-12-27
1
-3
/
+6
*
Make references to 'struct sigaction' compile under Solaris.
Brian Gaeke
2004-12-19
1
-0
/
+1
*
For PR351:
Reid Spencer
2004-12-19
1
-22
/
+99
*
For PR351:
Reid Spencer
2004-12-14
1
-3
/
+8
*
Path::get -> Path::toString
Reid Spencer
2004-12-11
1
-4
/
+7
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-3
/
+3
*
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-13
1
-15
/
+16
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add a declaration of environ global for Darwin
Reid Spencer
2004-08-29
1
-0
/
+2
*
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
1
-0
/
+133