| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | [32c5740a4d] Have Tcl_ListObjReplace() try to use realloc() for growing when | dgp@users.sourceforge.net | 2015-11-30 | 1 | -3/+30 | |
| * | Tcl_ListObjReplace() early out when > LIST_MAX attempted. | dgp@users.sourceforge.net | 2015-11-20 | 1 | -1/+6 | |
| |\ | ||||||
| | * | [3293874] Simplified fix (not backport). Also detect >LIST_MAX early. | dgp@users.sourceforge.net | 2015-11-20 | 1 | -1/+9 | |
| | * | Silence compiler warnings. | dgp@users.sourceforge.net | 2014-01-21 | 1 | -6/+6 | |
| * | | Another round of refCount consistancy improvements. | nijtmans@users.sourceforge.net | 2015-07-02 | 1 | -2/+2 | |
| * | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | nijtmans@users.sourceforge.net | 2013-02-07 | 1 | -7/+7 | |
| |\ \ | |/ | ||||||
| | * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | nijtmans@users.sourceforge.net | 2013-02-07 | 1 | -7/+7 | |
| * | | merge core-8-5-branch | nijtmans@users.sourceforge.net | 2013-01-31 | 1 | -2/+0 | |
| |\ \ | |/ | ||||||
| | * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | nijtmans@users.sourceforge.net | 2013-01-31 | 1 | -2/+0 | |
| * | | restore refcounts as they were before the Tcl_ListObjReplace call, in the err... | nijtmans@users.sourceforge.net | 2012-12-29 | 1 | -0/+8 | |
| |\ \ | |/ | ||||||
| | * | restore refcounts as they were before the Tcl_ListObjReplace call, in the err... | nijtmans@users.sourceforge.net | 2012-12-29 | 1 | -0/+8 | |
| | |\ | ||||||
| | | * | For Tcl9, do a real Tcl_DecrRefCount | nijtmans@users.sourceforge.net | 2012-12-29 | 1 | -0/+4 | |
| | | * | restore old refcounts in TCL_ERROR case. | nijtmans@users.sourceforge.net | 2012-12-27 | 1 | -0/+3 | |
| | |/ | ||||||
| * | | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | nijtmans@users.sourceforge.net | 2012-12-27 | 1 | -4/+5 | |
| |\ \ | |/ | ||||||
| | * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | nijtmans@users.sourceforge.net | 2012-12-27 | 1 | -4/+5 | |
| | |\ | ||||||
| | | * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | nijtmans@users.sourceforge.net | 2012-12-27 | 1 | -2/+4 | |
| * | | | Small changes to quell gcc warnings and make message generation less ugly. | donal.k.fellows@manchester.ac.uk | 2011-08-16 | 1 | -35/+71 | |
| * | | | Rewind from a refactoring that veered into the weeds. | dgp@users.sourceforge.net | 2011-05-31 | 1 | -69/+109 | |
| |\ \ \ | ||||||
| * | | | | Set the defaults of all growth algorithm parameters based on one master value. | dgp@users.sourceforge.net | 2011-05-12 | 1 | -5/+6 | |
| * | | | | Oops! | dgp@users.sourceforge.net | 2011-05-11 | 1 | -1/+1 | |
| * | | | | First draft of bug fix. | dgp@users.sourceforge.net | 2011-05-11 | 1 | -10/+28 | |
| |/ / / | ||||||
| * | | | New internal routines TclScanElement() and TclConvertElement(). | dgp@users.sourceforge.net | 2011-05-10 | 1 | -35/+32 | |
| |\ \ \ | |/ / | ||||||
| | * | | Completed patch with mucho comments. Merge 8.5. | dgp@users.sourceforge.net | 2011-05-10 | 1 | -197/+159 | |
| | * | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp@users.sourceforge.net | 2011-03-03 | 1 | -34/+33 | |
| * | | | Revise empty string tests so that we avoid potentially expensive string rep | dgp@users.sourceforge.net | 2011-05-09 | 1 | -61/+11 | |
| |\ \ \ | ||||||
| | * | | | Remove the old implementation. | dgp@users.sourceforge.net | 2011-05-09 | 1 | -75/+0 | |
| | * | | | A different technique to more precisely identify the optimization case. | dgp@users.sourceforge.net | 2011-05-09 | 1 | -14/+35 | |
| | * | | | Disable all the special case code in place to prevent allocation of a List | dgp@users.sourceforge.net | 2011-05-05 | 1 | -10/+14 | |
| * | | | | Stop generating string rep of dict when converting to list. | dgp@users.sourceforge.net | 2011-05-05 | 1 | -9/+42 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Tolerate NULL interps more completely. | dgp@users.sourceforge.net | 2011-05-05 | 1 | -4/+8 | |
| | * | | | Stop generating string rep of dict when converting to list. | dgp@users.sourceforge.net | 2011-05-05 | 1 | -5/+34 | |
| * | | | | merge 8.5 | dgp@users.sourceforge.net | 2011-05-03 | 1 | -76/+39 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Tighten SetListFromAny(). | dgp@users.sourceforge.net | 2011-05-03 | 1 | -73/+40 | |
| * | | | | Revised TclFindElement() interface. | dgp@users.sourceforge.net | 2011-05-02 | 1 | -3/+5 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Revised TclFindElement() interface. | dgp@users.sourceforge.net | 2011-05-02 | 1 | -3/+5 | |
| * | | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp@users.sourceforge.net | 2011-05-02 | 1 | -13/+7 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp@users.sourceforge.net | 2011-05-02 | 1 | -13/+7 | |
| * | | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp@users.sourceforge.net | 2011-04-28 | 1 | -7/+1 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp@users.sourceforge.net | 2011-04-28 | 1 | -7/+1 | |
| * | | | | TclFreeIntRep() cleanup. | dgp@users.sourceforge.net | 2011-04-27 | 1 | -1/+0 | |
| | | | | | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | FreeListInternalRep() cleanup. | dgp@users.sourceforge.net | 2011-04-27 | 1 | -7/+5 | |
| |\ \ \ \ \ | | |/ / / | ||||||
| | | * | | | FreeListInternalRep() cleanup. | dgp@users.sourceforge.net | 2011-04-27 | 1 | -7/+5 | |
| | |/ / / | ||||||
| | * | | | Backport fix for [Bug 2857044]. | dgp@users.sourceforge.net | 2011-04-27 | 1 | -0/+1 | |
| | * | | | Revise last fix. | dgp@users.sourceforge.net | 2011-04-25 | 1 | -4/+4 | |
| * | | | | Revise last fix. | dgp@users.sourceforge.net | 2011-04-25 | 1 | -4/+4 | |
| * | | | | Fix compilation warning in TclListObj - printf format mismatch | venkat@comit.com | 2011-04-24 | 1 | -4/+4 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix compilation warning in TclListObj - printf format mismatch | venkat@comit.com | 2011-04-24 | 1 | -4/+4 | |
| * | | | | Use macro to set List intreps | dgp@users.sourceforge.net | 2011-04-21 | 1 | -21/+5 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Use macro to set List intreps | dgp@users.sourceforge.net | 2011-04-21 | 1 | -21/+5 | |
| * | | | | Limits on list length were too strict. Revised panics to errors where possible. | dgp@users.sourceforge.net | 2011-04-21 | 1 | -46/+82 | |
| |\ \ \ \ | |/ / / | ||||||
