summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2002-10-09 23:57:25 (GMT)
committerKevin B Kenny <kennykb@acm.org>2002-10-09 23:57:25 (GMT)
commit3cb21be3557aec892643f059671997558259e741 (patch)
treebc1983e9d14ead261e9708d234d747f8edf23409 /ChangeLog
parent16284e7d81c8d903edecbbaa014ae84589140150 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79e1b2b..61c7230 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.