diff options
author | vasiljevic <zv@archiware.com> | 2004-08-10 19:35:35 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-08-10 19:35:35 (GMT) |
commit | 8b645aed8f5bf864e5e9244d9784a7536a932c02 (patch) | |
tree | 0f393be1f725a90d8c0f8ec371ad36f3ea629b38 /ChangeLog | |
parent | 860089c25c029c50adc81eccf46e6978648bac42 (diff) | |
download | tcl-8b645aed8f5bf864e5e9244d9784a7536a932c02.zip tcl-8b645aed8f5bf864e5e9244d9784a7536a932c02.tar.gz tcl-8b645aed8f5bf864e5e9244d9784a7536a932c02.tar.bz2 |
Changed handling of the returned thread ID since broken on 64-bit
systems (Cray). Thanks to Rob Ratcliff for reporting the bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-08-10 Zoran Vasiljevic <vasiljevic@users.sf.net> + + * unix/tclUnixThrd.c (TclpThreadCreate): changed handling of + the returned thread ID since broken on 64-bit systems (Cray). + Thanks to Rob Ratcliff for reporting the bug. + 2004-07-30 Don Porter <dgp@users.sourceforge.net> * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize |