summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (cherry-pick): document available TCL_TCPSERVER_* flagsjan.nijtmans2023-10-191-2/+5
|
* Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any ↵jan.nijtmans2023-10-1969-662/+653
|\ | | | | | | C++-compiler as well
| * 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. ↵apnadkarni2023-10-153-90/+61
| | | | | | | | Needs revisiting as mount_data is not even in TIP 430
* | 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 ↵jan.nijtmans2023-10-131-8/+10
| | | | | | | | this goto statement to its label"
* | 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 ↵jan.nijtmans2023-10-131-36/+3
| | | | | | | | features
| * Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of ↵jan.nijtmans2023-10-131-4/+9
| | | | | | | | incorrect type
* | Merge-markjan.nijtmans2023-10-131-1/+1
|\ \ | |/
| * Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: ↵jan.nijtmans2023-10-135-5/+34
| | | | | | | | file: libtcl8.6.a(tclAlloc.o) has no symbols". Backported from 8.7
* | Merge 8.7jan.nijtmans2023-10-123-12/+41
|\ \ | |/
| * Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be ↵jan.nijtmans2023-10-122-48/+76
| | | | | | | | | | declared/defined as Tcl_FileProc. Also, add some type-casts
| * 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 ↵jan.nijtmans2023-10-115-23/+40
| |\ | | | | | | | | | declared/defined as Tcl_FreeProc
| | * 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
| | | | | | | | | | | | warnings any more. Only do this for 8.6 and 8.7, _not_ for 9.0!
| | * Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ↵jan.nijtmans2023-10-103-15/+18
| |/ | | | | | | | | Tcl_EventuallyFree(). This should eliminate all warnings when using -fsanitize=function.
* | Minor nmake tweaks, remove obsolete targetapnadkarni2023-10-111-10/+2
| |
* | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake ↵apnadkarni2023-10-111-13/+72
|\ \ | | | | | | | | | version
| * | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake ↵apnadkarni2023-10-101-13/+72
| | | | | | | | | | | | version
| * | 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
|\ \ | | | | | | not external ones from the library directory.