Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump package version. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bug-b01462dff7 |
Files: | files | file ages | folders |
SHA3-256: |
6f3a4044b64c01c125aefa2b8a633274 |
User & Date: | aku 2025-01-13 20:20:19.107 |
Context
2025-01-14
| ||
22:20 | Added testcase demonstrating issue and fix Closed-Leaf check-in: c6a7152cd0 user: aku tags: bug-b01462dff7 | |
2025-01-13
| ||
20:20 | Bump package version. check-in: 6f3a4044b6 user: aku tags: bug-b01462dff7 | |
2025-01-10
| ||
13:55 | Proposed fix for tar::untar bug [b01462dff7] check-in: cef77068e4 user: apnadkarni tags: bug-b01462dff7 | |
Changes
Changes to modules/tar/tar.man.
1 | [comment {-*- mode: tcl ; fill-column: 80 -*- doctools manpage}] | | | 1 2 3 4 5 6 7 8 9 | [comment {-*- mode: tcl ; fill-column: 80 -*- doctools manpage}] [vset PACKAGE_VERSION 0.14] [manpage_begin tar n [vset PACKAGE_VERSION]] [keywords archive] [keywords {tape archive}] [keywords tar] [moddesc {Tar file handling}] [titledesc {Tar file creation, extraction & manipulation}] [category {File formats}] |
︙ | ︙ |
Changes to modules/tar/tar.tcl.
︙ | ︙ | |||
8 9 10 11 12 13 14 | # Copyright (c) 2024 Christian Werner <[email protected]> # (zlib support). # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. package require Tcl 8.5 9 | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Copyright (c) 2024 Christian Werner <[email protected]> # (zlib support). # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. package require Tcl 8.5 9 package provide tar 0.14 # # ## ### ##### ######## ############# ##################### ## # Gzip support # # |Id |Question |Check |Notes| # |---:|:--- |:--- |:---| |
︙ | ︙ |