Artifact de5a3ee423d6d9850cad61e13a7de43bf9571a31:
- Executable file library/reg/pkgIndex.tcl — part of check-in [dd10b0cf0b] at 2010-04-02 19:27:44 on branch trunk — * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of * tests/registry.test: bugs resulting from the recent commits * win/tclWinReg.c: of changes in support of the referenced TIP. (user: kennykb size: 378) [more...]
if {![package vsatisfies [package provide Tcl] 8]} {return} if {[string compare $::tcl_platform(platform) windows]} {return} if {[info exists ::tcl_platform(debug)]} { package ifneeded registry 1.3 \ [list load [file join $dir tclreg13g.dll] registry] } else { package ifneeded registry 1.3 \ [list load [file join $dir tclreg13.dll] registry] }