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 | a58f250b56d879461efa82cbee54fe534fa88511 (patch) | |
tree | 41c8263993bd99ef21cce183ba8bb995befbf5c7 /library | |
parent | 6a8edf95761d44bab81ae5962c8c8ec9c75e1f4a (diff) | |
download | tcl-a58f250b56d879461efa82cbee54fe534fa88511.zip tcl-a58f250b56d879461efa82cbee54fe534fa88511.tar.gz tcl-a58f250b56d879461efa82cbee54fe534fa88511.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')
-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]] |