summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessWin32.c
Commit message (Expand)AuthorAgeFilesLines
* ERR: Remove warnings on WindowsAndy Cedilnik2003-06-301-10/+15
* ENH: Added DLL support.Brad King2003-06-301-2/+2
* BUG: Must return Exception status correctly.Brad King2003-06-181-1/+2
* ENH: Added documentation to interface. Finished process exit code interpreta...Brad King2003-06-181-23/+88
* ERR: Added error check for malloc of process control structure.Brad King2003-06-121-0/+5
* ERR: Using GetCurrentProcessId instead of _getpid so we don't need to include...Brad King2003-06-121-4/+5
* ERR: Removed unused variables.Brad King2003-06-111-2/+0
* BUG: Don't show a console application's window.Brad King2003-06-101-1/+2
* ENH: Added Process execution implementation.Brad King2003-06-101-0/+1234