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 /changes | |
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 'changes')
-rw-r--r-- | changes | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.136.2.10 2008/10/10 19:11:17 dgp Exp $ +RCS: @(#) $Id: changes,v 1.136.2.11 2008/12/21 20:13:48 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7261,3 +7261,30 @@ variables without "." added to customization hooks (kupries) 2008-10-08 (bug fix)[2151707] fix stack trace from variable trace (porter) --- Released 8.5.5, October 15, 2008 --- See ChangeLog for details --- + +2008-10-24 (bug fix) fix failure to read SHOUTcast streams (thoyts) +=> http 2.7.2 + +2008-11-10 (bug fix)[2255235] [platform::shell::LOCATE] update (ring,kupries) +=> platform::shell 1.1.4 + +2008-11-13 (bug fix)[2269431] VFS [load] -> tempfile litter (ficicchia,nijtmans) + +2008-11-30 (bug fix)[2362156] [clock]: colon in format string (mizuno,kenny) + +2008-12-01 (bug fix)[2251175] [{*}{\{}] errors (hellström,ferrieux,porter) + +2008-12-02 (bug fix)[2270477] hang in channel finalization (ferrieux,kupries) + +2008-12-04 (bug fix)[2385549] [file normalize] failed on some paths (porter) + +2008-12-10 tzdata updated to Olson's tzdata2008i (kenny) + +2008-12-11 (bug fix)[2407783] spoil ChannelState when channel name passes +among multiple interps (kupries) + +2008-12-21 (bug fix) Fix ability to join threads on 64-bit Windows (thoyts) + +2008-12-21 (bug fix)[2114900] updated tclIndex file (cassoff,kenny) + +--- Released 8.5.6, December 21, 2008 --- See ChangeLog for details --- |