diff options
author | Kevin B Kenny <kennykb@acm.org> | 2002-04-01 20:44:35 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2002-04-01 20:44:35 (GMT) |
commit | 021fe1e9bdb2ad887b654e5185fd137145450be7 (patch) | |
tree | de864d00ec66c4bed437304baa0f8fe5b9468e75 /ChangeLog | |
parent | 37dc17ce8795fe95d137e14cf17316113b429172 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |