Differences From Artifact [90122df276]:
- File client/1.0/neutral/common.tcl — part of check-in [0b9b876081] at 2017-02-09 23:11:54 on branch trunk — Add and improve comments in the common Tcl package. (user: mistachkin, size: 16031) [annotate] [blame] [check-ins using]
To Artifact [5730b66350]:
- File client/1.0/neutral/common.tcl — part of check-in [0c128d5303] at 2017-02-09 23:52:06 on branch trunk — Pickup comment changes from upstream for the common Tcl package. (user: mistachkin, size: 16050) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 | 21 22 23 24 25 26 27 28 29 30 31 32 | - - + + | if {![package vsatisfies [package provide Tcl] 8.4]} then { error "need Tcl 8.4 or higher" } # |
︙ |