Differences From Artifact [6b7ed98815]:
- File client/pkgr.settings.eagle — part of check-in [f26f12f996] at 2016-08-17 18:38:53 on branch trunk — Add support for a 'settings' file that is loaded prior to setting up the default settings. (user: mistachkin, size: 594) [annotate] [blame] [check-ins using]
To Artifact [1984c373bb]:
- File client/pkgr.settings.eagle — part of check-in [cdb1e4e5a3] at 2016-08-17 19:32:06 on branch trunk — Fix multi-pass 'package unknown' integration in native Tcl. (user: mistachkin, size: 632) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 18 | 10 11 12 13 14 15 16 17 18 19 | + | # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: $ # ############################################################################### variable strictUnknownLanguage false variable verboseUnknownResult true variable verboseUriDownload true |