| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | 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 |
| |\ \ \ |
|
| | * | | | Backport locking patch from chw | apnadkarni | 2023-10-03 | 1 | -3/+2 |
|
|
| * | | | | Start on zipfs glob/find bugs | apnadkarni | 2023-10-02 | 1 | -10/+30 |
|
|
* | | | | | Fix [48861782a9] - patch from chw | apnadkarni | 2023-10-03 | 1 | -3/+2 |
|\ \ \ \ \ |
|
| * | | | | | Locking patch from chw | apnadkarni | 2023-10-03 | 1 | -3/+2 |
|
|
* | | | | | | Fix [8259d74a64] fix | apnadkarni | 2023-10-03 | 1 | -1/+8 |
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | | |
|
| * | | | | Fix [8259d74a64] fix | apnadkarni | 2023-10-03 | 1 | -1/+8 |
| |/ / / |
|
* | | | | Merge 8.7 - Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02aca... | apnadkarni | 2023-10-02 | 3 | -32/+101 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - fil... | apnadkarni | 2023-10-02 | 3 | -32/+101 |
| |\ \ \ |
|
| | * | | | More relatively minor fixes for file ensemble on zipfs | apnadkarni | 2023-10-02 | 2 | -10/+20 |
|
|
| | * | | | More file ensemble tests for zipfs | apnadkarni | 2023-10-01 | 3 | -11/+47 |
|
|
| | * | | | Start on tests and fixes for file commands for zipfs | apnadkarni | 2023-09-30 | 2 | -11/+34 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2023-10-01 | 1 | -0/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2023-10-01 | 1 | -0/+1 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | Fix [7b31677235]: tclOO.c: initialize fakeObject.refCount | jan.nijtmans | 2023-10-01 | 1 | -0/+1 |
| | |/ |
|