summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkapnadkarni2023-04-141-1/+1
|\
| * Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-1/+1
| |\ | | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-74/+74
|/ /
* | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-36/+36
| |
* | Merge 8.7jan.nijtmans2022-11-281-2/+10
|\ \ | |/
| * Reduce shimmering: If a conclusion can be drawn about the number of list ↵jan.nijtmans2022-11-281-2/+10
| | | | | | | | elements, don't get the elements before the list length is checked
* | Rebase to 9.0jan.nijtmans2022-10-211-1/+2
|\ \
| * | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
| | |
* | | Merge 8.7jan.nijtmans2022-10-211-14/+14
|\ \ \ | |/ / |/| / | |/
| * Merge 8.6jan.nijtmans2022-10-211-14/+14
| |\
| | * Fix [d554e5554e]: fix typo “defintion”jan.nijtmans2022-10-201-14/+14
| | |
* | | Merge 8.7jan.nijtmans2022-07-211-7/+7
|\ \ \ | |/ /
| * | More TclGetStringFromObj() usagejan.nijtmans2022-07-211-173/+159
| | |
| * | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same ↵jan.nijtmans2022-06-241-1/+1
| | | | | | | | | | | | as it was in Tcl 8.6
* | | Merge 8.7jan.nijtmans2022-06-131-4/+4
|\ \ \ | |/ /
* | | Merge 9.0jan.nijtmans2022-05-171-19/+19
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-19/+19
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵jan.nijtmans2022-05-171-19/+19
| | | | | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616)
* | | | Merge 9.0jan.nijtmans2022-04-141-8/+12
|\ \ \ \ | |/ / /
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-6/+9
| |\ \ \
| * \ \ \ Rebase to Tcl 9.0jan.nijtmans2022-04-011-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no ↵jan.nijtmans2022-03-021-2/+3
| | |/ / | | | | | | | | | | | | longer necessary
* | | | More progressjan.nijtmans2022-03-311-4/+4
| | | |
* | | | more progressjan.nijtmans2022-03-311-1/+1
| | | |
* | | | More progressjan.nijtmans2022-03-301-1/+1
| | | |
* | | | More progressjan.nijtmans2022-03-301-4/+4
| | | |
* | | | More progressjan.nijtmans2022-03-291-4/+4
| | | |
* | | | More progressjan.nijtmans2022-03-291-6/+6
| | | |
* | | | size_t continuedjan.nijtmans2022-03-241-1/+1
| | | |
* | | | Merge 9.0. More progressjan.nijtmans2022-03-231-1/+1
|\ \ \ \ | |/ / /
* | | | More progressjan.nijtmans2022-03-181-7/+7
| | | |
* | | | Revert previous commit (doesn't work) and merge 9.0jan.nijtmans2022-03-101-12/+12
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-02-101-6/+6
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-6/+6
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of ↵jan.nijtmans2022-02-101-6/+6
| | | | | | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-3/+5
| | | |
| | | * Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-1/+19
| | | | | | | | | | | | matching and a subsequent error results in a segmentation fault.
* | | | More progressjan.nijtmans2022-03-091-12/+12
| | | |
* | | | Provide somewhat more space in Tcl_CallFramejan.nijtmans2022-03-081-2/+2
| | | |
* | | | Another round of int -> size_t for internal functionsjan.nijtmans2022-03-071-2/+3
| | | |
* | | | More progressjan.nijtmans2022-03-061-17/+17
| | | |
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-8/+8
| | | |
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-11/+11
| | | |
* | | | Almost complete (at least the API)jan.nijtmans2022-01-271-31/+35
| | | |
* | | | More work in progressjan.nijtmans2022-01-241-1/+2
|\ \ \ \ | |/ / /
* | | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList toojan.nijtmans2022-01-241-6/+7
| | | |
* | | | Tcl Dicts > 2^31 elements toojan.nijtmans2022-01-241-1/+1
| | | |
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-19/+19
|/ / /
* | | Merge 8.7jan.nijtmans2021-10-081-13/+13
|\ \ \ | |/ /