diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-04-12 20:11:33 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-04-12 20:11:33 (GMT) |
commit | b0cc421ee0a6c1691d7db034c52ae9fcb5295627 (patch) | |
tree | dfa1a81b176b70021b0ecfa66e96c7a6a66d2ba1 /ChangeLog | |
parent | 47554fcd67f382566a72813c4b11bda27ecfb201 (diff) | |
download | tcl-b0cc421ee0a6c1691d7db034c52ae9fcb5295627.zip tcl-b0cc421ee0a6c1691d7db034c52ae9fcb5295627.tar.gz tcl-b0cc421ee0a6c1691d7db034c52ae9fcb5295627.tar.bz2 |
Fixed Bug 710310 (duplicate test numbers in clock.test). Made major
changes to tclWinTime.c and related code to improve loop filter
stability.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-04-12 Kevin Kenny <kennykb@acm.org> + + * tests/clock.test: Renumbered test cases to avoid + duplicates [Bug 710310]. + * tests/winTime.test: + * win/tclWinTest.c (TestwinclockCmd, TestwinsleepCmd): + * win/tclWinTime.c (Tcl_WinTime, UpdateTimeEachSecond, + ResetCounterSamples, AccumulateSample, + SAMPLES, TimeInfo): Made substantial changes + to the phase-locked loop (replaced an IIR filter with an FIR one) + in a quest for improved loop stability (Bug not logged at SF, but + cited in private communication from Jeff Hobbs). + 2003-04-11 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected |