Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch bug-43b7e5b511 Excluding Merge-Ins
This is equivalent to a diff from 735641d5cb to 8884561af9
|
2025-02-25
| ||
| 16:19 | merge & resolve check-in: 5960b9e8fb user: dgp tags: dgp-refactor | |
|
2024-08-28
| ||
| 21:41 | Merge [735641d5cb93cd80]: More C functions for working with dicts [656fe3c816]. check-in: 5e25f5c971 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
|
2024-05-27
| ||
| 16:31 | Improve details about attached zipfs archives in tclsh and wish. check-in: bacd652dd2 user: griffin tags: trunk, main | |
| 11:24 | Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix some indenting. check-in: d13f391c04 user: jan.nijtmans tags: trunk, main | |
|
2024-05-26
| ||
| 19:43 | Merge main Leaf check-in: 8884561af9 user: griffin tags: bug-43b7e5b511 | |
| 19:21 | Fix spelling errors. check-in: 1b809b21b1 user: griffin tags: bug-43b7e5b511 | |
| 14:09 | Merge 8.7 check-in: 735641d5cb user: dkf tags: trunk, main | |
| 13:19 | merge 8.6 check-in: 9e8cd97a2b user: dkf tags: core-8-branch | |
|
2024-05-25
| ||
| 15:54 | Merge 8.7 check-in: bcac522a9f user: dkf tags: trunk, main | |
Changes to doc/tclsh.1.
| ︙ | |||
154 155 156 157 158 159 160 | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | - - - - - - - + + + + + + + + + + + + + + + - + - + | if \fBtcl_prompt2\fR is not set then no prompt is output for incomplete commands. .SH "STANDARD CHANNELS" .PP See \fBTcl_StandardChannels\fR for more explanations. .SH ZIPVFS .PP |
Changes to doc/zipfs.n.
| ︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | - + | .TP \fBzipfs canonical\fR ?\fImountpoint\fR? \fIfilename\fR ?\fIinZipfs\fR? . This takes the name of a file, \fIfilename\fR, and produces where it would be mapped into a zipfs mount as its result. If specified, \fImountpoint\fR says within which mount the mapping will be done; if omitted, the main root of the zipfs system is used. The \fIinZipfs\fR argument is a an optional boolean |
| ︙ | |||
198 199 200 201 202 203 204 205 206 207 208 209 210 211 | 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 | + + + + + + + + + + + + | .PP If there is a file, \fBmain.tcl\fR, in the root directory of the resulting archive and the image file that the archive is attached to is a \fBtclsh\fR (or \fBwish\fR) instance (true by default, but depends on your configuration), then the resulting image is an executable that will \fBsource\fR the script in that \fBmain.tcl\fR after mounting the ZIP archive, and will \fBexit\fR once that script has been executed. .PP \fBNote:\fR \fBtclsh\fR and \fBwish\fR can be built using either dynamic binding or static binding of the core implementation libraries. With a dynamic binding, the base application Tcl_Library contents are attached to the \fBlibtcl\fR and \fBlibtk\fR shared library, respectively. With a static binding, the Tcl_Library contents, etc., are attached to the application, \fBtclsh\fR or \fBwish\fR. When using \fBmkimg\fR with a statically built tclsh, it is the user's responsibility to preserve the attached archive by first extracting it to a temporary location, and then add whatever additional files desired, before creating and attaching the new archive to the new application. .PP \fBCaution:\fR highly experimental, not usable on Android, only partially tested on Linux and Windows. .RE .\" METHOD: mkkey .TP \fBzipfs mkkey\fI password\fR |
| ︙ |