summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessUNIX.c
Commit message (Expand)AuthorAgeFilesLines
* ENH: Treating SIGBUS as a fault by default.Brad King2003-08-131-0/+3
* ENH: Added SetOption/GetOption methods for platform-specific options.Brad King2003-08-051-0/+16
* BUG: Can't close stdin.Brad King2003-08-051-2/+4
* BUG: Added missing zero-initialization of struct sigaction.Brad King2003-08-051-0/+2
* BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.Brad King2003-08-051-1/+1
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys head...Brad King2003-07-101-1/+2
* ERR: Using strncpy instead of snprintf for portability.Brad King2003-07-091-4/+3
* ENH: Implemented SetWorkingDirectory method.Brad King2003-07-071-1/+16
* ENH: Start working on Working Directory supportAndy Cedilnik2003-07-071-0/+26
* Removed Exception_Abort because there is no windows version. Also made ExitV...Brad King2003-06-181-4/+0
* ENH: Added documentation to interface. Finished process exit code interpreta...Brad King2003-06-181-25/+68
* ERR: Added static specifier to static function definitions to quiet warnings ...Brad King2003-06-101-15/+15
* ENH: Added Process execution implementation.Brad King2003-06-101-0/+924