| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -6/+7 |
|\ |
|
| * | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -2/+3 |
|
|
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -70/+99 |
|
|
* | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -9/+27 |
|
|
* | | Fix memory leaks and remove unnecessary reference count bounce. | pooryorick | 2023-05-16 | 1 | -15/+26 |
|
|
* | | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -23/+35 |
|
|
* | | Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf) | apnadkarni | 2023-04-23 | 1 | -2/+15 |
|\ \
| |/ |
|
| * | Use TclListObjRange in lassign for performance reasons | apnadkarni | 2023-04-22 | 1 | -2/+15 |
|
|
| * | Reduce diff between 8.7 and 9.0. Add some testcases | jan.nijtmans | 2023-04-21 | 1 | -39/+48 |
|
|
* | | Fix gcc warning about format specifier in error message | apnadkarni | 2023-04-21 | 1 | -1/+1 |
|
|
* | | Bugs [4ce858a049] (lrepeat), [f4d15772f1] (foreach), [6926a21840] (lmap). | apnadkarni | 2023-04-20 | 1 | -3/+3 |
|
|
* | | Fix [a4617c8e90] - lsearch index truncation | apnadkarni | 2023-04-19 | 1 | -2/+3 |
|
|
* | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -4/+4 |
|\ \ |
|
| * \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -93/+93 |
|/ / |
|
* | | Fix memory leak in Tcl_JoinObjCmd(). | pooryorick | 2023-03-26 | 1 | -0/+1 |
|
|
* | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -36/+36 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-12-21 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Add 'interp' argument to some arith functions, for better error-handling | jan.nijtmans | 2022-12-21 | 1 | -3/+4 |
|
|
* | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri... | jan.nijtmans | 2022-12-08 | 1 | -1/+1 |
|
|
* | | Stop shimmering for "llength". Internal optimization (but using TIP #644) | jan.nijtmans | 2022-11-30 | 1 | -4/+4 |
|\ \ |
|
| * | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-27 | 1 | -1/+3 |
|
|
| * | | Merge 9.0 | jan.nijtmans | 2022-11-25 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Internal abstract list, don't let "llength" shimmer any more. | jan.nijtmans | 2022-11-23 | 1 | -4/+4 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -2/+7 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Reduce shimmering: If a conclusion can be drawn about the number of list elem... | jan.nijtmans | 2022-11-28 | 1 | -2/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-11-25 | 1 | -2/+2 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an... | jan.nijtmans | 2022-11-25 | 1 | -3/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-11-11 | 1 | -1/+2 |
|\ \
| |/ |
|
* | | merge 8.7 | dgp | 2022-10-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -5/+2 |
| |\ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -7/+19 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-09-27 | 1 | -0/+117 |
| |\ \ \ |
|
| * \ \ \ | merge 8.7 | dgp | 2022-09-21 | 1 | -16/+491 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-10-10 | 1 | -2/+2 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Fix Obj leaks in ArithSeries. | griffin | 2022-10-02 | 1 | -1/+0 |
|\ \ \ \ \ \
| |/ / / / / |
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -5/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix wrong TclGetNumberFromObj() usage: this will crash if mp_int's are involv... | jan.nijtmans | 2022-09-28 | 1 | -5/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -7/+19 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | sync with core-8-branch | griffin | 2022-09-27 | 1 | -0/+117 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Fix out-of-bounds length bug. | griffin | 2022-09-25 | 1 | -7/+19 |
| | |_|/
| |/| | |
|
* | | | | Merge 8.7 (primarily TIP 631) | apnadkarni | 2022-09-27 | 1 | -0/+118 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge 8.7 | apnadkarni | 2022-09-27 | 1 | -16/+491 |
| |\ \ \
| | |/ / |
|
| * | | | Rename lsubst to ledit, add docs | apnadkarni | 2022-09-16 | 1 | -4/+4 |
|
|
| * | | | TIP 631 - lsubst command | apnadkarni | 2022-08-07 | 1 | -0/+117 |
| | |/
| |/| |
|
* | | | Merge 8.7 | jan.nijtmans | 2022-09-21 | 1 | -15/+492 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix build issues. | griffin | 2022-08-31 | 1 | -0/+1 |
|
|
| * | | Sync with core-8-branch listObj changes. | griffin | 2022-08-30 | 1 | -14/+31 |
| |\ \
| | |/ |
|
| | * | Put '}' and 'else' at the same line everywhere (code formatting) | jan.nijtmans | 2022-07-14 | 1 | -6/+3 |
|
|