diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-02-01 21:27:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-02-01 21:27:55 (GMT) |
commit | 2186d565ba4e59be880114e0330457cc9143c2d4 (patch) | |
tree | f7a72eb5e68ad525b2295b75f172ec476cd10ab5 /ChangeLog | |
parent | ba1f1f1fd02bbc394411bd61da4b5dcf87439b60 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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] |