summaryrefslogtreecommitdiffstats
path: root/generic/tclProcess.c
Commit message (Expand)AuthorAgeFilesLines
* Purge end-of-line spacingjan.nijtmans2018-08-021-35/+35
* Failed to mutex protect all multi-thread access to the hash tables in thedgp2018-04-051-0/+5
* silence compiler warningdgp2018-03-141-1/+1
* Comments and formattingf.bonnet2017-08-271-392/+531
* Fixed reference counting issue with objects returned by WaitProcessStatusf.bonnet2017-08-271-32/+78
* Refactoring to support all processes and not just detached ones.f.bonnet2017-08-271-266/+359
* Added switches and pid list support to tcl::process statusf.bonnet2017-08-231-40/+119
* Refactoring and preliminary implementation of tcl::process (list|status)f.bonnet2017-08-231-79/+376
* Completed [tcl::process autopurge] semantics and added [tcl::process purge] i...f.bonnet2017-08-181-3/+42
* Added [tcl::process autopurge] flag management with TclProcessGetAutopurge/Tc...f.bonnet2017-08-181-46/+130
* Fixed line endingsf.bonnet2017-08-171-174/+174
* Basic scaffolding for tcl::processf.bonnet2017-08-171-0/+175