| Commit message (Expand) | Author | Age | Files | Lines |
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
|
|
* | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -11/+11 |
|
|
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -3/+3 |
|
|
* | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -7/+7 |
|\ |
|
* \ | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|\ \
| |/ |
|
| * | [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL | gahr | 2016-11-04 | 1 | -2/+5 |
|
|
* | | [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 |
| |/ |
|
* | | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | jan.nijtmans | 2012-12-27 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | jan.nijtmans | 2012-12-27 | 1 | -4/+5 |
| |\ |
|
| | * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early
| jan.nijtmans | 2012-12-27 | 1 | -2/+4 |
|
|
* | | | Small changes to quell gcc warnings and make message generation less ugly. | dkf | 2011-08-16 | 1 | -35/+71 |
|
|
* | | | Rewind from a refactoring that veered into the weeds. | dgp | 2011-05-31 | 1 | -69/+109 |
|\ \ \ |
|
* | | | | Set the defaults of all growth algorithm parameters based on one master value. | dgp | 2011-05-12 | 1 | -5/+6 |
|
|
* | | | | Oops! | dgp | 2011-05-11 | 1 | -1/+1 |
|
|
* | | | | First draft of bug fix. | dgp | 2011-05-11 | 1 | -10/+28 |
|/ / / |
|
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -35/+32 |
|\ \ \
| |/ / |
|
| * | | Completed patch with mucho comments. Merge 8.5. | dgp | 2011-05-10 | 1 | -197/+159 |
|
|
| * | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -34/+33 |
|
|
* | | | Revise empty string tests so that we avoid potentially expensive string rep | dgp | 2011-05-09 | 1 | -61/+11 |
|\ \ \ |
|
| * | | | Remove the old implementation. | dgp | 2011-05-09 | 1 | -75/+0 |
|
|
| * | | | A different technique to more precisely identify the optimization case. | dgp | 2011-05-09 | 1 | -14/+35 |
|
|
| * | | | Disable all the special case code in place to prevent allocation of a List | dgp | 2011-05-05 | 1 | -10/+14 |
|
|
* | | | | Stop generating string rep of dict when converting to list. | dgp | 2011-05-05 | 1 | -9/+42 |
|\ \ \ \
| |/ / / |
|
| * | | | Tolerate NULL interps more completely. | dgp | 2011-05-05 | 1 | -4/+8 |
|
|
| * | | | Stop generating string rep of dict when converting to list. | dgp | 2011-05-05 | 1 | -5/+34 |
|
|
* | | | | merge 8.5 | dgp | 2011-05-03 | 1 | -76/+39 |
|\ \ \ \
| |/ / / |
|
| * | | | Tighten SetListFromAny(). | dgp | 2011-05-03 | 1 | -73/+40 |
|
|
* | | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -3/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -3/+5 |
|
|
* | | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 1 | -13/+7 |
|\ \ \ \
| |/ / / |
|