Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-07-21 | 1 | -7/+7 |
|\ | |||||
| * | More TclGetStringFromObj() usage | jan.nijtmans | 2022-07-21 | 1 | -173/+159 |
| * | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a... | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2022-06-13 | 1 | -4/+4 |
|\ \ | |/ | |||||
* | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -19/+19 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -19/+19 |
| |\ \ | | |/ | |||||
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -19/+19 |
* | | | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -8/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 9.0. Eliminate almost all remaining (enum) casts | jan.nijtmans | 2022-04-11 | 1 | -6/+9 |
| |\ \ | |||||
| * \ \ | Rebase to Tcl 9.0 | jan.nijtmans | 2022-04-01 | 1 | -2/+3 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long... | jan.nijtmans | 2022-03-02 | 1 | -2/+3 |
| | |/ | |||||
* | | | More progress | jan.nijtmans | 2022-03-31 | 1 | -4/+4 |
* | | | more progress | jan.nijtmans | 2022-03-31 | 1 | -1/+1 |
* | | | More progress | jan.nijtmans | 2022-03-30 | 1 | -1/+1 |
* | | | More progress | jan.nijtmans | 2022-03-30 | 1 | -4/+4 |
* | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -4/+4 |
* | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -6/+6 |
* | | | size_t continued | jan.nijtmans | 2022-03-24 | 1 | -1/+1 |
* | | | Merge 9.0. More progress | jan.nijtmans | 2022-03-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | More progress | jan.nijtmans | 2022-03-18 | 1 | -7/+7 |
* | | | Revert previous commit (doesn't work) and merge 9.0 | jan.nijtmans | 2022-03-10 | 1 | -12/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
| | |\ | |||||
| | | * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
| | | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -3/+5 |
| | | * | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -1/+19 |
* | | | | More progress | jan.nijtmans | 2022-03-09 | 1 | -12/+12 |
* | | | | Provide somewhat more space in Tcl_CallFrame | jan.nijtmans | 2022-03-08 | 1 | -2/+2 |
* | | | | Another round of int -> size_t for internal functions | jan.nijtmans | 2022-03-07 | 1 | -2/+3 |
* | | | | More progress | jan.nijtmans | 2022-03-06 | 1 | -17/+17 |
* | | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -8/+8 |
* | | | | Tcl_ListObjLength -> TclListObjLength | jan.nijtmans | 2022-02-10 | 1 | -11/+11 |
* | | | | Almost complete (at least the API) | jan.nijtmans | 2022-01-27 | 1 | -31/+35 |
* | | | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
* | | | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList too | jan.nijtmans | 2022-01-24 | 1 | -6/+7 |
* | | | | Tcl Dicts > 2^31 elements too | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
* | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -19/+19 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -13/+13 |
|\ \ \ | |/ / | |||||
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -12/+12 |
* | | | Merge 8.7 | jan.nijtmans | 2021-10-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -1/+19 |
* | | | Update code comments. | pooryorick | 2021-09-02 | 1 | -146/+122 |
* | | | Silence warning in fix for [ccc448a6bfd5], namespace ensemble subcommand name... | pooryorick | 2021-09-02 | 1 | -1/+1 |
* | | | Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix matchin... | pooryorick | 2021-09-01 | 1 | -1/+19 |
* | | | merge 8.7 (resolve conflicts) | dgp | 2021-05-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace | pooryorick | 2021-05-18 | 1 | -2/+2 |
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -3/+5 |
|\ \ \ | |/ / |