Commit Verlauf

Autor SHA1 Nachricht Datum
  Brad King ed853b5d70 ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use. vor 22 Jahren
  Brad King ddd3190387 ERR: Added missing static storage class specifier for kwsysProcessCreate. vor 22 Jahren
  Brad King cee49e74cf ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming these symbols to StdIn, StdOut, and StdErr. vor 22 Jahren
  Brad King ad8bc4b1a4 ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines. vor 22 Jahren
  Brad King 9ec524def6 STYLE: Removed trailing whitespace. vor 22 Jahren
  Brad King ef603d12f9 ENH: Treating SIGBUS as a fault by default. vor 22 Jahren
  Brad King 27289e3267 ENH: Added SetOption/GetOption methods for platform-specific options. vor 22 Jahren
  Brad King 878b5792b9 BUG: Can't close stdin. vor 22 Jahren
  Brad King e99e9baca4 BUG: Added missing zero-initialization of struct sigaction. vor 22 Jahren
  Brad King 5ffb75bc6c BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer. vor 22 Jahren
  Brad King d715fba1cb ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. vor 22 Jahren
  Brad King 36880845b6 ERR: Using strncpy instead of snprintf for portability. vor 22 Jahren
  Brad King b5fec4a3c8 ENH: Implemented SetWorkingDirectory method. vor 22 Jahren
  Andy Cedilnik 125b795637 ENH: Start working on Working Directory support vor 22 Jahren
  Brad King 5b6920ed16 Removed Exception_Abort because there is no windows version. Also made ExitValue consistent with windows when a signal kills the process. vor 22 Jahren
  Brad King 7e80f2f874 ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype. vor 22 Jahren
  Brad King 1e77222b04 ERR: Added static specifier to static function definitions to quiet warnings on HP compiler. vor 22 Jahren
  Brad King 96ccaed54d ENH: Added Process execution implementation. vor 22 Jahren