QuickWho

Check-in [76bb342a9d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Upgrade tls for macOS
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 76bb342a9dc1ff5c588f372e6b0ecf56371ea5b8
User & Date: kevin 2017-04-03 02:57:36
Context
2017-04-24
02:30
Revbump for new release on Mac, Windows check-in: 08824053a9 user: kevin tags: trunk
2017-04-03
02:57
Upgrade tls for macOS check-in: 76bb342a9d user: kevin tags: trunk
2017-03-04
04:56
Final version for Win 6.1 check-in: f34dbe9816 user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added maclibs/tcltls1.7.11/pkgIndex.tcl.

































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if {[package vsatisfies [package present Tcl] 8.5]} {
	package ifneeded tls 1.7.11 [list apply {{dir} {
		if {{shared} eq "static"} {
			load {} Tls
		} else {
			load [file join $dir tcltls.dylib] Tls
		}

		set tlsTclInitScript [file join $dir tls.tcl]
		if {[file exists $tlsTclInitScript]} {
			source $tlsTclInitScript
		}
	}} $dir]
} elseif {[package vsatisfies [package present Tcl] 8.4]} {
	package ifneeded tls 1.7.11 [list load [file join $dir tcltls.dylib] Tls]
}

Added maclibs/tcltls1.7.11/tcltls.dylib.

cannot compute difference between binary files