Differences From Artifact [6c4c62dd82]:
- File pkgIndex.tcl.in — part of check-in [8e730964e5] at 2019-04-09 18:47:14 on branch trunk — Make extension filename more centralized (user: rkeene, size: 517) [annotate] [blame] [check-ins using] [more...]
To Artifact [13eb9e8d80]:
- File pkgIndex.tcl.in — part of check-in [275ecbcc5d] at 2023-04-10 01:27:35 on branch trunk — Initial changes for TCL 9.0. Fixed package requires to work with TCL 9.0. Removed obsolete macro _ANSI_ARGS_, use ANSI arg definitions, etc. Macros: CONST84 to const, WIN32 to _WIN32, CONST to const, VOID to void, etc. Replaced Tcl_SaveResult with Tcl_SaveInterpState, Tcl_RestoreResult with Tcl_RestoreInterpState, and Tcl_DiscardResult with Tcl_DiscardInterpState. Use Tcl_BackgroundError for pre TCL 8.6 and Tcl_BackgroundException for TCL 8.6+. (user: bohagan, size: 518) [annotate] [blame] [check-ins using] [more...]
|
| | | 1 2 3 4 5 6 7 8 | if {[package vsatisfies [package present Tcl] 8.5-]} { package ifneeded tls @PACKAGE_VERSION@ [list apply {{dir} { if {{@TCLEXT_BUILD@} eq "static"} { load {} Tls } else { load [file join $dir @EXTENSION_TARGET@] Tls } |
︙ | ︙ |