diff options
author | vasiljevic <zv@archiware.com> | 2004-08-10 19:40:48 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-08-10 19:40:48 (GMT) |
commit | 610769bdb8172c2f6fa55f1cb6b0b4f7d40bc5ce (patch) | |
tree | 5527d75a486b5cf6543b149b9373f6ef678098d0 /ChangeLog | |
parent | 8da4ff8750166fa5b7735aa5e1f90cce3b70ca36 (diff) | |
download | tcl-610769bdb8172c2f6fa55f1cb6b0b4f7d40bc5ce.zip tcl-610769bdb8172c2f6fa55f1cb6b0b4f7d40bc5ce.tar.gz tcl-610769bdb8172c2f6fa55f1cb6b0b4f7d40bc5ce.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-08-03 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclNamesp.c (MakeCachedEnsembleCommand): Initialize the |