Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-10-13 | 4 | -4/+8 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-10-13 | 1 | -31/+42 |
| |\ | |||||
| | * | Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of incorrect... | jan.nijtmans | 2023-10-13 | 1 | -4/+9 |
| * | | Merge-mark | jan.nijtmans | 2023-10-13 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: f... | jan.nijtmans | 2023-10-13 | 3 | -4/+29 |
| * | | Merge 8.7 | jan.nijtmans | 2023-10-12 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Those type-casts don't work well in C++ | jan.nijtmans | 2023-10-12 | 1 | -0/+2 |
* | | | Merge 8.7 | apnadkarni | 2023-10-11 | 1 | -69/+69 |
|\ \ \ | |/ / | |||||
| * | | Minor source readability and delete obsolete code | apnadkarni | 2023-10-11 | 1 | -69/+69 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-11 | 4 | -16/+23 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-10-11 | 5 | -18/+35 |
| |\ \ | | |/ | |||||
| | * | Fix [8ab8a138c9]: Functions passed to Tcl_EventuallyFree() must be declared/d... | jan.nijtmans | 2023-10-11 | 5 | -23/+40 |
| | |\ | |||||
| | | * | 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 |
| | | * | Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ... | jan.nijtmans | 2023-10-10 | 3 | -15/+18 |
| | |/ | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-10-10 | 9 | -38/+38 |
|\ \ \ | |/ / | |||||
| * | | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 12 | -107/+108 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-09 | 2 | -86/+0 |
|\ \ \ | |/ / | |||||
| * | | 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 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
* | | | Merge 8.7 - Have zipfs claim all paths under zipfs root. See [93eb73784a]. | apnadkarni | 2023-10-08 | 1 | -88/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | apnadkarni | 2023-10-08 | 3 | -79/+100 |
| |\ \ | |||||
| * | | | Claim all paths under //zipfs:/ as zipfs paths | apnadkarni | 2023-10-05 | 1 | -90/+8 |
* | | | | Even better: Remove TclInvokeObjectCommand completely: it isn't supposed to b... | jan.nijtmans | 2023-10-06 | 1 | -70/+4 |
* | | | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are... | jan.nijtmans | 2023-10-06 | 4 | -39/+39 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" | jan.nijtmans | 2023-10-06 | 3 | -79/+100 |
| |/ / | |||||
* | | | int -> Tcl_Size for 2 internal functions | jan.nijtmans | 2023-10-05 | 4 | -13/+14 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-05 | 2 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-10-05 | 3 | -18/+18 |
| |\ \ | | |/ | |||||
| | * | Fix mingw build (broke by prev. commit) | jan.nijtmans | 2023-10-05 | 1 | -4/+4 |
* | | | Merge 8.7 - zipfs file write - remove size limit, do not preallocate | apnadkarni | 2023-10-05 | 1 | -45/+93 |
|\ \ \ | |/ / | |||||
| * | | zipfs file write - remove size limit, do not preallocate | apnadkarni | 2023-10-05 | 1 | -45/+93 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 7 | -22/+64 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-10-04 | 5 | -13/+55 |
| |\ \ | | |/ | |||||
| | * | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test... | jan.nijtmans | 2023-10-04 | 5 | -14/+55 |
| | |\ | |||||
| | | * | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test... | jan.nijtmans | 2023-10-01 | 5 | -14/+55 |
* | | | | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub table | jan.nijtmans | 2023-10-04 | 4 | -13/+7 |
* | | | | Fix TclObjInterpProc2 when compiling for Tcl 8.7 | jan.nijtmans | 2023-10-04 | 1 | -0/+2 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 3 | -45/+50 |
|\ \ \ \ | |/ / / | |||||
| * | | | Move some (internal) stub entries to lower numbers | jan.nijtmans | 2023-10-04 | 3 | -45/+50 |
* | | | | Merge 8.7 - Fix [5d308081e4] zipfs append mode. | apnadkarni | 2023-10-04 | 1 | -35/+57 |
|\ \ \ \ | |/ / / | |||||
| * | | | Update tests for zipfs append. | apnadkarni | 2023-10-04 | 1 | -22/+21 |
| * | | | Start on zipfs append mode | apnadkarni | 2023-10-04 | 1 | -15/+38 |
* | | | | Merge 8.7 - Fix [9e039ee0b9], [57f144c799] and other zipfs glob issues. | apnadkarni | 2023-10-04 | 2 | -14/+60 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix gcc unused var warning | apnadkarni | 2023-10-04 | 1 | -8/+6 |
| * | | | Some fixes, some tests | apnadkarni | 2023-10-03 | 2 | -8/+36 |
| * | | | Merge 8.7 | apnadkarni | 2023-10-03 | 1 | -4/+10 |
| |\ \ \ |