summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-09-28 13:59:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-09-28 13:59:27 (GMT)
commit07df59f3c6f8b9224120827fd4ef65b3ebc078e2 (patch)
tree1039ccf133767d64a014b2f9230434bce0f3efdd /library
parent4b16b0e8e02518e42dba7936e15c63074ad7a801 (diff)
parentfd93cadcf5c47961179aaaf12f13cfdcaa391c7f (diff)
downloadtcl-07df59f3c6f8b9224120827fd4ef65b3ebc078e2.zip
tcl-07df59f3c6f8b9224120827fd4ef65b3ebc078e2.tar.gz
tcl-07df59f3c6f8b9224120827fd4ef65b3ebc078e2.tar.bz2
merge trunk
Diffstat (limited to 'library')
-rw-r--r--library/dde/pkgIndex.tcl2
-rwxr-xr-xlibrary/reg/pkgIndex.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index a8c9c8d..6e7ed39 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,3 +1,3 @@
if {([info commands ::tcl::pkgconfig] eq "")
|| ([info sharedlibextension] ne ".dll")} return
-package ifneeded dde 1.4.0 [list load [file join $dir tcldde14.dll] dde]
+package ifneeded dde 1.4.0 [list load [file join $dir tcldde1.dll] dde]
diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl
index 1018cda..4c00cb8 100755
--- a/library/reg/pkgIndex.tcl
+++ b/library/reg/pkgIndex.tcl
@@ -1,4 +1,4 @@
if {([info commands ::tcl::pkgconfig] eq "")
|| ([info sharedlibextension] ne ".dll")} return
package ifneeded registry 1.3.2 \
- [list load [file join $dir tclreg13.dll] registry]
+ [list load [file join $dir tclreg1.dll] registry]