Differences From Artifact [4084937617]:
- File client/1.0/neutral/pkgr.eagle — part of check-in [195273da17] at 2017-08-10 02:55:27 on branch openPgpVars — Consistently check for the 'openPgpFileNameOnly' variable before trying to use it. (user: mistachkin, size: 82919) [annotate] [blame] [check-ins using] [more...]
To Artifact [435b93f31e]:
- File client/1.0/neutral/pkgr.eagle — part of check-in [0485f1b664] at 2017-09-30 02:34:20 on branch trunk — Make sure the automatic detection of Tcl installs (i.e. when being loaded into Eagle) takes into account the 'TrustedOnly' flag, just like the 'tcl load' call does. (user: mistachkin, size: 82939) [annotate] [blame] [check-ins using]
︙ | |||
2283 2284 2285 2286 2287 2288 2289 | 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 | - + | variable autoLoadTcl; # DEFAULT: <automatic> if {![info exists autoLoadTcl]} then { # # TODO: Better automatic detection of native Tcl installs here? # if {[isEagle] && \ |
︙ |