diff options
author | dgp <dgp@users.sourceforge.net> | 2019-11-26 17:55:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-11-26 17:55:38 (GMT) |
commit | d8127f5c3af34095bf3cebdb7eec63589c3d3d44 (patch) | |
tree | 5e3fe8a81dfce9e6f41f5f9a33112ab17792b9da /library | |
parent | 41381425e667d8d15d34acde9cf795572d13e31e (diff) | |
parent | e5e3156e5681a391310e4652880a3741dc8edd59 (diff) | |
download | tcl-d8127f5c3af34095bf3cebdb7eec63589c3d3d44.zip tcl-d8127f5c3af34095bf3cebdb7eec63589c3d3d44.tar.gz tcl-d8127f5c3af34095bf3cebdb7eec63589c3d3d44.tar.bz2 |
merge 8.7
Diffstat (limited to 'library')
-rw-r--r-- | library/cookiejar/cookiejar.tcl (renamed from library/http/cookiejar.tcl) | 0 | ||||
-rw-r--r-- | library/cookiejar/effective_tld_names.txt.gz (renamed from library/http/effective_tld_names.txt.gz) | bin | 70836 -> 70836 bytes | |||
-rw-r--r-- | library/cookiejar/idna.tcl (renamed from library/http/idna.tcl) | 0 | ||||
-rw-r--r-- | library/cookiejar/pkgIndex.tcl | 3 | ||||
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
5 files changed, 3 insertions, 2 deletions
diff --git a/library/http/cookiejar.tcl b/library/cookiejar/cookiejar.tcl index 4aea842..4aea842 100644 --- a/library/http/cookiejar.tcl +++ b/library/cookiejar/cookiejar.tcl diff --git a/library/http/effective_tld_names.txt.gz b/library/cookiejar/effective_tld_names.txt.gz Binary files differindex 13e08bb..13e08bb 100644 --- a/library/http/effective_tld_names.txt.gz +++ b/library/cookiejar/effective_tld_names.txt.gz diff --git a/library/http/idna.tcl b/library/cookiejar/idna.tcl index 2a7d289..2a7d289 100644 --- a/library/http/idna.tcl +++ b/library/cookiejar/idna.tcl diff --git a/library/cookiejar/pkgIndex.tcl b/library/cookiejar/pkgIndex.tcl new file mode 100644 index 0000000..a8d8742 --- /dev/null +++ b/library/cookiejar/pkgIndex.tcl @@ -0,0 +1,3 @@ +if {![package vsatisfies [package provide Tcl] 8.6-]} {return} +package ifneeded cookiejar 0.1 [list source [file join $dir cookiejar.tcl]] +package ifneeded tcl::idna 1.0 [list source [file join $dir idna.tcl]] diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index e126083..f9f1176 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,4 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.6-]} {return} package ifneeded http 2.9.1 [list tclPkgSetup $dir http 2.9.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] -package ifneeded cookiejar 0.1 [list source [file join $dir cookiejar.tcl]] -package ifneeded tcl::idna 1.0 [list source [file join $dir idna.tcl]] |