Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2024-04-11 | 1 | -3/+3 |
|\ | |||||
| * | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we mean | jan.nijtmans | 2024-04-11 | 1 | -3/+3 |
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -11/+11 |
|\ \ | |/ | |||||
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -44/+45 |
* | | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -8/+4 |
* | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -74/+84 |
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -2/+2 |
* | | Merge 8.7 | jan.nijtmans | 2024-01-19 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Fix compiler warning | jan.nijtmans | 2024-01-19 | 1 | -3/+2 |
| * | (cherry-pick): Bug [e5ca49bcfa] - zipfs glob | jan.nijtmans | 2024-01-19 | 1 | -20/+44 |
| * | Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF... | jan.nijtmans | 2023-11-13 | 1 | -1/+1 |
* | | Bug [e5ca49bcfa] - zipfs glob | apnadkarni | 2024-01-19 | 1 | -20/+44 |
* | | Rebase to latest 9.0 | jan.nijtmans | 2023-11-10 | 1 | -2/+10 |
|\ \ | |||||
| * \ | Merge main | oehhar | 2023-11-02 | 1 | -628/+717 |
| |\ \ | |||||
| * \ \ | Merge 9.0. Make stderr channel -profile replace | jan.nijtmans | 2023-09-29 | 1 | -47/+136 |
| |\ \ \ | |||||
| * \ \ \ | Rebase to 9.0 | jan.nijtmans | 2023-09-28 | 1 | -2/+10 |
| |\ \ \ \ | |||||
| | * \ \ \ | Rebase to 9.0 | jan.nijtmans | 2023-09-12 | 1 | -2/+10 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Rebase to 9.0 | jan.nijtmans | 2023-07-28 | 1 | -2/+10 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Rebase to 9.0. Add more filname encoding checks | jan.nijtmans | 2023-07-27 | 1 | -9/+17 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | Use "strict" in almost all commands. Only "glob" and environment variables ar...core-tip-657-candidate | jan.nijtmans | 2023-07-14 | 1 | -2/+10 |
| | | | |/ / / / | |||||
* | | | | | | | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h... | jan.nijtmans | 2023-11-08 | 1 | -1/+1 |
* | | | | | | | | merge 8.7 | dgp | 2023-11-03 | 1 | -6/+27 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | When there is a zipfs archive in use to house the script library and | dgp | 2023-11-01 | 1 | -6/+27 |
* | | | | | | | Merge 8.7 - Bug [33b2486199] - thread create/release unmounts zipfs | apnadkarni | 2023-10-21 | 1 | -27/+28 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Move zipfs finalization to TclFinalizeFilesystem | apnadkarni | 2023-10-21 | 1 | -30/+28 |
| * | | | | | | Potential fix | apnadkarni | 2023-10-20 | 1 | -0/+3 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -12/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-co... | jan.nijtmans | 2023-10-19 | 1 | -13/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -12/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-10-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
* | | | | | | | Merge 8.7 | apnadkarni | 2023-10-15 | 1 | -70/+54 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Refactor mount_data api as to not duplicate mount command functionality. Need... | apnadkarni | 2023-10-15 | 1 | -70/+54 |
* | | | | | | | Comment correction | oehhar | 2023-10-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Comment correction | oehhar | 2023-10-15 | 1 | -1/+1 |
* | | | | | | | Merge 8.7 - zipfs path, memory leak | apnadkarni | 2023-10-15 | 1 | -306/+332 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | 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 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-10-13 | 1 | -8/+10 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Fix C++ errors, e.g: "generic/tclZipfs.c:5598:6: error: cannot jump from this... | jan.nijtmans | 2023-10-13 | 1 | -8/+10 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-10-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge-mark | jan.nijtmans | 2023-10-13 | 1 | -1/+1 |
* | | | | | | | Merge 8.7 | apnadkarni | 2023-10-11 | 1 | -69/+69 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Minor source readability and delete obsolete code | apnadkarni | 2023-10-11 | 1 | -69/+69 |
| * | | | | | | 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 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Claim all paths under //zipfs:/ as zipfs paths | apnadkarni | 2023-10-05 | 1 | -90/+8 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2023-10-05 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2023-10-05 | 1 | -13/+13 |