summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2004-08-10 19:35:35 (GMT)
committervasiljevic <zv@archiware.com>2004-08-10 19:35:35 (GMT)
commit8b645aed8f5bf864e5e9244d9784a7536a932c02 (patch)
tree0f393be1f725a90d8c0f8ec371ad36f3ea629b38 /ChangeLog
parent860089c25c029c50adc81eccf46e6978648bac42 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd9a33d..f50e44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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