Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter | jan.nijtmans | 2023-05-23 | 1 | -1/+1 |
| * | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -5/+6 |
* | | 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 trunk | apnadkarni | 2023-04-14 | 1 | -2/+2 |
|\ \ | |||||
| * \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -2/+2 |
| | * | 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 | -18/+18 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -15/+15 |
* | | | Merge 8.7 | jan.nijtmans | 2022-10-04 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix g++ warning: tclEvent.c:1519:10: warning: declaration of ‘enum Tcl_Vwai... | jan.nijtmans | 2022-10-04 | 1 | -4/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2022-09-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | addendum to previous commit: restore -errorcode too ..... | jan.nijtmans | 2022-09-19 | 1 | -1/+1 |
* | | | merge 8.7 | dgp | 2022-09-19 | 1 | -6/+5 |
|\ \ \ | |/ / | |||||
| * | | Upgrade Tcl_SaveResult usage to Tcl_SaveInterpState. | dgp | 2022-09-19 | 1 | -3/+3 |
| * | | eliminate (enum options) typecast | jan.nijtmans | 2022-09-19 | 1 | -3/+2 |
* | | | merge 8.7 | jan.nijtmans | 2022-09-19 | 1 | -30/+404 |
|\ \ \ | |/ / | |||||
| * | | TIP #455 proposed implementation | jan.nijtmans | 2022-08-31 | 1 | -30/+404 |
* | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
* | | | | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -3/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Rebase to Tcl 9.0 | jan.nijtmans | 2022-04-01 | 1 | -3/+2 |
| |\ \ \ | |||||
| | * | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long... | jan.nijtmans | 2022-03-02 | 1 | -3/+2 |
| | |/ / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
| | | * | Unbreak build | jan.nijtmans | 2021-11-26 | 1 | -1/+1 |
| | | * | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.... | jan.nijtmans | 2021-11-26 | 1 | -26/+39 |
* | | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
* | | | | More progress | jan.nijtmans | 2022-01-27 | 1 | -2/+3 |
* | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-11-26 | 1 | -4/+78 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2021-09-24 | 1 | -0/+6 |
| |\ \ | |||||
| * | | | Found the problem with Visual Studio: somehow it doesn't handle empty bracket... | jan.nijtmans | 2021-08-03 | 1 | -1/+1 |
| * | | | Add support for ICC | jan.nijtmans | 2021-07-14 | 1 | -1/+4 |
| * | | | Remove tclPkg.c changes, instead implement new tcl::build-info command | jan.nijtmans | 2021-07-13 | 1 | -0/+3 |
| * | | | Eliminate clang warning | jan.nijtmans | 2021-07-09 | 1 | -2/+2 |
| * | | | "profiled" -> "profile" | jan.nijtmans | 2021-07-02 | 1 | -50/+57 |
| * | | | "utf16" -> "utf-16" | jan.nijtmans | 2021-07-01 | 1 | -1/+1 |
| * | | | TCL_THREADS=0 means no threads too .... | jan.nijtmans | 2021-06-29 | 1 | -1/+1 |
| * | | | Merge 8.7. Add "ilp32" build flag | jan.nijtmans | 2021-05-26 | 1 | -0/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2021-04-14 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Fix build with -DTCL_NO_DEPRECATED cflag | jan.nijtmans | 2021-02-25 | 1 | -0/+7 |
| * | | | | Merge 8.7. Change more functions signatures to return the Tcl full version nu... | jan.nijtmans | 2021-02-24 | 1 | -2/+63 |