Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Added tests for [info object creationid] | dkf | 2018-04-15 | 1 | -1/+1 | |
* | Duplicate the private variable config when cloning objects. | dkf | 2018-04-13 | 1 | -2/+17 | |
* | Added introspectors mentioned in TIP. | dkf | 2018-04-12 | 1 | -19/+135 | |
* | Start of private method dispatch machinery. | dkf | 2018-04-05 | 4 | -13/+65 | |
* | merge 8.7 | dgp | 2018-03-30 | 25 | -1132/+2523 | |
|\ | ||||||
| * | merge 8.7 | dgp | 2018-03-30 | 3 | -28/+1 | |
| |\ | ||||||
| | * | No need any more on 64-bit cygwin for special *Long* stub entries. | jan.nijtmans | 2018-03-25 | 1 | -22/+0 | |
| | * | workaround for TclFormatInt on CYGWIN is no longer necessary now. | jan.nijtmans | 2018-03-25 | 1 | -4/+0 | |
| | * | TIP 503 implementation. | dgp | 2018-03-20 | 1 | -2/+0 | |
| | |\ | ||||||
| | | * | Last bit of TIP 503 implementation. | dgp | 2018-03-05 | 1 | -2/+0 | |
| | * | | Test and fix for botch in binary string replace. | dgp | 2018-03-20 | 1 | -0/+1 | |
| * | | | merge 8.7 | dgp | 2018-03-15 | 51 | -3334/+4165 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge rest of 8.7 except the botched apply/backout dance. | dgp | 2018-03-14 | 6 | -174/+346 | |
| | |\ \ | ||||||
| | | * \ | merge 8.6 | dgp | 2018-03-14 | 2 | -9/+4 | |
| | | |\ \ | ||||||
| | | | * | | optimize compiled (INST_STR_TRIM): use new function TclTrim instead of combin... | sebres | 2018-03-14 | 1 | -6/+1 | |
| | | | * | | merge 8.5 | sebres | 2018-03-14 | 1 | -3/+3 | |
| | | | |\ \ | ||||||
| | | | | * | | TclTrim: special case for TrimRight on single char result of TrimLeft (this c... | sebres | 2018-03-14 | 1 | -3/+3 | |
| | | | * | | | Backout recent patch working on Object and Namespace refcounts. | dgp | 2018-03-14 | 2 | -116/+90 | |
| | | * | | | | unused variable fix | dgp | 2018-03-14 | 1 | -2/+1 | |
| | | * | | | | New routine TclStringReplace() serves as a common implementation for both | dgp | 2018-03-14 | 4 | -91/+157 | |
| | | * | | | | cherry pick the desirable part of the merge. | dgp | 2018-03-14 | 3 | -74/+186 | |
| | | * | | | | backout the latest merge | dgp | 2018-03-14 | 5 | -302/+190 | |
| | | * | | | | silence compiler warning | dgp | 2018-03-14 | 1 | -1/+1 | |
| | | * | | | | merge 8.6 | dgp | 2018-03-14 | 5 | -190/+302 | |
| | | |\ \ \ \ | | | | |/ / / | ||||||
| | | | | | | | ||||||
| | | | | \ \ | ||||||
| | | | *-. \ \ | merge 8.5 | dgp | 2018-03-14 | 3 | -74/+186 | |
| | | | |\ \ \ \ | | | | | | |/ / | ||||||
| | | | | | * | | TclTrim must write to *trimRight even when making a quick exit. | dgp | 2018-03-14 | 1 | -0/+1 | |
| | | | | |/ / | ||||||
| | | | | * | | Make TclTrim* routines robust against some malformation in inputs. | dgp | 2018-03-14 | 3 | -57/+181 | |
| | | | | |\ \ | ||||||
| | | | | | * | | A few minor revisions. | dgp | 2018-03-13 | 1 | -11/+16 | |
| | | | | | * | | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: | sebres | 2018-03-13 | 3 | -57/+176 | |
| | | | * | | | | Audit and correct Object reference counting issues. | pooryorick | 2018-03-13 | 2 | -90/+116 | |
| | | | |\ \ \ \ | ||||||
| | * | | \ \ \ \ | Merge in 8.7 changes not already here. | dgp | 2018-03-14 | 7 | -171/+1183 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | ||||||
| | | * | | | | | | merge 8.6 | dgp | 2018-03-13 | 3 | -114/+172 | |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | ||||||
| | | | * | | | | | Rewrite the [string replace] compiler to take advantage of the richer | dgp | 2018-03-13 | 1 | -96/+145 | |
| | | | * | | | | | Repair the INST_STR_REPLACE instruction. | dgp | 2018-03-13 | 1 | -11/+14 | |
| | | | * | | | | | Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad. | dgp | 2018-03-13 | 2 | -8/+14 | |
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | | * | | | | Tidy up and comment [string replace] and its corner cases. | dgp | 2018-03-13 | 1 | -8/+21 | |
| | | | | | |/ / | | | | | |/| | | ||||||
| | | * | | | | | merge 8.6 | dgp | 2018-03-12 | 1 | -11/+24 | |
| | | |\ \ \ \ \ | | | | |/ / / / | ||||||
| | | | * | | | | It is confusingly stupid to use variable "length" to hold an actual length | dgp | 2018-03-12 | 1 | -11/+24 | |
| | | * | | | | | merge 8.7 | dgp | 2018-03-12 | 60 | -3982/+3971 | |
| | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ | merge 8.6 | dgp | 2018-03-11 | 1 | -0/+25 | |
| | | | |\ \ \ \ \ | | | | | |/ / / / | ||||||
| | | * | | | | | | merge 8.7 | dgp | 2017-11-07 | 64 | -2532/+3581 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally termina... | f.bonnet | 2017-11-05 | 1 | -2/+2 | |
| | | * | | | | | | | Comments and formatting | f.bonnet | 2017-08-27 | 2 | -393/+532 | |
| | | * | | | | | | | Fixed reference counting issue with objects returned by WaitProcessStatus | f.bonnet | 2017-08-27 | 3 | -39/+93 | |
| | | * | | | | | | | Refactoring to support all processes and not just detached ones. | f.bonnet | 2017-08-27 | 3 | -324/+391 | |
| | | * | | | | | | | Added switches and pid list support to tcl::process status | f.bonnet | 2017-08-23 | 1 | -40/+119 | |
| | | * | | | | | | | Refactoring and preliminary implementation of tcl::process (list|status) | f.bonnet | 2017-08-23 | 4 | -147/+381 | |
| | | * | | | | | | | Completed [tcl::process autopurge] semantics and added [tcl::process purge] i... | f.bonnet | 2017-08-18 | 4 | -4/+104 | |
| | | * | | | | | | | Added [tcl::process autopurge] flag management with TclProcessGetAutopurge/Tc... | f.bonnet | 2017-08-18 | 2 | -47/+138 | |
| | | * | | | | | | | Fixed line endings | f.bonnet | 2017-08-17 | 1 | -174/+174 | |