summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add unbalances .RS in doc/filename.noehhar2023-11-031-0/+1
* When there is a zipfs archive in use to house the script library anddgp2023-11-011-6/+27
* Merge 8.6jan.nijtmans2023-10-291-3/+5
|\
| * Fix [0219fb7511]: tclIO.c: avoid -Wstrict-prototypes warning. Some code cleanupjan.nijtmans2023-10-291-58/+62
* | [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-276-35/+35
* | More C++-sentinel-related fixes (hopefully, those are the last ones)jan.nijtmans2023-10-273-103/+103
* | Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be ...jan.nijtmans2023-10-262-97/+89
* | merge 8.6dgp2023-10-251-245/+0
|\ \ | |/
| * Obsolete tests unixInit-2.* testing older versions of the internal routinedgp2023-10-251-243/+0
* | Fix build-info for 64-bit Windows: This is not an "ilp32" platformjan.nijtmans2023-10-241-1/+1
* | Bug [31fc36fe47] - socket crash with multiple threads.apnadkarni2023-10-212-68/+75
|\ \
| * | Proposed fixapnadkarni2023-10-212-70/+69
| * | Test for Windows socket crashapnadkarni2023-10-211-0/+8
|/ /
* | Bug [33b2486199] - thread create/release unmounts zipfsapnadkarni2023-10-214-28/+38
|\ \
| * | Move zipfs finalization to TclFinalizeFilesystemapnadkarni2023-10-213-31/+29
| * | Potential fixapnadkarni2023-10-201-0/+3
| * | Add test to trigger bug 33b2486199apnadkarni2023-10-201-0/+9
|/ /
* | Merge 8.6jan.nijtmans2023-10-201-2/+2
|\ \ | |/
| * (cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode ...jan.nijtmans2023-10-206-11/+11
* | Merge 8.6jan.nijtmans2023-10-201-3/+2
|\ \ | |/
| * Fix [9d216917e]: nmakehlp.c: remove unused include math.hjan.nijtmans2023-10-201-3/+2
* | (cherry-pick): document available TCL_TCPSERVER_* flagsjan.nijtmans2023-10-191-2/+5
* | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-co...jan.nijtmans2023-10-1969-662/+653
|\ \
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-1770-666/+657
|/ /
* | merge 8.6dgp2023-10-161-0/+11
|\ \ | |/
| * Missing cleanups that can cause conflicts in "-singleproc 1" testing.dgp2023-10-161-0/+11
* | test hygienedgp2023-10-161-2/+2
* | Add missing zipfs test zipapnadkarni2023-10-161-0/+0
* | C++ doesn't accept "register" keywordjan.nijtmans2023-10-151-1/+1
* | Merge 8.6. Use (void *)NULL in stead of NULL for C++jan.nijtmans2023-10-153-24/+24
|\ \ | |/
| * Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-151-2/+2
* | Fix broken nmake static installapnadkarni2023-10-151-1/+3
* | Refactor mount_data api as to not duplicate mount command functionality. Need...apnadkarni2023-10-153-90/+61
* | Comment correctionoehhar2023-10-151-1/+1
* | Fix memory leak [9525f4c8bc] and zipfs path handling [c3364db38a] and othersapnadkarni2023-10-155-350/+447
|\ \
| * | Fix zipfs long path memory leaks [9525f4c8bc]apnadkarni2023-10-152-18/+31
| * | More fixes, update docsapnadkarni2023-10-154-84/+157
| * | Eliminate CanonicalPath - obsoleteapnadkarni2023-10-141-196/+17
| * | Redo zipfs path handlingapnadkarni2023-10-144-121/+311
| * | Create new branch named "apn-zipfs-paths"apnadkarni2023-10-140-0/+0
* | | Merge-markjan.nijtmans2023-10-140-0/+0
|\ \ \ | |/ / |/| / | |/
| * Missing !endif (in previous commit)jan.nijtmans2023-10-141-0/+1
* | Fix C++ errors, e.g: "generic/tclZipfs.c:5598:6: error: cannot jump from this...jan.nijtmans2023-10-131-8/+10
* | Merge 8.6jan.nijtmans2023-10-131-31/+42
|\ \ | |/
| * Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 feat...jan.nijtmans2023-10-131-36/+3
| * Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of incorrect...jan.nijtmans2023-10-131-4/+9
* | Merge-markjan.nijtmans2023-10-131-1/+1
|\ \ | |/
| * Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: f...jan.nijtmans2023-10-135-5/+34
* | Merge 8.7jan.nijtmans2023-10-123-12/+41
|\ \ | |/
| * Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare...jan.nijtmans2023-10-122-48/+76