Overview
Comment: | Minor default value fix. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | vNext |
Files: | files | file ages | folders |
SHA1: |
1936fa886cde17c95033cf394cfee124 |
User & Date: | test on 2022-02-20 16:47:45 |
Other Links: | branch diff | manifest | tags |
Context
2022-02-20
| ||
18:20 | Make sure that 'glob' command results are processed in a well-defined order. Closed-Leaf check-in: c469dd85b7 user: test tags: vNext | |
16:47 | Minor default value fix. check-in: 1936fa886c user: test tags: vNext | |
16:44 | Update generated documentation. check-in: 029c9867a5 user: test tags: vNext | |
Changes
Modified client/1.0/neutral/pkgd.eagle from [3c3ca7ea39] to [a45b3861fd].
︙ | ︙ | |||
2246 2247 2248 2249 2250 2251 2252 | # currently support any options. This procedure may raise script # errors. This procedure assumes the local temporary directory is # writable only by applications that are implicitly trusted by the # current user. If this assumption does not hold on your platform, # DO NOT USE THIS PROCEDURE AS IT MAY BE UNSAFE. # # <public> | | | 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 | # currently support any options. This procedure may raise script # errors. This procedure assumes the local temporary directory is # writable only by applications that are implicitly trusted by the # current user. If this assumption does not hold on your platform, # DO NOT USE THIS PROCEDURE AS IT MAY BE UNSAFE. # # <public> proc maybeAddTemporaryPackagesToAutoPath { language options {pattern ""} } { variable temporaryRootDirectory variable verboseTemporaryDirectory # # NOTE: Initially, no temporary package directories have been added # to the auto-path. # |
︙ | ︙ |
Modified doc/v1.html from [fb41fa3dd0] to [6c84fa6206].
︙ | ︙ | |||
212 213 214 215 216 217 218 | <big><big><span style="font-family: monospace;">Public API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgd.eagle&ln=2253">::PackageDownloader::maybeAddTemporaryPackagesToAutoPath</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgd.eagle">pkgd.eagle</a>")</span></big></big><br> <br> <big><span style="font-family: monospace;"> Required argument "language"</span></big><br> <big><span style="font-family: monospace;"> Required argument "options"</span></big><br> | | | 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | <big><big><span style="font-family: monospace;">Public API Procedure "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgd.eagle&ln=2253">::PackageDownloader::maybeAddTemporaryPackagesToAutoPath</a>" (from "<a href="$ROOT/artifact?ci=trunk&filename=client/1.0/neutral/pkgd.eagle">pkgd.eagle</a>")</span></big></big><br> <br> <big><span style="font-family: monospace;"> Required argument "language"</span></big><br> <big><span style="font-family: monospace;"> Required argument "options"</span></big><br> <big><span style="font-family: monospace;"> Optional argument "pattern" with default value ""</span></big><br> <blockquote style="font-family: monospace;"><br> This procedure adds temporary package directories to the auto-path<br> of the specified language (i.e. native Tcl or Eagle). Directories<br> will not be added if already present. The language argument must<br> be the literal string "eagle" or the literal string "tcl". The<br> pattern argument is the optional pattern to match against each of<br> |
︙ | ︙ |