Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cherry-pick): document available TCL_TCPSERVER_* flags | jan.nijtmans | 2023-10-19 | 1 | -2/+5 |
| | |||||
* | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any ↵ | jan.nijtmans | 2023-10-19 | 69 | -662/+653 |
|\ | | | | | | | C++-compiler as well | ||||
| * | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 70 | -666/+657 |
|/ | |||||
* | merge 8.6 | dgp | 2023-10-16 | 1 | -0/+11 |
|\ | |||||
| * | Missing cleanups that can cause conflicts in "-singleproc 1" testing. | dgp | 2023-10-16 | 1 | -0/+11 |
| | | |||||
* | | test hygiene | dgp | 2023-10-16 | 1 | -2/+2 |
| | | |||||
* | | Add missing zipfs test zip | apnadkarni | 2023-10-16 | 1 | -0/+0 |
| | | |||||
* | | C++ doesn't accept "register" keyword | jan.nijtmans | 2023-10-15 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.6. Use (void *)NULL in stead of NULL for C++ | jan.nijtmans | 2023-10-15 | 3 | -24/+24 |
|\ \ | |/ | |||||
| * | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage | jan.nijtmans | 2023-10-15 | 1 | -2/+2 |
| | | |||||
* | | Fix broken nmake static install | apnadkarni | 2023-10-15 | 1 | -1/+3 |
| | | |||||
* | | Refactor mount_data api as to not duplicate mount command functionality. ↵ | apnadkarni | 2023-10-15 | 3 | -90/+61 |
| | | | | | | | | Needs revisiting as mount_data is not even in TIP 430 | ||||
* | | Comment correction | oehhar | 2023-10-15 | 1 | -1/+1 |
| | | |||||
* | | Fix memory leak [9525f4c8bc] and zipfs path handling [c3364db38a] and others | apnadkarni | 2023-10-15 | 5 | -350/+447 |
|\ \ | |||||
| * | | Fix zipfs long path memory leaks [9525f4c8bc] | apnadkarni | 2023-10-15 | 2 | -18/+31 |
| | | | |||||
| * | | More fixes, update docs | apnadkarni | 2023-10-15 | 4 | -84/+157 |
| | | | |||||
| * | | Eliminate CanonicalPath - obsolete | apnadkarni | 2023-10-14 | 1 | -196/+17 |
| | | | |||||
| * | | Redo zipfs path handling | apnadkarni | 2023-10-14 | 4 | -121/+311 |
| | | | |||||
| * | | Create new branch named "apn-zipfs-paths" | apnadkarni | 2023-10-14 | 0 | -0/+0 |
| | | | |||||
* | | | Merge-mark | jan.nijtmans | 2023-10-14 | 0 | -0/+0 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Missing !endif (in previous commit) | jan.nijtmans | 2023-10-14 | 1 | -0/+1 |
| | | |||||
* | | Fix C++ errors, e.g: "generic/tclZipfs.c:5598:6: error: cannot jump from ↵ | jan.nijtmans | 2023-10-13 | 1 | -8/+10 |
| | | | | | | | | this goto statement to its label" | ||||
* | | Merge 8.6 | jan.nijtmans | 2023-10-13 | 1 | -31/+42 |
|\ \ | |/ | |||||
| * | Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 ↵ | jan.nijtmans | 2023-10-13 | 1 | -36/+3 |
| | | | | | | | | features | ||||
| * | Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of ↵ | jan.nijtmans | 2023-10-13 | 1 | -4/+9 |
| | | | | | | | | incorrect type | ||||
* | | Merge-mark | jan.nijtmans | 2023-10-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: ↵ | jan.nijtmans | 2023-10-13 | 5 | -5/+34 |
| | | | | | | | | file: libtcl8.6.a(tclAlloc.o) has no symbols". Backported from 8.7 | ||||
* | | Merge 8.7 | jan.nijtmans | 2023-10-12 | 3 | -12/+41 |
|\ \ | |/ | |||||
| * | Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be ↵ | jan.nijtmans | 2023-10-12 | 2 | -48/+76 |
| | | | | | | | | | | declared/defined as Tcl_FileProc. Also, add some type-casts | ||||
| * | Those type-casts don't work well in C++ | jan.nijtmans | 2023-10-12 | 1 | -0/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2023-10-12 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary cast | jan.nijtmans | 2023-10-12 | 1 | -8/+8 |
| | | |||||
* | | Minor source readability and delete obsolete code | apnadkarni | 2023-10-11 | 1 | -69/+69 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2023-10-11 | 5 | -18/+35 |
|\ \ | |/ | |||||
| * | Fix [8ab8a138c9]: Functions passed to Tcl_EventuallyFree() must be ↵ | jan.nijtmans | 2023-10-11 | 5 | -23/+40 |
| |\ | | | | | | | | | | declared/defined as Tcl_FreeProc | ||||
| | * | Remove typecasts, just define directly as Tcl_FreeProc | jan.nijtmans | 2023-10-11 | 4 | -23/+31 |
| | | | |||||
| | * | Handle Tcl_SetResult() the same way as Tcl_EventuallyFree | jan.nijtmans | 2023-10-10 | 2 | -8/+11 |
| | | | |||||
| | * | Follow-up for extensions: This way, usage of Tcl_EventuallyFree() won't give ↵ | jan.nijtmans | 2023-10-10 | 1 | -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.nijtmans | 2023-10-10 | 3 | -15/+18 |
| |/ | | | | | | | | | Tcl_EventuallyFree(). This should eliminate all warnings when using -fsanitize=function. | ||||
* | | Minor nmake tweaks, remove obsolete target | apnadkarni | 2023-10-11 | 1 | -10/+2 |
| | | |||||
* | | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake ↵ | apnadkarni | 2023-10-11 | 1 | -13/+72 |
|\ \ | | | | | | | | | | version | ||||
| * | | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake ↵ | apnadkarni | 2023-10-10 | 1 | -13/+72 |
| | | | | | | | | | | | | version | ||||
| * | | Create new branch named "bug-894e11d7f7-nmake" | apnadkarni | 2023-10-10 | 0 | -0/+0 |
| | | | |||||
* | | | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 12 | -107/+108 |
|/ / | |||||
* | | Merge 8.6 | jan.nijtmans | 2023-10-09 | 2 | -86/+0 |
|\ \ | |/ | |||||
| * | Fix [db537f8809]: tclInt.h: TclNsDecrRefCount() declaration duplicated | jan.nijtmans | 2023-10-09 | 1 | -1/+0 |
| | | |||||
| * | Fix [d0d0749467]: TclFSUnloadTempFile() is unused | jan.nijtmans | 2023-10-09 | 2 | -94/+0 |
| | | |||||
* | | Re-generate "configure" with autoconf-2.71 | jan.nijtmans | 2023-10-09 | 3 | -2850/+3569 |
|\ \ | |/ | |||||
| * | Update rules.vc | jan.nijtmans | 2023-10-09 | 1 | -0/+4 |
| | | |||||
* | | Bug [894e11d7f7]. Fix Unix test runs to use embedded Tcl zipfs scripts and | apnadkarni | 2023-10-09 | 5 | -3590/+2892 |
|\ \ | | | | | | | not external ones from the library directory. |