Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.6 | dgp | 2018-06-26 | 1 | -1/+0 |
|\ | |||||
| * | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 1 | -1/+0 |
* | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fix function signature of TclThreadTestFinalize. | pooryorick | 2018-06-21 | 1 | -1/+1 |
| * | Add custom exit procedure for tcltests executable. | pooryorick | 2018-06-21 | 1 | -0/+1 |
* | | merge core-8-branch | dkf | 2018-06-02 | 1 | -3/+23 |
|\ \ | |||||
| * | | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ... | jan.nijtmans | 2018-05-23 | 1 | -3/+20 |
| * | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -3/+6 |
* | | | merge core-8-branch | dkf | 2018-05-20 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -2/+6 |
| |\ \ | |||||
| | * \ | merge 8.7 | dgp | 2018-04-16 | 1 | -0/+2 |
| | |\ \ | |||||
| | * \ \ | merge 8.7 | dgp | 2018-03-15 | 1 | -80/+117 |
| | |\ \ \ | |||||
| | * \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-23 | 1 | -5/+4 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-21 | 1 | -20/+19 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Initial implementation of TIP #491. Not tested yet. | jan.nijtmans | 2017-12-11 | 1 | -0/+4 |
* | | | | | | | | Merge core-8-branch | dkf | 2018-05-13 | 1 | -25/+30 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | General code style cleanup. | dkf | 2018-05-13 | 1 | -29/+20 |
| * | | | | | | | merge core-8-6-branch | pooryorick | 2018-05-07 | 1 | -0/+14 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd. | pooryorick | 2018-05-07 | 1 | -2/+2 |
| | * | | | | | | Factor options handling out of StringCmpCmd. | pooryorick | 2018-05-06 | 1 | -1/+2 |
| | * | | | | | | Preparation to deduplicate code between byte-compiled and legacy | pooryorick | 2018-05-06 | 1 | -0/+5 |
| | * | | | | | | Avoid generating string representation when comparing the empty string. | pooryorick | 2018-05-05 | 1 | -0/+10 |
* | | | | | | | | merge 8.7 | dkf | 2018-05-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | merge 8.6 | dgp | 2018-04-19 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Fold TclArraySet() into its only caller. tclEnv.c no longer calls it | dgp | 2018-04-19 | 1 | -2/+0 |
| | * | | | | | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -0/+2 |
* | | | | | | | merge 8.7 | dgp | 2018-03-30 | 1 | -0/+46 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | merge 8.7 | dgp | 2018-03-15 | 1 | -80/+117 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | New routine TclStringReplace() serves as a common implementation for both | dgp | 2018-03-14 | 1 | -0/+3 |
| | * | | | | | cherry pick the desirable part of the merge. | dgp | 2018-03-14 | 1 | -0/+2 |
| | * | | | | | backout the latest merge | dgp | 2018-03-14 | 1 | -2/+0 |
| | * | | | | | merge 8.6 | dgp | 2018-03-14 | 1 | -0/+2 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | merge 8.5 | dgp | 2018-03-14 | 1 | -0/+2 |
| | | |\ \ \ \ | |||||
| | | | * | | | | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: | sebres | 2018-03-13 | 1 | -0/+2 |
| | * | | | | | | merge 8.7 | dgp | 2018-03-12 | 1 | -105/+140 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -0/+15 |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | |||||
| | | | * | | | | | Return routine to file scope. | dgp | 2018-03-09 | 1 | -2/+0 |
| | | | * | | | | | Refactor the index value encode/decode machinery for broader use. | dgp | 2018-03-09 | 1 | -0/+15 |
| | | | * | | | | | New internal routine TclGetEndOffsetFromObj. | dgp | 2018-03-06 | 1 | -0/+2 |
| | | | * | | | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -0/+4905 |
| | | | * | | | | | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -4922/+0 |
| | * | | | | | | | merge 8.7 | dgp | 2017-11-07 | 1 | -48/+61 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fixed reference counting issue with objects returned by WaitProcessStatus | f.bonnet | 2017-08-27 | 1 | -6/+11 |
| | * | | | | | | | | Refactoring to support all processes and not just detached ones. | f.bonnet | 2017-08-27 | 1 | -2/+13 |
| | * | | | | | | | | Refactoring and preliminary implementation of tcl::process (list|status) | f.bonnet | 2017-08-23 | 1 | -4/+2 |
| | * | | | | | | | | Completed [tcl::process autopurge] semantics and added [tcl::process purge] i... | f.bonnet | 2017-08-18 | 1 | -0/+2 |
| | * | | | | | | | | Added [tcl::process autopurge] flag management with TclProcessGetAutopurge/Tc... | f.bonnet | 2017-08-18 | 1 | -1/+8 |
| | * | | | | | | | | Basic scaffolding for tcl::process | f.bonnet | 2017-08-17 | 1 | -0/+1 |
| * | | | | | | | | | Refactored lrange to common function. | pspjuth | 2017-12-29 | 1 | -0/+2 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Starting to build the implementation of the private methods and variables. De... | dkf | 2018-02-25 | 1 | -0/+4 |
| |_|_|/ / / / / |/| | | | | | | |