Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 51 | -589/+580 |
| | |||||
* | Merge 8.6. Use (void *)NULL in stead of NULL for C++ | jan.nijtmans | 2023-10-15 | 3 | -24/+24 |
|\ | |||||
| * | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage | jan.nijtmans | 2023-10-15 | 1 | -2/+2 |
| | | |||||
* | | Refactor mount_data api as to not duplicate mount command functionality. ↵ | apnadkarni | 2023-10-15 | 1 | -70/+54 |
| | | | | | | | | Needs revisiting as mount_data is not even in TIP 430 | ||||
* | | Comment correction | oehhar | 2023-10-15 | 1 | -1/+1 |
| | | |||||
* | | Fix zipfs long path memory leaks [9525f4c8bc] | apnadkarni | 2023-10-15 | 1 | -16/+21 |
| | | |||||
* | | More fixes, update docs | apnadkarni | 2023-10-15 | 1 | -33/+54 |
| | | |||||
* | | Eliminate CanonicalPath - obsolete | apnadkarni | 2023-10-14 | 1 | -196/+17 |
| | | |||||
* | | Redo zipfs path handling | apnadkarni | 2023-10-14 | 1 | -115/+294 |
| | | |||||
* | | Fix C++ errors, e.g: "generic/tclZipfs.c:5598:6: error: cannot jump from ↵ | jan.nijtmans | 2023-10-13 | 1 | -8/+10 |
| | | | | | | | | this goto statement to its label" | ||||
* | | Merge 8.6 | jan.nijtmans | 2023-10-13 | 1 | -31/+42 |
|\ \ | |/ | |||||
| * | Fix [52dbc4b3f8]: tclInterp.c: Tcl_Free() called through pointer of ↵ | jan.nijtmans | 2023-10-13 | 1 | -4/+9 |
| | | | | | | | | incorrect type | ||||
* | | Merge-mark | jan.nijtmans | 2023-10-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: ↵ | jan.nijtmans | 2023-10-13 | 3 | -4/+29 |
| | | | | | | | | file: libtcl8.6.a(tclAlloc.o) has no symbols". Backported from 8.7 | ||||
* | | 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 |
| | | |||||
* | | Minor source readability and delete obsolete code | apnadkarni | 2023-10-11 | 1 | -69/+69 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2023-10-11 | 5 | -18/+35 |
|\ \ | |/ | |||||
| * | Fix [8ab8a138c9]: Functions passed to Tcl_EventuallyFree() must be ↵ | jan.nijtmans | 2023-10-11 | 5 | -23/+40 |
| |\ | | | | | | | | | | declared/defined as Tcl_FreeProc | ||||
| | * | 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 |
| | | | | | | | | | | | | 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.nijtmans | 2023-10-10 | 3 | -15/+18 |
| |/ | | | | | | | | | Tcl_EventuallyFree(). This should eliminate all warnings when using -fsanitize=function. | ||||
* | | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 12 | -107/+108 |
| | | |||||
* | | 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 | apnadkarni | 2023-10-08 | 3 | -79/+100 |
|\ \ | |||||
| * | | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" | jan.nijtmans | 2023-10-06 | 3 | -79/+100 |
| | | | |||||
* | | | Claim all paths under //zipfs:/ as zipfs paths | apnadkarni | 2023-10-05 | 1 | -90/+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 |
| | | |||||
* | | zipfs file write - remove size limit, do not preallocate | apnadkarni | 2023-10-05 | 1 | -45/+93 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2023-10-04 | 5 | -13/+55 |
|\ \ | |/ | |||||
| * | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE ↵ | jan.nijtmans | 2023-10-04 | 5 | -14/+55 |
| |\ | | | | | | | | | | tests, coroutines | ||||
| | * | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE ↵ | jan.nijtmans | 2023-10-01 | 5 | -14/+55 |
| | | | | | | | | | | | | tests, coroutines. (patch by chrstphrchvz, with some minor modifications) | ||||
* | | | Move some (internal) stub entries to lower numbers | jan.nijtmans | 2023-10-04 | 3 | -45/+50 |
| | | | |||||
* | | | Update tests for zipfs append. | apnadkarni | 2023-10-04 | 1 | -22/+21 |
| | | | |||||
* | | | Start on zipfs append mode | apnadkarni | 2023-10-04 | 1 | -15/+38 |
| | | | |||||
* | | | 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 |
| | | | | |||||
| * | | | Fix [8259d74a64] fix | apnadkarni | 2023-10-03 | 1 | -1/+8 |
| | | | | |||||
* | | | | Start on zipfs glob/find bugs | apnadkarni | 2023-10-02 | 1 | -10/+30 |
|/ / / | |||||
* | | | Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - ↵ | apnadkarni | 2023-10-02 | 3 | -32/+101 |
|\ \ \ | | | | | | | | | | | | | file ensemble bugs for zipfs | ||||
| * | | | 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 |
| | | | |