Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Fix [b6afa33737]: signed integer overflow in TclInitStringRep() macro | jan.nijtmans | 2022-03-08 | 1 | -1/+1 | |
* | | | | Provide somewhat more space in Tcl_CallFrame | jan.nijtmans | 2022-03-08 | 1 | -8/+13 | |
* | | | | More int -> size_t | jan.nijtmans | 2022-03-07 | 1 | -3/+3 | |
* | | | | More progress | jan.nijtmans | 2022-03-06 | 1 | -13/+2 | |
* | | | | Merge 9.0 | jan.nijtmans | 2022-02-17 | 1 | -26/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-02-17 | 1 | -26/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin... | jan.nijtmans | 2022-02-17 | 1 | -11/+4 | |
| | * | | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -1/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ... | jan.nijtmans | 2022-01-12 | 1 | -1/+1 | |
* | | | | Almost complete (at least the API) | jan.nijtmans | 2022-01-27 | 1 | -1/+1 | |
* | | | | More progress | jan.nijtmans | 2022-01-27 | 1 | -1/+1 | |
* | | | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
* | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2021-12-21 | 1 | -10/+10 | |
|\ \ \ | |/ / | ||||||
| * | | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ... | jan.nijtmans | 2021-12-21 | 1 | -10/+16 | |
| |\ \ | | |/ | ||||||
| | * | Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8.... | jan.nijtmans | 2021-11-26 | 1 | -1/+1 | |
| | * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -1/+2 | |
| | * | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -2/+2 | |
| * | | Make "changes" file chronological (again) | jan.nijtmans | 2021-11-08 | 1 | -1/+1 | |
* | | | Doc fix for Tcl_GetIntForIndex() | jan.nijtmans | 2021-11-08 | 1 | -1/+1 | |
* | | | merge 8.7 | dgp | 2021-11-08 | 1 | -6/+13 | |
|\ \ \ | |/ / | ||||||
| * | | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters with | dgp | 2021-11-08 | 1 | -1/+2 | |
| * | | Update and clarify usage of the TclInitStringRep macro. | dgp | 2021-11-07 | 1 | -6/+12 | |
* | | | Merge trunk | jan.nijtmans | 2021-10-08 | 1 | -10/+11 | |
|\ \ \ | ||||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -10/+10 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -10/+14 | |
| | * | | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -0/+1 | |
| * | | | Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix matchin... | pooryorick | 2021-09-01 | 1 | -0/+1 | |
* | | | | Merge trunk | dgp | 2021-08-23 | 1 | -2/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-08-20 | 1 | -0/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 1 | -0/+4 | |
| * | | | Merge 8.7 | jan.nijtmans | 2021-08-16 | 1 | -2/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Make TCL_MAC_EMPTY_FILE macro work with C++ compiler | jan.nijtmans | 2021-08-15 | 1 | -2/+1 | |
* | | | | merge trunk | dgp | 2021-07-19 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-06-23 | 1 | -0/+5 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot find | pooryorick | 2021-06-20 | 1 | -0/+5 | |
* | | | | merge trunk | dgp | 2021-05-20 | 1 | -15/+14 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 8.7 (resolve conflicts) | dgp | 2021-05-20 | 1 | -15/+14 | |
| |\ \ \ | | |/ / | ||||||
| | * | | update documentation and macro names | pooryorick | 2021-05-19 | 1 | -15/+13 | |
| | * | | Break TclDeleteNamespaceChildren out of TclTeardownNamespace. | pooryorick | 2021-05-16 | 1 | -0/+1 | |
* | | | | merge trunk | dgp | 2021-04-08 | 1 | -6/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-04-07 | 1 | -6/+6 | |
| |\ \ \ | | |/ / | ||||||
| | * | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib... | jan.nijtmans | 2021-04-07 | 1 | -6/+6 | |
* | | | | merge trunk | dgp | 2021-04-05 | 1 | -1/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-04-04 | 1 | -1/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --... | jan.nijtmans | 2021-04-04 | 1 | -1/+0 | |
| | * | | When a namesapce is deleted delete all namespaces under it before making any | pooryorick | 2021-04-03 | 1 | -0/+1 | |
* | | | | merge trunk | dgp | 2021-04-03 | 1 | -6/+70 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 1 | -6/+69 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge core-8-branch | dkf | 2021-03-31 | 1 | -1/+1 | |
| | |\ \ |