summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testProcess.c
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Added missing include of string.hBrad King2004-10-011-0/+1
|
* ENH: Added optional display of output for tests. Avoid printing alot of ↵Brad King2004-09-301-6/+11
| | | | output for test 6.
* BUG: Fixed off-by-one error in test6 function.Brad King2004-07-131-3/+2
|
* ENH: Added test for runaway output.Brad King2004-07-131-10/+44
|
* ENH: Added exception string to abnormal termination report.Brad King2004-01-281-1/+2
|
* ERR: Fixed unused argument warning.Brad King2004-01-191-0/+1
|
* ENH: Added a recursive process execution test.Brad King2004-01-171-27/+100
|
* ENH: Updated copyright.Brad King2003-12-151-0/+13
|
* ENH: Removed pipe selection argument from WaitForData method in ↵Brad King2003-12-051-3/+1
| | | | kwsysProcess. This greatly simplifies its use.
* ERR: Fixed use of non-constant initializer.Brad King2003-06-251-1/+5
|
* ENH: Added test for Process implementation.Brad King2003-06-181-0/+176