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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,19 @@ +2008-12-21 Don Porter <dgp@users.sourceforge.net> + + * 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. + 2008-12-15 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclExecute.c (TEBC:INST_DICT_GET): Make sure that the result @@ -57,7 +73,6 @@ * tests/clock.test (clock-64.[12]): Added test cases for the bug that was tickled by a namespace delimiter inside a format string. - 2008-11-25 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre |