summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Program.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-225/+0
| | | | | | | gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
* For PR351:Reid Spencer2004-12-271-3/+6
| | | | | | * Ensure #includes are wrapped with appropriate HAVE_ guards llvm-svn: 19156
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-191-0/+1
| | | | llvm-svn: 19045
* For PR351:Reid Spencer2004-12-191-22/+99
| | | | | | | Move the functionality of RunProgramWithTimeout into the ExecuteAndWait function: support a timeout and I/O redirects llvm-svn: 19043
* For PR351:Reid Spencer2004-12-141-3/+8
| | | | | | Implement the new environment pointer for ExecuteAndWait llvm-svn: 18928
* Path::get -> Path::toStringReid Spencer2004-12-111-4/+7
| | | | llvm-svn: 18785
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-3/+3
| | | | llvm-svn: 17498
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-131-15/+16
| | | | | | cleanly dissociated from the sys::Path class. llvm-svn: 16315
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Add a declaration of environ global for DarwinReid Spencer2004-08-291-0/+2
| | | | llvm-svn: 16100
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-291-0/+133
"Program" operating system concept (find and execute programs). llvm-svn: 16084
OpenPOWER on IntegriCloud