summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any ↵jan.nijtmans2023-10-1949-584/+575
|\ | | | | | | C++-compiler as well
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-1751-589/+580
|/
* 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
| |
* | 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
| |
* | 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
| |
* | 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
|\ \ | |/
| * 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
| |
* | 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.
* | 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-091-1/+1
|\ \ | |/
* | Merge 8.7apnadkarni2023-10-083-79/+100
|\ \
| * | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated"jan.nijtmans2023-10-063-79/+100
| | |
* | | Claim all paths under //zipfs:/ as zipfs pathsapnadkarni2023-10-051-90/+8
|/ /
* | Merge 8.6jan.nijtmans2023-10-053-18/+18
|\ \ | |/
| * Fix mingw build (broke by prev. commit)jan.nijtmans2023-10-051-4/+4
| |
* | zipfs file write - remove size limit, do not preallocateapnadkarni2023-10-051-45/+93
| |
* | Merge 8.6jan.nijtmans2023-10-045-13/+55
|\ \ | |/
| * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE ↵jan.nijtmans2023-10-045-14/+55
| |\ | | | | | | | | | tests, coroutines
| | * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE ↵jan.nijtmans2023-10-015-14/+55
| | | | | | | | | | | | tests, coroutines. (patch by chrstphrchvz, with some minor modifications)
* | | Move some (internal) stub entries to lower numbersjan.nijtmans2023-10-043-45/+50
| | |
* | | Update tests for zipfs append.apnadkarni2023-10-041-22/+21
| | |
* | | Start on zipfs append modeapnadkarni2023-10-041-15/+38
| | |
* | | Fix gcc unused var warningapnadkarni2023-10-041-8/+6
| | |
* | | Some fixes, some testsapnadkarni2023-10-032-8/+36
| | |
* | | Merge 8.7apnadkarni2023-10-031-4/+10
|\ \ \
| * | | Backport locking patch from chwapnadkarni2023-10-031-3/+2
| | | |
| * | | Fix [8259d74a64] fixapnadkarni2023-10-031-1/+8
| | | |
* | | | Start on zipfs glob/find bugsapnadkarni2023-10-021-10/+30
|/ / /
* | | Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - ↵apnadkarni2023-10-023-32/+101
|\ \ \ | | | | | | | | | | | | file ensemble bugs for zipfs
| * | | More relatively minor fixes for file ensemble on zipfsapnadkarni2023-10-022-10/+20
| | | |
| * | | More file ensemble tests for zipfsapnadkarni2023-10-013-11/+47
| | | |