Overview
Comment: | Updated to load a local copy of "tls.tcl" if it is found, for backward compatibilty reasons |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 |
Files: | files | file ages | folders |
SHA1: |
691ec7b72a747f4482c964bab18d8176 |
User & Date: | rkeene on 2016-11-24 04:20:36 |
Other Links: | branch diff | manifest | tags |
Context
2016-11-24
| ||
04:38 | Updated to support a static and shared build check-in: e58c3fc866 user: rkeene tags: tls-1-7 | |
04:20 | Updated to load a local copy of "tls.tcl" if it is found, for backward compatibilty reasons check-in: 691ec7b72a user: rkeene tags: tls-1-7 | |
04:09 | Updated to build the "tls.tcl" file into the library check-in: 195000fcab user: rkeene tags: tls-1-7 | |
Changes
Modified pkgIndex.tcl.in from [e8ba4d597e] to [7bd775e1dc].
|
| | > > > > > > > | 1 2 3 4 5 6 7 8 | package ifneeded tls @PACKAGE_VERSION@ [list apply {{dir} { load [file join $dir tcltls.@SHOBJEXT@] Tls set tlsTclInitScript [file join $dir tls.tcl] if {[file exists $tlsTclInitScript]} { source $tlsTclInitScript } }} $dir] |