summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-11-26 19:19:16 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-11-26 19:19:16 (GMT)
commit41e3dc4923b40c7f7d921681de5daa1fab6918d8 (patch)
treef795f1526623b9c15b07e7d815807dcb1574ab34
parent00452d9d7d4d961a4659fc21e69febb307d184f0 (diff)
downloadtcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.zip
tcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.tar.gz
tcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.tar.bz2
* library/tclIndex: Removed reference to no-longer-extant procedure
'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net>
-rw-r--r--ChangeLog7
-rw-r--r--doc/library.n4
-rw-r--r--library/tclIndex1
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a1199bd..9191fa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-26 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/tclIndex: Removed reference to no-longer-extant procedure
+ 'tclLdAout'.
+ * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'.
+ [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net>
+
2008-11-25 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclIndexObj.c: Eliminate 3 calls to Tcl_SetResult, as
diff --git a/doc/library.n b/doc/library.n
index 98c578c..572c0eb 100644
--- a/doc/library.n
+++ b/doc/library.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: library.n,v 1.24 2008/10/17 10:22:25 dkf Exp $
+'\" RCS: @(#) $Id: library.n,v 1.25 2008/11/26 19:19:16 kennykb Exp $
.so man.macros
.TH library n "8.0" Tcl "Tcl Built-In Commands"
.BS
@@ -67,7 +67,7 @@ named by \fIcmd\fR. If not, it returns an empty string. This command
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 --git a/library/tclIndex b/library/tclIndex
index 2fcf4a5..010616f 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -27,7 +27,6 @@ set auto_index(::tcl::HistRedo) [list source [file join $dir history.tcl]]
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]]