summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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 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-133-4/+29
| * | 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 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
| | |/
* | | 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 b...jan.nijtmans2023-10-061-70/+4
* | | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are...jan.nijtmans2023-10-064-39/+39
|\ \ \ \ | | |/ / | |/| |
| * | | 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
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-045-13/+55
| |\ \ | | |/
| | * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-045-14/+55
| | |\
| | | * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-015-14/+55
* | | | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub tablejan.nijtmans2023-10-044-13/+7
* | | | Fix TclObjInterpProc2 when compiling for Tcl 8.7jan.nijtmans2023-10-041-0/+2
* | | | Merge 8.7jan.nijtmans2023-10-043-45/+50
|\ \ \ \ | |/ / /
| * | | Move some (internal) stub entries to lower numbersjan.nijtmans2023-10-043-45/+50
* | | | Merge 8.7 - Fix [5d308081e4] zipfs append mode.apnadkarni2023-10-041-35/+57
|\ \ \ \ | |/ / /
| * | | Update tests for zipfs append.apnadkarni2023-10-041-22/+21
| * | | Start on zipfs append modeapnadkarni2023-10-041-15/+38
* | | | Merge 8.7 - Fix [9e039ee0b9], [57f144c799] and other zipfs glob issues.apnadkarni2023-10-042-14/+60
|\ \ \ \ | |/ / /
| * | | Fix gcc unused var warningapnadkarni2023-10-041-8/+6
| * | | Some fixes, some testsapnadkarni2023-10-032-8/+36
| * | | Merge 8.7apnadkarni2023-10-031-4/+10
| |\ \ \