Tcl Source Code

Artifact [6a85069147]
Login

Artifact 6a850691478ed3d5339336712d8bcf4a99ff0d58:

Attachment "tclindex_and_library_n.patch" to ticket [2114900fff] added by stwo 2008-09-17 04:06:39.
diff -ur ot/tcl8.5.4/doc/library.n nt/tcl8.5.4/doc/library.n
--- ot/tcl8.5.4/doc/library.n	Thu Dec 13 10:22:32 2007
+++ nt/tcl8.5.4/doc/library.n	Tue Sep 16 16:58:52 2008
@@ -65,7 +65,7 @@
 examines the directories in the current search path (given by the PATH
 environment variable) in its search for an executable file named
 \fIcmd\fR.  On Windows platforms, the search is expanded with the same
-directories and file extensions as used by \fBexec\fR. \fBAuto_exec\fR
+directories and file extensions as used by \fBexec\fR. \fBAuto_execok\fR
 remembers information about previous searches in an array named
 \fBauto_execs\fR;  this avoids the path search in future calls for the
 same \fIcmd\fR.  The command \fBauto_reset\fR may be used to force
diff -ur ot/tcl8.5.4/library/tclIndex nt/tcl8.5.4/library/tclIndex
--- ot/tcl8.5.4/library/tclIndex	Tue Oct  2 12:31:47 2007
+++ nt/tcl8.5.4/library/tclIndex	Tue Sep 16 16:57:30 2008
@@ -27,7 +27,6 @@
 set auto_index(::tcl::HistIndex) [list source [file join $dir history.tcl]]
 set auto_index(::tcl::HistEvent) [list source [file join $dir history.tcl]]
 set auto_index(::tcl::HistChange) [list source [file join $dir history.tcl]]
-set auto_index(tclLdAout) [list source [file join $dir ldAout.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(tclPkgUnknown) [list source [file join $dir package.tcl]]