summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Apply macos-tip511.diff. Resolve conflict with TIP #601jan.nijtmans2021-08-193-5/+13
* Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav...jan.nijtmans2021-08-181-1/+1
* 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 by...jan.nijtmans2021-07-131-4/+4
* | 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
|\ \
* \ \ 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 r...jan.nijtmans2021-06-213-29/+1
* | | 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
* | 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 o...jan.nijtmans2021-06-101-0/+11
| |/ /
* | | 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
|\ \ \
| * | | Re-apply fix for [67a5eabbd3d1]: refchan, coroutine, and postevent from the "...pooryorick2021-06-161-6/+60
* | | | 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 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
* | | | 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
| | * | Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
| | * | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
* | | | 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
| * | | 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
| * | | | 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
| * | | | merge core-8-branchpooryorick2021-05-152-23/+65
| |\ \ \ \ | | |/ / /