summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-02-01 21:27:55 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-02-01 21:27:55 (GMT)
commit2186d565ba4e59be880114e0330457cc9143c2d4 (patch)
treef7a72eb5e68ad525b2295b75f172ec476cd10ab5 /ChangeLog
parentba1f1f1fd02bbc394411bd61da4b5dcf87439b60 (diff)
downloadtcl-2186d565ba4e59be880114e0330457cc9143c2d4.zip
tcl-2186d565ba4e59be880114e0330457cc9143c2d4.tar.gz
tcl-2186d565ba4e59be880114e0330457cc9143c2d4.tar.bz2
* generic/tclClock.c: Fixed a bug that incorrectly allowed
[clock clicks {}] and [clock clicks -] to be accepted as if they were [clock clicks -milliseconds]. * tests/clock.test: Added regression tests for the above bug. [Bug 675356]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bb623b..3e9a770 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net>
+ * generic/tclClock.c: Fixed a bug that incorrectly allowed
+ [clock clicks {}] and [clock clicks -] to be accepted as if
+ they were [clock clicks -milliseconds].
+
+ * tests/clock.test: Added regression tests for the above bug.
+ [Bug 675356]
+
+2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net>
+
* tests/unixNotfy.test: Added cleanup of working files
[Bug 675609]