summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | more changesdgp2021-05-281-4/+11
| | * | compete TIP list in "changes"jan.nijtmans2021-05-281-5/+31
| | * | merge 8.7dgp2021-05-275-6/+6
| | |\ \ | |_|/ / |/| | |
* | | | Merge 8.6. Make c++ compile (with g++-11) warning-freejan.nijtmans2021-05-272-2/+2
|\ \ \ \ | |/ / /
| * | | Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harm...jan.nijtmans2021-05-271-1/+1
* | | | Fix [a73c79081e]: Doc fix in tcl.h. Recommend int32_t in stead of wchar_tjan.nijtmans2021-05-261-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
| |\ \ \ | | | |/ | | |/|
| | * | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
* | | | One more macos-11.0 -> macos-11jan.nijtmans2021-05-261-1/+1
* | | | Merge 8.6jan.nijtmans2021-05-261-2/+2
|\ \ \ \ | |/ / /
| * | | macos-11.0 -> macos-11jan.nijtmans2021-05-261-2/+2
| | | * merge 8.7dgp2021-05-2512-18/+36
| | | |\ | |_|_|/ |/| | |
* | | | Merge 8.6jan.nijtmans2021-05-2511-17/+17
|\ \ \ \ | |/ / /
| * | | Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, listjan.nijtmans2021-05-259-13/+13
| * | | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| |\ \ \ | | |/ /
| | * | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| * | | merge-markjan.nijtmans2021-05-210-0/+0
| |\ \ \ | | |/ /
| | * | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-2110-117/+126
| | | * merge 8.7dgp2021-05-201-2/+2
| | | |\ | |_|_|/ |/| | |
* | | | Merge 8.6, except [688fcc7082] because it gives a merge conflictjan.nijtmans2021-05-201-2/+2
|\ \ \ \ | |/ / /
| * | | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-209-40/+40
| * | | Fix [52cc90776c]: Warning when compile with gcc v9.3.0jan.nijtmans2021-05-201-2/+2
| * | | Make Pkgua package thread-safe and properly clean up everything when being un...jan.nijtmans2021-05-182-21/+34
| * | | Remove unneeded cmdPtr increment and decrement.pooryorick2021-05-181-2/+0
| |\ \ \
| | * | | Remove the refCount increment that accompanied the decrement removed in thepooryorick2021-05-181-1/+0
| | * | | Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
| |/ / /
| * | | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
| * | | Additional test for [688fcc7082fa99a4].pooryorick2021-05-171-0/+32
| | | * merge 8.7dgp2021-05-1916-238/+465
| | | |\ | |_|_|/ |/| | |
* | | | fix for [e39cb3f462631a99], namespace is removed from other namespace pathspooryorick2021-05-195-54/+122
|\ \ \ \
| * | | | update documentation and macro namespooryorick2021-05-192-35/+34
| * | | | new test for issue [e39cb3f462631a99], namespace is removed from otherpooryorick2021-05-191-0/+62
| * | | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespacepooryorick2021-05-184-19/+26
|/ / / /
* | | | Make pkgua package thread-safejan.nijtmans2021-05-183-26/+29
* | | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c .pooryorick2021-05-185-72/+134
|\ \ \ \
| * \ \ \ merge 8.7pooryorick2021-05-186-61/+119
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Break TclDeleteNamespaceChildren out of TclTeardownNamespace.pooryorick2021-05-182-56/+79
|\ \ \ \ \
| * | | | | Break TclDeleteNamespaceChildren out of TclTeardownNamespace.pooryorick2021-05-162-56/+79
* | | | | | Additional test for [688fcc7082fa99a4], imported command trace memory error.pooryorick2021-05-181-0/+32
* | | | | | Eliminate "unused parameter" warningjan.nijtmans2021-05-171-1/+1
* | | | | | Merge 8.6jan.nijtmans2021-05-172-4/+6
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.jan.nijtmans2021-05-178-66/+57
* | | | | Delete associated data after running Tcl_InterpDeleteProc instead of before. ...pooryorick2021-05-152-8/+7
* | | | | Add valgrind option --keep-deguginfo=yespooryorick2021-05-151-0/+1
| | * | | use [info sharedlibextension] for instead of ".so"pooryorick2021-05-171-1/+1
| | * | | Eliminate compiler warnings about unused parameters.pooryorick2021-05-163-16/+12
| | * | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c,pooryorick2021-05-153-53/+91
| | * | | When deleting an interp, delete associated data after running the correspondingpooryorick2021-05-152-8/+7
| | * | | Add valgrind option --keep-deguginfo=yespooryorick2021-05-151-0/+1
| | * | | merge core-8-branchpooryorick2021-05-154-25/+67
| | |\ \ \ | |_|/ / / |/| | | |