summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2002-04-01 20:44:35 (GMT)
committerKevin B Kenny <kennykb@acm.org>2002-04-01 20:44:35 (GMT)
commit021fe1e9bdb2ad887b654e5185fd137145450be7 (patch)
treede864d00ec66c4bed437304baa0f8fe5b9468e75 /ChangeLog
parent37dc17ce8795fe95d137e14cf17316113b429172 (diff)
downloadtcl-021fe1e9bdb2ad887b654e5185fd137145450be7.zip
tcl-021fe1e9bdb2ad887b654e5185fd137145450be7.tar.gz
tcl-021fe1e9bdb2ad887b654e5185fd137145450be7.tar.bz2
Made tests for clock frequency more permissive to cope with Win98SE being
observed to return 1.19318 in place of 1.193182 MHz as the performance counter frequency.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae2d307..b413b57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-01 Kevin Kenny <kennykb@acm.org>
+
+ * win/tclWinTime.c (Tcl_GetTime): made the checks of clock
+ frequency more permissive to cope with the fact that Win98SE
+ is observed to return 1.19318 in place of 1.193182 for the
+ performance counter frequency.
+
2002-03-29 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc)