diff options
author | hobbs <hobbs> | 2003-07-18 19:41:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-18 19:41:15 (GMT) |
commit | f25190b7b14bee012d5f29e0cb1ebc6cedb98527 (patch) | |
tree | 38fb4d979bf1f154bb2e18ae4be63725e06168c0 /library/http/pkgIndex.tcl | |
parent | e7fe85a9c83ac99d29c83dc003abe20abe576c57 (diff) | |
download | tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.zip tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.tar.gz tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.tar.bz2 |
* library/http/pkgIndex.tcl: merged to v2.4.4 from head
* library/http/http.tcl: add support for user:pass info in URL.
* tests/http.test: [Bug 759888] (shiobara)
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 8461a67..82c68f5 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.2]} {return} -package ifneeded http 2.4.2 [list tclPkgSetup $dir http 2.4.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] +package ifneeded http 2.4.4 [list tclPkgSetup $dir http 2.4.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] |