summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-154-25/+25
|\
| * 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
| | |
* | | Merge 8.7apnadkarni2023-10-151-70/+54
|\ \ \ | |/ /
| * | Refactor mount_data api as to not duplicate mount command functionality. ↵apnadkarni2023-10-151-70/+54
| | | | | | | | | | | | Needs revisiting as mount_data is not even in TIP 430
* | | Comment correctionoehhar2023-10-151-1/+1
|\ \ \ | |/ /
| * | Comment correctionoehhar2023-10-151-1/+1
| | |
* | | Merge 8.7 - zipfs path, memory leakapnadkarni2023-10-151-306/+332
|\ \ \ | |/ /
| * | Fix zipfs long path memory leaks [9525f4c8bc]apnadkarni2023-10-151-16/+21
| | |
| * | More fixes, update docsapnadkarni2023-10-151-33/+54
| | |
| * | Eliminate CanonicalPath - obsoleteapnadkarni2023-10-141-196/+17
| | |
| * | Redo zipfs path handlingapnadkarni2023-10-141-115/+294
| | |
* | | Merge 8.7jan.nijtmans2023-10-131-8/+10
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2023-10-134-4/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-131-31/+42
| |\ \ | | |/
| | * 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-133-4/+29
| | | | | | | | | | | | file: libtcl8.6.a(tclAlloc.o) has no symbols". Backported from 8.7
| * | Merge 8.7jan.nijtmans2023-10-121-0/+2
| |\ \ | | |/
| | * Those type-casts don't work well in C++jan.nijtmans2023-10-121-0/+2
| | |
* | | Merge 8.7apnadkarni2023-10-111-69/+69
|\ \ \ | |/ /
| * | Minor source readability and delete obsolete codeapnadkarni2023-10-111-69/+69
| | |
* | | Merge 8.7jan.nijtmans2023-10-114-16/+23
|\ \ \ | |/ /
| * | 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.
* | | Merge 8.7jan.nijtmans2023-10-109-38/+38
|\ \ \ | |/ /
| * | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-1012-107/+108
| | |
* | | Merge 8.7jan.nijtmans2023-10-092-86/+0
|\ \ \ | |/ /
| * | 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-091-1/+1
| |\ \ | | |/
* | | Merge 8.7 - Have zipfs claim all paths under zipfs root. See [93eb73784a].apnadkarni2023-10-081-88/+7
|\ \ \ | |/ /
| * | Merge 8.7apnadkarni2023-10-083-79/+100
| |\ \
| * | | Claim all paths under //zipfs:/ as zipfs pathsapnadkarni2023-10-051-90/+8
| | | |
* | | | Even better: Remove TclInvokeObjectCommand completely: it isn't supposed to ↵jan.nijtmans2023-10-061-70/+4
| | | | | | | | | | | | | | | | be called by anyone
* | | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They ↵jan.nijtmans2023-10-064-39/+39
|\ \ \ \ | | |/ / | |/| | | | | | are not needed/useful for extensions
| * | | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated"jan.nijtmans2023-10-063-79/+100
| |/ /
* | | int -> Tcl_Size for 2 internal functionsjan.nijtmans2023-10-054-13/+14
| | |
* | | Merge 8.7jan.nijtmans2023-10-052-8/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-053-18/+18
| |\ \ | | |/
| | * Fix mingw build (broke by prev. commit)jan.nijtmans2023-10-051-4/+4
| | |
* | | Merge 8.7 - zipfs file write - remove size limit, do not preallocateapnadkarni2023-10-051-45/+93
|\ \ \ | |/ /
| * | zipfs file write - remove size limit, do not preallocateapnadkarni2023-10-051-45/+93
| | |
* | | Merge 8.7jan.nijtmans2023-10-047-22/+64
|\ \ \ | |/ /