summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 11:34:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 11:34:36 (GMT)
commiteb90ba3bd632f134e33c3d6ed7f5694ca151ac1d (patch)
treedd69647fd8d4f15491d03172e402c4aa33c6fabf /library
parentca9dfb04eafef3e5eaa295b8da62761b332b2939 (diff)
parent0a38e523d30dbe1119fa0a84fb1e08860f029220 (diff)
downloadtcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.zip
tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.tar.gz
tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.tar.bz2
Merge 8.7
Diffstat (limited to 'library')
-rw-r--r--library/dde/pkgIndex.tcl2
-rw-r--r--library/manifest.txt2
-rw-r--r--library/registry/pkgIndex.tcl4
-rw-r--r--library/tcltest/pkgIndex.tcl2
-rw-r--r--library/tcltest/tcltest.tcl2
5 files changed, 6 insertions, 6 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index 14f22a4..5d1727d 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,3 +1,3 @@
if {![package vsatisfies [package provide Tcl] 8.5-]} return
if {[info sharedlibextension] != ".dll"} return
-package ifneeded dde 1.4.3 [list load [file join $dir tcldde14.dll]]
+package ifneeded dde 1.4.4 [list load [file join $dir tcldde14.dll] Dde]
diff --git a/library/manifest.txt b/library/manifest.txt
index 96c2341..0a516b1 100644
--- a/library/manifest.txt
+++ b/library/manifest.txt
@@ -12,7 +12,7 @@ apply {{dir} {
0 tcl::idna 1.0.1 {cookiejar idna.tcl}
0 platform 1.0.16 {platform platform.tcl}
0 platform::shell 1.1.4 {platform shell.tcl}
- 1 tcltest 2.5.3 {tcltest tcltest.tcl}
+ 1 tcltest 2.5.4 {tcltest tcltest.tcl}
} {
if {$isafe && !$safe} continue
package ifneeded $package $version [list source [file join $dir {*}$file]]
diff --git a/library/registry/pkgIndex.tcl b/library/registry/pkgIndex.tcl
index 8b35997..5c73f30 100644
--- a/library/registry/pkgIndex.tcl
+++ b/library/registry/pkgIndex.tcl
@@ -1,4 +1,4 @@
if {![package vsatisfies [package provide Tcl] 8.5-]} return
if {[info sharedlibextension] != ".dll"} return
-package ifneeded registry 1.3.5 \
- [list load [file join $dir tclregistry13.dll]]
+package ifneeded registry 1.3.6 \
+ [list load [file join $dir tclregistry13.dll] Registry]
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl
index a56a0d6..da78df0 100644
--- a/library/tcltest/pkgIndex.tcl
+++ b/library/tcltest/pkgIndex.tcl
@@ -9,4 +9,4 @@
# full path name of this file's directory.
if {![package vsatisfies [package provide Tcl] 8.5-]} {return}
-package ifneeded tcltest 2.5.3 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.5.4 [list source [file join $dir tcltest.tcl]]
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index aebc6e5..3c58782 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -22,7 +22,7 @@ namespace eval tcltest {
# When the version number changes, be sure to update the pkgIndex.tcl file,
# and the install directory in the Makefiles. When the minor version
# changes (new feature) be sure to update the man page as well.
- variable Version 2.5.3
+ variable Version 2.5.4
# Compatibility support for dumb variables defined in tcltest 1
# Do not use these. Call [package provide Tcl] and [info patchlevel]