| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj() | jan.nijtmans | 2023-08-25 | 1 | -6/+2 |
|\ |
|
| * | The experiment deployment of TclDuplicatePureObj() has been reverted from | dgp | 2023-08-21 | 1 | -5/+1 |
|/ |
|
* | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -1/+5 |
|
|
* | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -36/+37 |
|
|
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | Reduce shimmering: If a conclusion can be drawn about the number of list elem... | jan.nijtmans | 2022-11-28 | 1 | -2/+10 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-10-21 | 1 | -14/+14 |
|\ |
|
| * | Fix [d554e5554e]: fix typo “defintion” | jan.nijtmans | 2022-10-20 | 1 | -14/+14 |
|
|
* | | 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 |
|
|
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -19/+19 |
|
|
* | | 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 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -12/+12 |
|
|
* | | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -1/+19 |
|
|
* | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace | pooryorick | 2021-05-18 | 1 | -2/+2 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -3/+5 |
|
|
* | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -6/+6 |
|
|
| * | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -4/+4 |
|
|
* | | (no comment) | dgp | 2020-03-06 | 1 | -6/+3 |
|
|
* | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -3/+6 |
|\ \ |
|
* \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -3/+3 |
| |\ \ |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -3/+3 |
|
|
* | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -3/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -27/+27 |
|/ / |
|
* | | merge 8.6 | dgp | 2019-06-17 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Fix Bug 8b9854c3d8. Now 4 test failures require examination. | dgp | 2019-06-13 | 1 | -1/+5 |
|
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|
|
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2018-11-29 | 1 | -12/+25 |
|\ \
| |/ |
|
| * | Make the type casting in TclSpellFix less horrific. It's still bad, but it is... | dkf | 2018-11-28 | 1 | -16/+35 |
|
|
| * | Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble(). | pooryorick | 2018-02-15 | 1 | -5/+1 |
|
|
| * | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -0/+3709 |
|
|
| * | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -3696/+0 |
|
|
* | | merge 8.7 | dgp | 2018-10-18 | 1 | -21/+20 |
|\ \ |
|
| * \ | merge core-8-branch | dkf | 2018-09-04 | 1 | -333/+557 |
| |\ \ |
|
| * \ \ | merge trunk | dkf | 2013-07-26 | 1 | -126/+69 |
| |\ \ \ |
|
| * | | | | Added a mechanism for discovering the "type" of a command. | dkf | 2013-07-07 | 1 | -21/+20 |
|
|
* | | | | | merge 8.7 | dgp | 2018-05-24 | 1 | -51/+57 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | General code style cleanup. | dkf | 2018-05-13 | 1 | -51/+57 |
|
|
* | | | | | merge 8.7 | dgp | 2017-12-19 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -1/+1 |
|
|
* | | | | | merge 8.7 | dgp | 2017-12-06 | 1 | -114/+116 |
|\ \ \ \ \
| |/ / / / |
|