summaryrefslogtreecommitdiffstats
path: root/tests/set.test
diff options
context:
space:
mode:
authorroot <root>1998-03-26 14:45:58 (GMT)
committerroot <root>1998-03-26 14:45:58 (GMT)
commitc6a259aeeca4814a97cf6694814c63e74e4e18fa (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /tests/set.test
downloadtcl-c6a259aeeca4814a97cf6694814c63e74e4e18fa.zip
tcl-c6a259aeeca4814a97cf6694814c63e74e4e18fa.tar.gz
tcl-c6a259aeeca4814a97cf6694814c63e74e4e18fa.tar.bz2
initial empty check-in
Diffstat (limited to 'tests/set.test')
0 files changed, 0 insertions, 0 deletions
aph'>
-rw-r--r--tests/timer.test34
3 files changed, 117 insertions, 60 deletions
diff --git a/ChangeLog b/ChangeLog
index bf99435..371d2a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-09 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclTimer.c: Changed [after] so that it behaves correctly
+ * tests/timer.test: with negative arguments [Bug 1350293] and
+ arguments that overflow a 32-bit word
+ [Bug 1350291].
+
2005-11-08 Don Porter <dgp@users.sourceforge.net>
* tests/compile.test: Updated tests with changed behavior
diff --git a/generic/tclTimer.c b/generic/tclTimer.c