summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-07-03 20:48:37 (GMT)
committermdejong <mdejong@noemail.net>2001-07-03 20:48:37 (GMT)
commit1feb63e6a1c001d89f17f85840d8a35a18bc8536 (patch)
tree56fb644e8a726ad93eb53ec097f1ec0b7d142e22 /ChangeLog
parent0629949349715c8b52500690b339918399ec5318 (diff)
downloadtcl-1feb63e6a1c001d89f17f85840d8a35a18bc8536.zip
tcl-1feb63e6a1c001d89f17f85840d8a35a18bc8536.tar.gz
tcl-1feb63e6a1c001d89f17f85840d8a35a18bc8536.tar.bz2
* tests/clock.test (clock-2.5): Adjust test so that it passes
when the time slice is 60 msecs, now passes under Windows 98. FossilOrigin-Name: 44f6cca25b42cec85b7bf520a3db4f3593d315ea
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 996a0fd..9a5b854 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-07-03 Mo DeJong <mdejong@redhat.com>
+ * tests/clock.test (clock-2.5): Adjust test so that it passes
+ when the time slice is 60 msecs, now passes under Windows 98.
+
+2001-07-03 Mo DeJong <mdejong@redhat.com>
+
* win/tcl.m4 (SC_CONFIG_CFLAGS): Don't pass the v flag
to ${AR} when using gcc, verbose output is not needed.