diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-21 20:13:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-21 20:13:48 (GMT) |
commit | a93408f444780aece0dbe83843fde536408ce36b (patch) | |
tree | 41c8263993bd99ef21cce183ba8bb995befbf5c7 /library/tclIndex | |
parent | 365d4172afaf0e0a1931b7f2b39fcca7b29e6fe6 (diff) | |
download | tcl-a93408f444780aece0dbe83843fde536408ce36b.zip tcl-a93408f444780aece0dbe83843fde536408ce36b.tar.gz tcl-a93408f444780aece0dbe83843fde536408ce36b.tar.bz2 |
* changes: Update for 8.5.6 release.
* 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>
Backport of 2008-11-26 commit from Kevin Kenny.
* win/tclWinThrd.c (TclpThreadCreate): We need to initialize the
thread id variable to 0 as on 64 bit windows this is a pointer sized
field while windows only fills it with a 32 bit value. The result is
an inability to join the threads as the ids cannot be matched.
Backport of 2008-10-13 commit from Pat Thoyts.
Diffstat (limited to 'library/tclIndex')
-rw-r--r-- | library/tclIndex | 1 |
1 files changed, 0 insertions, 1 deletions
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]] |