summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-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.7 (resolve conflicts)dgp2021-05-209-173/+349
|\ \ \ | |/ /
| * | 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
| | | * | 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
| | | |\ \
| | | * | | Separate library unloading routine from [unload] command processing.pooryorick2021-05-151-12/+38
* | | | | | Make pkgua package thread-safejan.nijtmans2021-05-181-20/+33
* | | | | | Reinstate one line lost in last merge.pooryorick2021-05-171-0/+1
* | | | | | Merge 8.7jan.nijtmans2021-05-176-13/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | |_|/ | |/| |
* | | | Replace ckfree with Tcl_Free.pooryorick2021-05-161-1/+1
* | | | merge core-8-branchfvogel2021-05-154-26/+67
|\ \ \ \ | |/ / /
| * | | Fix errors in man pages buildfvogel2021-05-152-2/+2
| |\ \ \
| | * | | Fix errors in man pages buildfvogel2021-05-152-2/+2
| * | | | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation fault.pooryorick2021-05-151-21/+25
| |\ \ \ \
| | * | | | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation faultpooryorick2021-05-141-21/+25
| | | |_|/ | | |/| |
| * | | | Merge bug-fb2a411b91973d3b.pooryorick2021-05-151-3/+40
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix more leaks in tclZipfs.c. Valgrind now reports no more leaks in tclZipfs.cpooryorick2021-05-141-2/+4
| | * | | Fix more leaks in Zipfs finalization.pooryorick2021-05-141-1/+36
| |/ / /
* | | | Merge 8.7jan.nijtmans2021-05-141-1/+2
|\ \ \ \ | |/ / /
| * | | Respect TIP #587 in dde test-cases.jan.nijtmans2021-05-141-1/+2
* | | | Merge 8.7jan.nijtmans2021-05-131-9/+4
|\ \ \ \ | |/ / /
| * | | Backout [217391dc7f] and [b05e314d7a]. For the reason, see: [https://github.c...jan.nijtmans2021-05-131-40/+3
| * | | Fix quoting issues in gdb-test and lldb targets.pooryorick2021-05-131-9/+4