Tcl Source Code

Check-in [8791050e93]
Login

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

Overview
Comment:Revert change that broke usage with Tcl 9
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: 8791050e9321cdc71d0fe5114267abd7b94bf587ffd5375f3a1621de6e4c564b
User & Date: dgp 2018-03-12 14:41:20.585
Context
2018-03-12
15:57
msgcat 1.7.0 features need foundation of Tcl 8.7. check-in: a9c21db1be user: dgp tags: core-8-branch
14:49
merge 8.7 check-in: e2316b333f user: dgp tags: trunk
14:41
Revert change that broke usage with Tcl 9 check-in: 8791050e93 user: dgp tags: core-8-branch
14:17
merge 8.6 check-in: 87fbb05e7f user: dgp tags: core-8-branch
Changes
Unified Diff Ignore Whitespace Patch
Changes to library/msgcat/pkgIndex.tcl.
1
2
3
if {![package vsatisfies [package provide Tcl] 8.5]} {return}
if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
package ifneeded msgcat 1.7.0 [list source [file join $dir msgcat.tcl]]
<



1
2

if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
package ifneeded msgcat 1.7.0 [list source [file join $dir msgcat.tcl]]