Artifact 156d5848aa237bb2e77702eede9b84d34775b022c101d7c0f56ea19da8a4f79c:
- File library/http/pkgIndex.tcl — part of check-in [90d3d26e1f] at 2020-09-17 09:27:44 on branch core-8-branch — Change version number of http package from 2.9.5 -> 2.10.0a1, since it's different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere. (user: jan.nijtmans size: 284) [more...]
if {![package vsatisfies [package provide Tcl] 8.6-]} {return} package ifneeded http 2.10.0a1 [list tclPkgSetup $dir http 2.10.0a1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]