Differences From Artifact [753247bd28]:
- File library/http/pkgIndex.tcl — part of check-in [81e45883f4] at 2009-11-11 06:49:04 on branch trunk — Fix [Bug 2891171]: URL checking too strict when using multiple question marks (user: nijtmans size: 277) [more...]
To Artifact [6a49be6726]:
- File library/http/pkgIndex.tcl — part of check-in [4643e7b717] at 2011-10-20 15:56:52 on branch trunk — Update changes toward 8.6b3 release. Bump to http 2.8.3. (user: dgp size: 277) [more...]
1 | 1 2 | - + |
if {![package vsatisfies [package provide Tcl] 8.6]} {return}
|