summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-10-28 16:34:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-10-28 16:34:22 (GMT)
commitea432f9ed64a081a64f0865fb76793bfbb7d427a (patch)
tree18c63ca5b6e3c52a05cde2655e7dfd0de8df5410 /library/tclIndex
parentdf42d509ff170d087fbcc7605762712f02adca17 (diff)
downloadtcl-ea432f9ed64a081a64f0865fb76793bfbb7d427a.zip
tcl-ea432f9ed64a081a64f0865fb76793bfbb7d427a.tar.gz
tcl-ea432f9ed64a081a64f0865fb76793bfbb7d427a.tar.bz2
* library/auto.tcl: Converted the Mac-specific [package unknown]
* library/init.tcl: behavior to use a chaining mechanism to extend * library/package.tcl: the default [tclPkgUnknown]. [Bug 627660] * library/tclIndex: [Patch 624509] (steffen)
Diffstat (limited to 'library/tclIndex')
-rw-r--r--library/tclIndex3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/tclIndex b/library/tclIndex
index c2da6be..16680ea 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -31,8 +31,9 @@ set auto_index(tclLdAout) [list source [file join $dir ldAout.tcl]]
set auto_index(pkg_compareExtension) [list source [file join $dir package.tcl]]
set auto_index(pkg_mkIndex) [list source [file join $dir package.tcl]]
set auto_index(tclPkgSetup) [list source [file join $dir package.tcl]]
-set auto_index(tclMacPkgSearch) [list source [file join $dir package.tcl]]
set auto_index(tclPkgUnknown) [list source [file join $dir package.tcl]]
+set auto_index(::tcl::MacOSXPkgUnknown) [list source [file join $dir package.tcl]]
+set auto_index(::tcl::MacPkgUnknown) [list source [file join $dir package.tcl]]
set auto_index(::pkg::create) [list source [file join $dir package.tcl]]
set auto_index(parray) [list source [file join $dir parray.tcl]]
set auto_index(::safe::InterpStatics) [list source [file join $dir safe.tcl]]