summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-05-171-19/+19
|\
| * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-19/+19
* | 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 long...jan.nijtmans2022-03-021-2/+3
| |/
* | Merge 8.7jan.nijtmans2022-02-101-6/+6
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-02-101-6/+6
| |\
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-6/+6
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-3/+5
| | * Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-1/+19
* | | Merge 8.7jan.nijtmans2021-10-081-13/+13
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-12/+12
* | | Merge 8.7jan.nijtmans2021-10-061-2/+2
|\ \ \ | |/ /
| * | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-1/+19
* | | Update code comments.pooryorick2021-09-021-146/+122
* | | Silence warning in fix for [ccc448a6bfd5], namespace ensemble subcommand name...pooryorick2021-09-021-1/+1
* | | Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix matchin...pooryorick2021-09-011-1/+19
* | | merge 8.7 (resolve conflicts)dgp2021-05-201-2/+2
|\ \ \ | |/ /
| * | Fix for issue [e39cb3f462631a99], namespace is removed from other namespacepooryorick2021-05-181-2/+2
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-4/+4
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-09-171-3/+5
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+5
* | | Merge 8.7jan.nijtmans2020-09-071-4/+4
|\ \ \ | |/ /
* | | Merge core-8-branchjan.nijtmans2020-09-051-4/+4
|\ \ \
| * | | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-051-4/+4
| |/ /
* | | Merge 8.7jan.nijtmans2020-09-041-4/+4
|\ \ \ | |/ /
| * | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-4/+4
* | | Merge 8.7jan.nijtmans2020-05-141-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-141-3/+3
| |\ \ | | |/
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-6/+6
| | * Merge 8.5jan.nijtmans2019-06-261-4/+4
* | | merge 8.7dgp2020-03-061-6/+3
|\ \ \ | |/ /
| * | (no comment)dgp2020-03-061-6/+3
* | | Merge 8.7jan.nijtmans2020-02-281-29/+32
|\ \ \ | |/ /
| * | Merge tip-548jan.nijtmans2019-08-291-3/+6
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-151-2/+2
| |\ \ \ | | |/ /
| * | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-3/+3
| |\ \ \
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
* | | | | Merge 8.7jan.nijtmans2019-08-151-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.7jan.nijtmans2019-08-141-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-3/+3
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-011-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-3/+3
| |/ /
* | | merge 8.7dgp2019-06-171-1/+5
|\ \ \ | |/ /
| * | merge 8.6dgp2019-06-171-1/+5
| |\ \ | | |/
| | * Fix Bug 8b9854c3d8. Now 4 test failures require examination.dgp2019-06-131-1/+5
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-1/+1