summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* tip#511 proposed implementationjan.nijtmans2021-08-175-57/+167
|
* Make TCL_MAC_EMPTY_FILE macro work with C++ compilerjan.nijtmans2021-08-151-2/+1
|
* Make tclZipfs.c compilable with a C++ compilerjan.nijtmans2021-08-151-1/+1
|
* Merge 8.6jan.nijtmans2021-07-171-0/+10
|\
| * Proposed fix for [592a25a505]: Tcl_PutEnv() crashes on Windowsjan.nijtmans2021-07-161-0/+10
| |
* | Merge 8.6jan.nijtmans2021-07-161-4/+4
|\ \ | |/
| * finally -> finallyIndex, preventing conflicts with Tru64 headers (reported ↵jan.nijtmans2021-07-131-4/+4
| | | | | | | | by Jay K)
* | TCL_THREADS=0 means no threads toojan.nijtmans2021-06-291-1/+1
| |
* | Tweak TIP #590 impl on MacOS: Shared library could start with capitaljan.nijtmans2021-06-251-1/+5
| |
* | Now really merge [bug-f9800d52bd61f240] (previous commit contains test-cases ↵jan.nijtmans2021-06-233-1/+29
|\ \ | | | | | | | | | only)
* \ \ Merge 8.6jan.nijtmans2021-06-211-1/+1
|\ \ \ | | |/ | |/|
| * | Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-1/+1
| | |
* | | Backout merge of "bug-f9800d52bd61f240" branch, which is - apparently - not ↵jan.nijtmans2021-06-213-29/+1
| | | | | | | | | | | | | | | ready to be merged yet. This is causing failures on all platforms: [https://github.com/tcltk/tcl/runs/2872891537?check_suite_focus=true]
* | | Fix [048dd20b4171c8da]: cesu-8 encoding fails on \u80jan.nijtmans2021-06-211-1/+1
| |/ |/|
* | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot findpooryorick2021-06-203-1/+29
| | | | | | the right splicing spot
* | Fix windows build failure, caused by [f8608fc420]jan.nijtmans2021-06-191-1/+1
| |
* | Fix [f8608fc420]: linux : dynamic location of the tcl zipfsjan.nijtmans2021-06-181-0/+10
|\ \
| * \ protect all usage of dladdr() with !defined(NO_DLFCN_H)jan.nijtmans2021-06-111-3/+2
| |\ \
| * | | Experiment: use dladdr() on Linux to locate the shared library. Won't work ↵jan.nijtmans2021-06-101-0/+11
| |/ / | | | | | | | | | on other platforms! WIP
* | | Bump version number to distinguish from release.dgp2021-06-181-2/+2
| | |
* | | Revert to the code of RC2, so that only timestamps and changes file entriesdgp2021-06-171-6/+60
|\ \ \ | | | | | | | | are different.
| * | | Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the ↵pooryorick2021-06-161-6/+60
| | | | | | | | | | | | | | | | "watch" proc
* | | | merge 8.7dgp2021-06-161-60/+6
|\ \ \ \ | |/ / /
| * | | Fix [18f4a94d03] by backout out [9bcec7cd880540c3]jan.nijtmans2021-06-151-60/+6
| |/ /
* | | merge 8.7dgp2021-05-273-3/+3
|\ \ \ | |/ /
| * | 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 ↵jan.nijtmans2021-05-271-1/+1
| | | | | | | | | | | | harmless)
| * | 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 ↵jan.nijtmans2021-05-261-4/+2
| | |\ | | | | | | | | | | | | Tcl_UniChar.
| | | * Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for ↵jan.nijtmans2021-05-261-4/+2
| | | | | | | | | | | | | | | | Tcl_UniChar.
* | | | merge 8.7dgp2021-05-201-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6, except [688fcc7082] because it gives a merge conflictjan.nijtmans2021-05-201-2/+2
| |\ \ \ | | |/ /
| | * | Fix [52cc90776c]: Warning when compile with gcc v9.3.0jan.nijtmans2021-05-201-2/+2
| | | |
| | * | Remove the refCount increment that accompanied the decrement removed in thepooryorick2021-05-181-1/+0
| | | | | | | | | | | | last commit.
| | * | Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
| | | |
| | * | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
| | | | | | | | | | | | calls import and triggers memory error.
* | | | merge 8.7dgp2021-05-197-195/+306
|\ \ \ \ | |/ / /
| * | | update documentation and macro namespooryorick2021-05-192-35/+34
| | | |
| * | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespacepooryorick2021-05-183-9/+8
| | | | | | | | | | | | paths before deletion is complete
| * | | merge 8.7pooryorick2021-05-183-57/+81
| |\ \ \
| | * \ \ Break TclDeleteNamespaceChildren out of TclTeardownNamespace.pooryorick2021-05-182-56/+79
| | |\ \ \
| | | * | | Break TclDeleteNamespaceChildren out of TclTeardownNamespace.pooryorick2021-05-162-56/+79
| | | | | |
| | * | | | Eliminate "unused parameter" warningjan.nijtmans2021-05-171-1/+1
| | |/ / /
| | * | | Delete associated data after running Tcl_InterpDeleteProc instead of before. ↵pooryorick2021-05-152-8/+7
| | | | | | | | | | | | | | | | | | | | Remove redundant/cyclic call to Tcl_DeleteAssocData.
| * | | | Eliminate compiler warnings about unused parameters.pooryorick2021-05-163-16/+12
| | | | |
| * | | | Fix [28027d8bb7745fb0], memory leaks in tclUnload.c,pooryorick2021-05-151-47/+73
| | | | |
| * | | | When deleting an interp, delete associated data after running the correspondingpooryorick2021-05-152-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_InterpDeleteProc instead of before to allow the Tcl_InterpDeleteProc to make use of the data. In TcltestObj.c/VarPtrDeleteProc, remove call to Tcl_DeleteAssocData that is redundant and cylic.
| * | | | merge core-8-branchpooryorick2021-05-152-23/+65
| |\ \ \ \ | | |/ / /
| | * | | 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
| | | | | |