summaryrefslogtreecommitdiffstats
path: root/generic/tclProcess.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-16/+16
* Merge 8.7jan.nijtmans2022-10-101-12/+4
|\
| * Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-16/+8
* | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-10/+7
|\ \
| * \ Merge 9.0jan.nijtmans2022-05-171-2/+2
| |\ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-04-141-3/+3
| |\ \
| * \ \ Merge 9.0jan.nijtmans2022-02-101-2/+2
| |\ \ \
| * | | | More WIPjan.nijtmans2022-01-261-8/+5
| * | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-2/+2
* | | | | Merge 8.7jan.nijtmans2022-05-171-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-2/+2
* | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+3
| |/ /
* | | Merge 8.7jan.nijtmans2022-02-101-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Merge 8.6jan.nijtmans2022-02-101-2/+2
* | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-10-021-2/+2
|\ \ | |/
| * Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
* | Merge 8.7jan.nijtmans2020-09-171-6/+6
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-6/+6
* | Merge 8.7jan.nijtmans2020-08-131-6/+6
|\ \ | |/
| * More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-6/+6
* | Merge 8.7jan.nijtmans2020-03-091-8/+4
|\ \ | |/
| * More TCL_UNUSED.dgp2020-03-081-8/+4
* | Merge 8.7jan.nijtmans2020-02-281-4/+9
|\ \ | |/
| * Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-4/+9
* | Merge 8.7jan.nijtmans2019-04-011-2/+2
|\ \ | |/
| * Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-2/+2
* | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-3/+3
|\ \
| * | Merge 8.7. jan.nijtmans2018-09-051-3/+3
| |/
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
|/
* 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