summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Those type-casts don't work well in C++jan.nijtmans2023-10-121-0/+2
* | Merge 8.6jan.nijtmans2023-10-121-4/+4
|\ \ | |/
| * Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary castjan.nijtmans2023-10-121-8/+8
* | Minor source readability and delete obsolete codeapnadkarni2023-10-111-69/+69
* | Merge 8.6jan.nijtmans2023-10-115-18/+35
|\ \ | |/
| * Fix [8ab8a138c9]: Functions passed to Tcl_EventuallyFree() must be declared/d...jan.nijtmans2023-10-115-23/+40
| |\
| | * Remove typecasts, just define directly as Tcl_FreeProcjan.nijtmans2023-10-114-23/+31
| | * Handle Tcl_SetResult() the same way as Tcl_EventuallyFreejan.nijtmans2023-10-102-8/+11
| | * Follow-up for extensions: This way, usage of Tcl_EventuallyFree() won't give ...jan.nijtmans2023-10-101-0/+3
| | * Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ...jan.nijtmans2023-10-103-15/+18
| |/
* | Minor nmake tweaks, remove obsolete targetapnadkarni2023-10-111-10/+2
* | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake ver...apnadkarni2023-10-111-13/+72
|\ \
| * | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake ver...apnadkarni2023-10-101-13/+72
| * | Create new branch named "bug-894e11d7f7-nmake"apnadkarni2023-10-100-0/+0
* | | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-1012-107/+108
|/ /
* | Merge 8.6jan.nijtmans2023-10-092-86/+0
|\ \ | |/
| * Fix [db537f8809]: tclInt.h: TclNsDecrRefCount() declaration duplicatedjan.nijtmans2023-10-091-1/+0
| * Fix [d0d0749467]: TclFSUnloadTempFile() is unusedjan.nijtmans2023-10-092-94/+0
* | Re-generate "configure" with autoconf-2.71jan.nijtmans2023-10-093-2850/+3569
|\ \ | |/
| * Update rules.vcjan.nijtmans2023-10-091-0/+4
* | Bug [894e11d7f7]. Fix Unix test runs to use embedded Tcl zipfs scripts andapnadkarni2023-10-095-3590/+2892
|\ \
| * | No need to fake embedded zip now that tcltest build is fixedapnadkarni2023-10-091-19/+13
| * | Fix test targets in mingw builds to not set TCL_LIBRARY when zipfs enabledapnadkarni2023-10-091-4/+8
| * | Rework to use configure as prior solution presumed Gnu makeapnadkarni2023-10-083-3572/+2874