diff options
author | Kevin B Kenny <kennykb@acm.org> | 2002-10-09 23:57:25 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2002-10-09 23:57:25 (GMT) |
commit | 3cb21be3557aec892643f059671997558259e741 (patch) | |
tree | bc1983e9d14ead261e9708d234d747f8edf23409 /ChangeLog | |
parent | 16284e7d81c8d903edecbbaa014ae84589140150 (diff) | |
download | tcl-3cb21be3557aec892643f059671997558259e741.zip tcl-3cb21be3557aec892643f059671997558259e741.tar.gz tcl-3cb21be3557aec892643f059671997558259e741.tar.bz2 |
* win/tclWinTime.c: Added code to set an exit handler that
terminates the thread that calibrates the performance counter, so
that the thread won't outlive unloading the Tcl DLL. [Tcl bug
620735].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-10-09 Kevin B. Kenny <kennykb@acm.org> + + * win/tclWinTime.c: Added code to set an exit handler that + terminates the thread that calibrates the performance counter, so + that the thread won't outlive unloading the Tcl DLL. [Tcl bug + 620735]. + 2002-10-09 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/binary.n: More clarification of [binary scan]'s behaviour. |