| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -3/+3 |
|\ |
|
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -1/+5 |
|
|
| * | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -68/+68 |
|
|
* | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -1/+5 |
|
|
* | | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-05-03 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -2/+2 |
|
|
* | | Fix one more error message for max arg limit | apnadkarni | 2023-04-30 | 1 | -5/+1 |
|
|
* | | Working on [d07f42998d] | apnadkarni | 2023-04-30 | 1 | -0/+3 |
|
|
* | | Resolve a TODO | jan.nijtmans | 2023-04-29 | 1 | -1/+5 |
|
|
* | | More checks for exceeding max words | apnadkarni | 2023-04-27 | 1 | -8/+20 |
|
|
* | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -11/+11 |
|\ \ |
|
| * \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -11/+11 |
| |\ \
| | |/ |
|
| | * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -12/+12 |
|
|
* | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc... | jan.nijtmans | 2023-04-13 | 1 | -1/+1 |
|
|
* | | | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
| | |\ |
|
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
|
|
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|
| | | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
|
|
| | | * | Test for TclOO 1.1.0. Remove some useless type-casts | jan.nijtmans | 2022-07-01 | 1 | -1/+1 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -90/+90 |
|/ / / |
|
* | | | More TclNewIndexObj() usages (for values between -1 and SIZE_MAX-1) | jan.nijtmans | 2023-03-20 | 1 | -17/+18 |
|
|
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -36/+36 |
|
|
* | | | merge 8.7 | dgp | 2023-01-30 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | silence compiler warning | dgp | 2023-01-30 | 1 | -1/+1 |
|
|
| * | | Add some comments and tidy code. | pooryorick | 2023-01-27 | 1 | -1/+2 |
|
|
* | | | Merge 8.7 | pooryorick | 2023-01-27 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Fix for [ee08ed090b0a5408], sporadic segmentation fault in | pooryorick | 2023-01-26 | 1 | -0/+1 |
|
|
* | | | Merge 9.0 | jan.nijtmans | 2022-11-25 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Unbreak Windows build. More int -> size_t, being able to handle longer strings | jan.nijtmans | 2022-11-25 | 1 | -2/+2 |
|
|
* | | | | Internal abstract list, don't let "llength" shimmer any more. | jan.nijtmans | 2022-11-23 | 1 | -7/+7 |
|/ / / |
|
* | | | Merge 8.7. lreplace4 bcc instruction and FLT_MAX fix | apnadkarni | 2022-11-05 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Rewrite lreplace4 implementation not to need extra immediate operands. | apnadkarni | 2022-11-03 | 1 | -1/+1 |
|
|
| * | | Bytecode compiler for ledit | apnadkarni | 2022-10-30 | 1 | -3/+2 |
|
|
| * | | Implement lreplace4 BCC instruction | apnadkarni | 2022-10-30 | 1 | -0/+1 |
|
|
* | | | merge 8.7 | dgp | 2022-10-17 | 1 | -15/+15 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2022-09-27 | 1 | -0/+1 |
| |\ \ |
|
| * \ \ | merge 8.7 | dgp | 2022-09-21 | 1 | -0/+1 |
| |\ \ \ |
|
| * | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -16/+16 |
|
|
* | | | | | Merge 8.7 (primarily TIP 631) | apnadkarni | 2022-09-27 | 1 | -0/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge 8.7 | apnadkarni | 2022-09-27 | 1 | -0/+1 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Rename lsubst to ledit, add docs | apnadkarni | 2022-09-16 | 1 | -1/+1 |
|
|
| * | | | | Merge 8.7 | apnadkarni | 2022-09-16 | 1 | -5/+157 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | TIP 631 - lsubst command | apnadkarni | 2022-08-07 | 1 | -0/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2022-09-21 | 1 | -0/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Sync with core-8-branch | griffin | 2022-09-16 | 1 | -0/+1 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2022-09-07 | 1 | -9/+23 |
| |\ \ \ \ |
|
| * \ \ \ \ | sync up with core-8-branch | griffin | 2022-08-25 | 1 | -5/+142 |
| |\ \ \ \ \ |
|