Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define TclNewNamespaceObj() to capture common idiom | dkf | 2024-08-17 | 1 | -1/+1 |
* | Merge 8.7 | jan.nijtmans | 2024-05-27 | 1 | -11/+11 |
|\ | |||||
| * | Another round of sentinel improvements | jan.nijtmans | 2024-05-27 | 1 | -11/+11 |
| |\ | |||||
| | * | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used | jan.nijtmans | 2024-05-27 | 1 | -39/+37 |
* | | | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix s... | jan.nijtmans | 2024-05-27 | 1 | -38/+40 |
|\ \ \ | |/ / | |||||
| * | | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. | jan.nijtmans | 2024-05-27 | 1 | -38/+40 |
* | | | Merge 8.7 | dkf | 2024-05-26 | 1 | -30/+21 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | dkf | 2024-05-26 | 1 | -29/+21 |
| |\ \ | | |/ | |||||
| | * | Use the new operations | dkf | 2024-05-25 | 1 | -29/+21 |
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -67/+51 |
* | | | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -51/+67 |
* | | | More whitespace cleanup | dkf | 2024-05-10 | 1 | -10/+9 |
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | More type-casts (c++-compatibility) | jan.nijtmans | 2023-09-13 | 1 | -5/+5 |
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -1/+1 |
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -2/+2 |
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2023-12-27 | 1 | -15/+15 |
|\ \ \ | |/ / | |||||
| * | | Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -18/+18 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -11/+11 |
* | | | Merge 8.7 | jan.nijtmans | 2023-09-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Rebase to 8.7 | jan.nijtmans | 2023-07-09 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | More progress | jan.nijtmans | 2023-05-01 | 1 | -2/+2 |
| | * | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -1/+1 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-06-20 | 1 | -11/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Size | jan.nijtmans | 2023-06-20 | 1 | -50/+50 |
| |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-06-19 | 1 | -13/+14 |
|\ \ \ | |/ / | |||||
* | | | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -7/+7 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -7/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -7/+7 |
| | |\ \ | | | |/ | |||||
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -10/+10 |
| | | * | Use TclOffset() in stead of magic calculations using sizeof(), which might gi... | jan.nijtmans | 2022-08-26 | 1 | -1/+1 |
| | * | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -1/+1 |
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -63/+63 |
|/ / / | |||||
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -54/+54 |
* | | | No trailing ',' | jan.nijtmans | 2022-11-09 | 1 | -1/+1 |
* | | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644 | apnadkarni | 2022-11-09 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-11-07 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
* | | | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-08-25 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | [37108037b9]: Code cleanups to support CHERI. Apply patch 0001 and 0003 (and ... | jan.nijtmans | 2022-08-25 | 1 | -6/+7 |
* | | | Undo unintended (internal) variable rename | jan.nijtmans | 2022-06-08 | 1 | -3/+3 |
* | | | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -35/+35 |
|\ \ \ | |||||
| * \ \ | Merge 9.0 | jan.nijtmans | 2022-06-02 | 1 | -1/+1 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * | | | | | more progress | jan.nijtmans | 2022-03-31 | 1 | -7/+7 |