summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessWin32.c
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: Argument parsers do not always remove double quotes from around an argum...Brad King2003-07-031-66/+108
* ERR: Added cast to remove warning. We know the length of the string will not...Brad King2003-07-021-1/+1
* ERR: Should use %p to pass HANDLE values on a command line, not %d.Brad King2003-07-011-1/+1
* 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