| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise http version number from unusual 2.10.0a1 to conventional 2.10a1 | dgp | 2021-06-04 | 5 | -7/+7 |
|
|
* | Add winspool library to LIBS_GUI on Windows. Not used yet (but most likely it... | jan.nijtmans | 2021-06-02 | 2 | -4/+4 |
|
|
* | Merge 8.6. Make c++ compile (with g++-11) warning-free | jan.nijtmans | 2021-05-27 | 2 | -2/+2 |
|\ |
|
| * | Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harm... | jan.nijtmans | 2021-05-27 | 1 | -1/+1 |
|
|
* | | Fix [a73c79081e]: Doc fix in tcl.h. Recommend int32_t in stead of wchar_t | jan.nijtmans | 2021-05-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc... | jan.nijtmans | 2021-05-26 | 1 | -4/+2 |
| |\ |
|
| | * | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc... | jan.nijtmans | 2021-05-26 | 1 | -4/+2 |
|
|
* | | | One more macos-11.0 -> macos-11 | jan.nijtmans | 2021-05-26 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-05-26 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | macos-11.0 -> macos-11 | jan.nijtmans | 2021-05-26 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-05-25 | 11 | -17/+17 |
|\ \ \
| |/ / |
|
| * | | Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, list | jan.nijtmans | 2021-05-25 | 9 | -13/+13 |
|
|
| * | | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t... | jan.nijtmans | 2021-05-25 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t... | jan.nijtmans | 2021-05-25 | 1 | -1/+1 |
|
|
| * | | merge-mark | jan.nijtmans | 2021-05-21 | 0 | -0/+0 |
| |\ \
| | |/ |
|
| | * | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l... | jan.nijtmans | 2021-05-21 | 10 | -117/+126 |
|
|
* | | | Merge 8.6, except [688fcc7082] because it gives a merge conflict | jan.nijtmans | 2021-05-20 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l... | jan.nijtmans | 2021-05-20 | 9 | -40/+40 |
|
|
| * | | Fix [52cc90776c]: Warning when compile with gcc v9.3.0 | jan.nijtmans | 2021-05-20 | 1 | -2/+2 |
|
|
| * | | Make Pkgua package thread-safe and properly clean up everything when being un... | jan.nijtmans | 2021-05-18 | 2 | -21/+34 |
|
|
| * | | Remove unneeded cmdPtr increment and decrement. | pooryorick | 2021-05-18 | 1 | -2/+0 |
| |\ \ |
|
| | * | | Remove the refCount increment that accompanied the decrement removed in the | pooryorick | 2021-05-18 | 1 | -1/+0 |
|
|
| | * | | Remove unnecessary refCount decrement. | pooryorick | 2021-05-17 | 1 | -1/+0 |
| |/ / |
|
| * | | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and then | pooryorick | 2021-05-17 | 1 | -14/+13 |
|
|
| * | | Additional test for [688fcc7082fa99a4]. | pooryorick | 2021-05-17 | 1 | -0/+32 |
|
|
* | | | fix for [e39cb3f462631a99], namespace is removed from other namespace paths | pooryorick | 2021-05-19 | 5 | -54/+122 |
|\ \ \ |
|
| * | | | update documentation and macro names | pooryorick | 2021-05-19 | 2 | -35/+34 |
|
|
| * | | | new test for issue [e39cb3f462631a99], namespace is removed from other | pooryorick | 2021-05-19 | 1 | -0/+62 |
|
|
| * | | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace | pooryorick | 2021-05-18 | 4 | -19/+26 |
|/ / / |
|
* | | | Make pkgua package thread-safe | jan.nijtmans | 2021-05-18 | 3 | -26/+29 |
|
|
* | | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c . | pooryorick | 2021-05-18 | 5 | -72/+134 |
|\ \ \ |
|
| * \ \ | merge 8.7 | pooryorick | 2021-05-18 | 6 | -61/+119 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Break TclDeleteNamespaceChildren out of TclTeardownNamespace. | pooryorick | 2021-05-18 | 2 | -56/+79 |
|\ \ \ \ |
|
| * | | | | Break TclDeleteNamespaceChildren out of TclTeardownNamespace. | pooryorick | 2021-05-16 | 2 | -56/+79 |
|
|
* | | | | | Additional test for [688fcc7082fa99a4], imported command trace memory error. | pooryorick | 2021-05-18 | 1 | -0/+32 |
|
|
* | | | | | Eliminate "unused parameter" warning | jan.nijtmans | 2021-05-17 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2021-05-17 | 2 | -4/+6 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly. | jan.nijtmans | 2021-05-17 | 8 | -66/+57 |
|
|
* | | | | Delete associated data after running Tcl_InterpDeleteProc instead of before. ... | pooryorick | 2021-05-15 | 2 | -8/+7 |
|
|
* | | | | Add valgrind option --keep-deguginfo=yes | pooryorick | 2021-05-15 | 1 | -0/+1 |
|
|
| | * | | use [info sharedlibextension] for instead of ".so" | pooryorick | 2021-05-17 | 1 | -1/+1 |
|
|
| | * | | Eliminate compiler warnings about unused parameters. | pooryorick | 2021-05-16 | 3 | -16/+12 |
|
|
| | * | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c, | pooryorick | 2021-05-15 | 3 | -53/+91 |
|
|
| | * | | When deleting an interp, delete associated data after running the corresponding | pooryorick | 2021-05-15 | 2 | -8/+7 |
|
|
| | * | | Add valgrind option --keep-deguginfo=yes | pooryorick | 2021-05-15 | 1 | -0/+1 |
|
|
| | * | | merge core-8-branch | pooryorick | 2021-05-15 | 4 | -25/+67 |
| | |\ \
| |_|/ /
|/| | | |
|
* | | | | Fix errors in man pages build | fvogel | 2021-05-15 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Fix errors in man pages build | fvogel | 2021-05-15 | 2 | -2/+2 |
|
|
* | | | | | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation fault. | pooryorick | 2021-05-15 | 1 | -21/+25 |
|\ \ \ \ \ |
|
| * | | | | | Fix for issue [463b7a93be0a2ddd], Tcl_Unload, make gdb-test, segmentation fault | pooryorick | 2021-05-14 | 1 | -21/+25 |
|
|