diff options
author | dgp <dgp@users.sourceforge.net> | 2019-11-26 17:57:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-11-26 17:57:56 (GMT) |
commit | 43550ce1faa4e274f1145ae840c407f78a21bfe2 (patch) | |
tree | e6dfa05b63f9adeab04a5b65189c1a88e9589b6b /library | |
parent | 18e4f3d635ef84d601225e1f064d80dea6a665d9 (diff) | |
parent | d8127f5c3af34095bf3cebdb7eec63589c3d3d44 (diff) | |
download | tcl-43550ce1faa4e274f1145ae840c407f78a21bfe2.zip tcl-43550ce1faa4e274f1145ae840c407f78a21bfe2.tar.gz tcl-43550ce1faa4e274f1145ae840c407f78a21bfe2.tar.bz2 |
merge trunk
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]] |