| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.7 | dgp | 2021-06-16 | 1 | -60/+6 |
|\ |
|
| * | Fix [18f4a94d03] by backout out [9bcec7cd880540c3] | jan.nijtmans | 2021-06-15 | 1 | -60/+6 |
|
|
* | | merge 8.7 | dgp | 2021-05-27 | 3 | -3/+3 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | | merge 8.7 | dgp | 2021-05-20 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6, except [688fcc7082] because it gives a merge conflict | jan.nijtmans | 2021-05-20 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [52cc90776c]: Warning when compile with gcc v9.3.0 | jan.nijtmans | 2021-05-20 | 1 | -2/+2 |
|
|
| | * | | 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 |
|
|
* | | | | merge 8.7 | dgp | 2021-05-19 | 7 | -195/+306 |
|\ \ \ \
| |/ / / |
|
| * | | | update documentation and macro names | pooryorick | 2021-05-19 | 2 | -35/+34 |
|
|
| * | | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace | pooryorick | 2021-05-18 | 3 | -9/+8 |
|
|
| * | | | merge 8.7 | pooryorick | 2021-05-18 | 3 | -57/+81 |
| |\ \ \ |
|
| | * \ \ | Break TclDeleteNamespaceChildren out of TclTeardownNamespace. | pooryorick | 2021-05-18 | 2 | -56/+79 |
| | |\ \ \ |
|
| | | * | | | Break TclDeleteNamespaceChildren out of TclTeardownNamespace. | pooryorick | 2021-05-16 | 2 | -56/+79 |
|
|
| | * | | | | Eliminate "unused parameter" warning | jan.nijtmans | 2021-05-17 | 1 | -1/+1 |
| | |/ / / |
|
| | * | | | Delete associated data after running Tcl_InterpDeleteProc instead of before. ... | pooryorick | 2021-05-15 | 2 | -8/+7 |
|
|
| * | | | | Eliminate compiler warnings about unused parameters. | pooryorick | 2021-05-16 | 3 | -16/+12 |
|
|
| * | | | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c, | pooryorick | 2021-05-15 | 1 | -47/+73 |
|
|
| * | | | | When deleting an interp, delete associated data after running the corresponding | pooryorick | 2021-05-15 | 2 | -8/+7 |
|
|
| * | | | | merge core-8-branch | pooryorick | 2021-05-15 | 2 | -23/+65 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | 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 |
|
|
| | * | | | | Fix more leaks in tclZipfs.c. Valgrind now reports no more leaks in tclZipfs.c | pooryorick | 2021-05-14 | 1 | -2/+4 |
|
|
| | * | | | | Fix more leaks in Zipfs finalization. | pooryorick | 2021-05-14 | 1 | -1/+36 |
| | |/ / / |
|
| * | | | | Separate library unloading routine from [unload] command processing. | pooryorick | 2021-05-15 | 1 | -12/+38 |
| |/ / / |
|
| * | | | Backout [217391dc7f] and [b05e314d7a]. For the reason, see: [https://github.c... | jan.nijtmans | 2021-05-13 | 1 | -40/+3 |
|
|
| * | | | Fix remaining leaks in Zipfs finalization. | pooryorick | 2021-05-13 | 1 | -3/+28 |
|
|
| * | | | On exit deallocate up some memory allocated in ZipFS. | pooryorick | 2021-05-12 | 1 | -2/+14 |
|
|
* | | | | Merge 8.7 | dgp | 2021-05-07 | 3 | -3/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Better error-message "illegal byte sequence" when trying to read from invalid... | jan.nijtmans | 2021-05-07 | 2 | -3/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Remove TODO comment which is already done | jan.nijtmans | 2021-05-07 | 1 | -2/+0 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2021-05-06 | 1 | -0/+6 |
| |\ \ \
| | |/ / |
|
| | * | | Handle POSIX error EILSEQ: "invalid byte sequence" | jan.nijtmans | 2021-05-06 | 1 | -0/+6 |
|
|
* | | | | merge 8.7 | dgp | 2021-05-03 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [24b9181478]: Fix unsafe buffer lifetime | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
| | |\ \
| | | |/ |
|
| | | * | Fix [24b9181478]: Fix unsafe buffer lifetime | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
|
|
* | | | | Bump to version 8.7a5 for release. | dgp | 2021-05-03 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2021-04-29 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Prevent compiler warning | jan.nijtmans | 2021-04-29 | 1 | -0/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2021-04-29 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Unbreak build with -DTCL_NO_DEPRECATED | jan.nijtmans | 2021-04-29 | 1 | -0/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2021-04-28 | 11 | -70/+165 |
|\ \ \ \
| |/ / / |
|
| * | | | CONST86 -> const | jan.nijtmans | 2021-04-28 | 1 | -1/+1 |
|
|