| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -11/+11 |
|
|
* | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -1/+1 |
|
|
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|
|
* | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -1/+1 |
|
|
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -5/+5 |
|
|
* | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
|\ |
|
* \ | Merge and adapt 8.6 | dgp | 2018-11-09 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | merge 8.5 | dgp | 2018-11-09 | 1 | -1/+18 |
| |\ |
|
| | * | Revise bug fix to support (length == 0) correctly. | dgp | 2018-11-09 | 1 | -1/+18 |
|
|
* | | | Implement TIP 523 | dkf | 2018-11-06 | 1 | -6/+15 |
|\ \ \ |
|
| * | | | Simplify to only accept index arguemnts. No index list. | pspjuth | 2018-10-24 | 1 | -10/+3 |
|
|
| * | | | Implement TIP 523, New lpop command | pspjuth | 2018-10-22 | 1 | -5/+21 |
|
|
* | | | | merge 8.7 | dgp | 2018-03-30 | 1 | -0/+81 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.7 | dgp | 2018-03-15 | 1 | -10/+4 |
| |\ \ \ |
|
| | * \ \ | Merge 8.6 | jan.nijtmans | 2018-03-07 | 1 | -10/+4 |
| | |\ \ \
| | | |/ / |
|
| | | * | | amend to [58716e0e92]: now the duplication is really pointless, so eliminated | sebres | 2018-03-07 | 1 | -1/+1 |
|
|
| | | * | | Remove pointless duplication. | dgp | 2018-03-07 | 1 | -9/+3 |
|
|
| | | * | | Rewrite documentation in comments for brevity and clarity. | pooryorick | 2018-02-14 | 1 | -306/+287 |
|
|
| * | | | | Refactored lrange to common function. | pspjuth | 2017-12-29 | 1 | -0/+81 |
| |/ / / |
|
* | | | | merge 8.7 | dgp | 2017-11-15 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -3/+3 |
|
|
| | * | | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 |
| | |\ \
| | | |/ |
|
| | | * | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 |
|
|
| | * | | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp ... | gahr | 2016-11-04 | 1 | -2/+5 |
| | |\ \
| | | |/ |
|
| * | | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -8/+8 |
|
|
* | | | | Rework [lset] internals to be sure outdated intreps get purged. | dgp | 2017-09-12 | 1 | -9/+30 |
|
|
* | | | | Make sure ListObjReplace invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -2/+7 |
|
|
* | | | | Make sure ListObjAppendElement invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -0/+4 |
|
|
* | | | | merge trunk | dgp | 2016-11-16 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2016-11-04 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 |
|
|
| * | | | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp ... | gahr | 2016-11-04 | 1 | -2/+5 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL | gahr | 2016-11-04 | 1 | -2/+5 |
|
|
* | | | Purge more direct accesses to bytes field. | dgp | 2016-10-07 | 1 | -1/+1 |
|
|
* | | | Functional conversion of "list" Tcl_ObjType to proposed routines. | dgp | 2016-03-29 | 1 | -76/+131 |
|/ / |
|
* | | [32c5740a4d] Have Tcl_ListObjReplace() try to use realloc() for growing when | dgp | 2015-11-30 | 1 | -3/+30 |
|
|
* | | Tcl_ListObjReplace() early out when > LIST_MAX attempted. | dgp | 2015-11-20 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | [3293874] Simplified fix (not backport). Also detect >LIST_MAX early. | dgp | 2015-11-20 | 1 | -1/+9 |
|
|
| * | Silence compiler warnings. | dgp | 2014-01-21 | 1 | -6/+6 |
|
|
* | | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -2/+2 |
|
|
* | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -7/+7 |
|
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -2/+0 |
|
|
* | | restore refcounts as they were before the Tcl_ListObjReplace call, in the err... | jan.nijtmans | 2012-12-29 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | restore refcounts as they were before the Tcl_ListObjReplace call, in the err... | jan.nijtmans | 2012-12-29 | 1 | -0/+8 |
| |\ |
|
| | * | For Tcl9, do a real Tcl_DecrRefCount | jan.nijtmans | 2012-12-29 | 1 | -0/+4 |
|
|
| | * | restore old refcounts in TCL_ERROR case. | jan.nijtmans | 2012-12-27 | 1 | -0/+3 |
| |/ |
|