summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Program.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-169/+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
* Keep up with lib/System changesJeff Cohen2004-12-201-11/+26
| | | | llvm-svn: 19057
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-3/+2
| | | | llvm-svn: 18930
* For PR351:Reid Spencer2004-12-141-2/+4
| | | | | | Implement the new environment pointer for ExecuteAndWait llvm-svn: 18928
* Rename Path::get -> Path::toStringReid Spencer2004-12-111-4/+6
| | | | llvm-svn: 18802
* Erase non-applicable Unix comment, this is Win32Misha Brukman2004-11-161-1/+0
| | | | llvm-svn: 17896
* Remove useless #include.Reid Spencer2004-11-161-1/+0
| | | | | | Patch contributed by Jeff Cohen. llvm-svn: 17891
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-1/+1
| | | | llvm-svn: 17498
* Patches to make this file actually compile under windows.Reid Spencer2004-09-151-4/+138
| | | | | | Patches submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16362
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-291-0/+19
"Program" operating system concept (find and execute programs). llvm-svn: 16084
OpenPOWER on IntegriCloud