summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
Commit message (Expand)AuthorAgeFilesLines
* Make function definitions have right argument styledkf2024-06-041-5/+7
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-3/+3
* Merge 8.7dkf2024-05-261-2/+1
|\
| * merge 8.6dkf2024-05-261-2/+1
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-21/+20
* | Clean up a lot of small whitespace issues dkf2024-05-131-20/+21
* | More whitespace cleanupdkf2024-05-101-12/+15
* | Merge 8.7jan.nijtmans2024-04-111-3/+3
|\ \ | |/
| * Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-3/+3
* | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-11/+11
|\ \ | |/
| * Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-44/+45
* | more spacing/formatting tweaksdkf2024-03-191-8/+4
* | Fix indentation/brace usage style issuesdkf2024-03-191-74/+84
* | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-2/+2
* | Merge 8.7jan.nijtmans2024-01-191-3/+2
|\ \ | |/
| * Fix compiler warningjan.nijtmans2024-01-191-3/+2
| * (cherry-pick): Bug [e5ca49bcfa] - zipfs globjan.nijtmans2024-01-191-20/+44
| * Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF...jan.nijtmans2023-11-131-1/+1
* | Bug [e5ca49bcfa] - zipfs globapnadkarni2024-01-191-20/+44
* | Rebase to latest 9.0jan.nijtmans2023-11-101-2/+10
|\ \
| * \ Merge mainoehhar2023-11-021-628/+717
| |\ \
| * \ \ Merge 9.0. Make stderr channel -profile replacejan.nijtmans2023-09-291-47/+136
| |\ \ \
| * \ \ \ Rebase to 9.0jan.nijtmans2023-09-281-2/+10
| |\ \ \ \
| | * \ \ \ Rebase to 9.0jan.nijtmans2023-09-121-2/+10
| | |\ \ \ \
| | | * \ \ \ Rebase to 9.0jan.nijtmans2023-07-281-2/+10
| | | |\ \ \ \
| | | | * \ \ \ Rebase to 9.0. Add more filname encoding checksjan.nijtmans2023-07-271-9/+17
| | | | |\ \ \ \
| | | | | * | | | Use "strict" in almost all commands. Only "glob" and environment variables ar...core-tip-657-candidatejan.nijtmans2023-07-141-2/+10
| | | | |/ / / /
* | | | | | | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-1/+1
* | | | | | | | merge 8.7dgp2023-11-031-6/+27
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | When there is a zipfs archive in use to house the script library anddgp2023-11-011-6/+27
* | | | | | | Merge 8.7 - Bug [33b2486199] - thread create/release unmounts zipfsapnadkarni2023-10-211-27/+28
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Move zipfs finalization to TclFinalizeFilesystemapnadkarni2023-10-211-30/+28
| * | | | | | Potential fixapnadkarni2023-10-201-0/+3
* | | | | | | Merge 8.7jan.nijtmans2023-10-191-12/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usage; Handle any C++-co...jan.nijtmans2023-10-191-13/+4
| |\ \ \ \ \ \
| | * | | | | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-12/+3
| |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2023-10-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Merge 8.7apnadkarni2023-10-151-70/+54
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Refactor mount_data api as to not duplicate mount command functionality. Need...apnadkarni2023-10-151-70/+54
* | | | | | | Comment correctionoehhar2023-10-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Comment correctionoehhar2023-10-151-1/+1
* | | | | | | Merge 8.7 - zipfs path, memory leakapnadkarni2023-10-151-306/+332
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix zipfs long path memory leaks [9525f4c8bc]apnadkarni2023-10-151-16/+21
| * | | | | | More fixes, update docsapnadkarni2023-10-151-33/+54
| * | | | | | Eliminate CanonicalPath - obsoleteapnadkarni2023-10-141-196/+17
| * | | | | | Redo zipfs path handlingapnadkarni2023-10-141-115/+294
* | | | | | | Merge 8.7jan.nijtmans2023-10-131-8/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix C++ errors, e.g: "generic/tclZipfs.c:5598:6: error: cannot jump from this...jan.nijtmans2023-10-131-8/+10
* | | | | | | Merge 8.7jan.nijtmans2023-10-131-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge-markjan.nijtmans2023-10-131-1/+1