diff options
author | dgp <dgp@users.sourceforge.net> | 2009-04-09 17:05:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-04-09 17:05:39 (GMT) |
commit | 79f05cfbe998e59ebdbdc86266d7fbb27238eb59 (patch) | |
tree | bd80ad400cacc8f1d657fb2d73368e9ce172faa5 /library/http/pkgIndex.tcl | |
parent | bf46b0546f32b8e90f6d448efcbc45213ad75d27 (diff) | |
download | tcl-79f05cfbe998e59ebdbdc86266d7fbb27238eb59.zip tcl-79f05cfbe998e59ebdbdc86266d7fbb27238eb59.tar.gz tcl-79f05cfbe998e59ebdbdc86266d7fbb27238eb59.tar.bz2 |
* library/http/http.tcl: Backport http 2.7.3 from HEAD for
* library/http/pkgIndex.tcl: bundling with the Tcl 8.5.7 release.
* unix/Makefile.in:
* win/Makefile.in:
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 6badcea..07724d3 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,4 +1,4 @@ # Tcl package index file, version 1.1 if {![package vsatisfies [package provide Tcl] 8.4]} {return} -package ifneeded http 2.7.2 [list tclPkgSetup $dir http 2.7.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.7.3 [list tclPkgSetup $dir http 2.7.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |