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
*
Update a comment to reflect the current code.
Dan Gohman
2009-08-05
1
-1
/
+2
*
Remove needless uses of std::flush in the parent process after a
Dan Gohman
2009-08-05
1
-7
/
+0
*
Use _exit rather than exit in the child process after a failed exec.
Dan Gohman
2009-08-05
1
-3
/
+7
*
Follow Unix behavior and return 127 if the command is not found,
Dan Gohman
2009-08-04
1
-1
/
+1
*
When exec() fails, return 127 instead of errno; the parent process has no way to
Daniel Dunbar
2009-08-04
1
-3
/
+3
*
Fix a race condition in getting the process exit code on Win32.
Daniel Dunbar
2009-08-03
1
-0
/
+4
*
On "Unix", if Program::FindProgramByName is given a name containing
Dan Gohman
2009-07-28
1
-1
/
+1
*
Fix a fixme; don't take binaries from the working directory.
Benjamin Kramer
2009-07-28
1
-3
/
+3
*
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-18
1
-87
/
+29
*
Trailing whitespace.
Mikhail Glushenkov
2009-07-17
1
-15
/
+15
*
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-07-08
1
-0
/
+72
*
Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:
Daniel Dunbar
2009-04-20
1
-1
/
+1
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+286