diff options
author | hobbs <hobbs> | 1999-11-19 23:02:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 23:02:29 (GMT) |
commit | ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9 (patch) | |
tree | 9aefccc164f9c062548c80d507c9f08a1b9d5043 /library | |
parent | 859fecd9de44d63b881d59a1fbabc2393375934c (diff) | |
download | tcl-ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9.zip tcl-ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9.tar.gz tcl-ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9.tar.bz2 |
* library/http2.1/http.tcl:
* library/http2.1/pkgIndex.tcl: updated http package to 2.2
Diffstat (limited to 'library')
-rw-r--r-- | library/http/http.tcl | 4 | ||||
-rw-r--r-- | library/http/pkgIndex.tcl | 2 | ||||
-rw-r--r-- | library/http2.1/http.tcl | 4 | ||||
-rw-r--r-- | library/http2.1/pkgIndex.tcl | 2 | ||||
-rw-r--r-- | library/http2.3/http.tcl | 4 | ||||
-rw-r--r-- | library/http2.3/pkgIndex.tcl | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 24dc205..abfdf91 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -9,9 +9,9 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.16 1999/11/19 06:34:44 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.17 1999/11/19 23:02:29 hobbs Exp $ -package provide http 2.1 ;# This uses Tcl namespaces +package provide http 2.2 ;# This uses Tcl namespaces namespace eval http { variable http diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index b0e2d9d..1156df6 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded http 2.1 [list tclPkgSetup $dir http 2.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait}}}] +package ifneeded http 2.2 [list tclPkgSetup $dir http 2.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] diff --git a/library/http2.1/http.tcl b/library/http2.1/http.tcl index 24dc205..abfdf91 100644 --- a/library/http2.1/http.tcl +++ b/library/http2.1/http.tcl @@ -9,9 +9,9 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.16 1999/11/19 06:34:44 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.17 1999/11/19 23:02:29 hobbs Exp $ -package provide http 2.1 ;# This uses Tcl namespaces +package provide http 2.2 ;# This uses Tcl namespaces namespace eval http { variable http diff --git a/library/http2.1/pkgIndex.tcl b/library/http2.1/pkgIndex.tcl index b0e2d9d..1156df6 100644 --- a/library/http2.1/pkgIndex.tcl +++ b/library/http2.1/pkgIndex.tcl @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded http 2.1 [list tclPkgSetup $dir http 2.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait}}}] +package ifneeded http 2.2 [list tclPkgSetup $dir http 2.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] diff --git a/library/http2.3/http.tcl b/library/http2.3/http.tcl index 24dc205..abfdf91 100644 --- a/library/http2.3/http.tcl +++ b/library/http2.3/http.tcl @@ -9,9 +9,9 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.16 1999/11/19 06:34:44 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.17 1999/11/19 23:02:29 hobbs Exp $ -package provide http 2.1 ;# This uses Tcl namespaces +package provide http 2.2 ;# This uses Tcl namespaces namespace eval http { variable http diff --git a/library/http2.3/pkgIndex.tcl b/library/http2.3/pkgIndex.tcl index b0e2d9d..1156df6 100644 --- a/library/http2.3/pkgIndex.tcl +++ b/library/http2.3/pkgIndex.tcl @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded http 2.1 [list tclPkgSetup $dir http 2.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait}}}] +package ifneeded http 2.2 [list tclPkgSetup $dir http 2.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] |