summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-01-03 04:36:53 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-01-03 04:36:53 (GMT)
commitb49de0b49faa2b9f256293a43ce833376f29ab43 (patch)
tree60ce30ae5abebbdb46ad8dd9194023ac5ad5c6e0 /ChangeLog
parente6cf33a18dc5565003147b37744ef972ca11d902 (diff)
downloadtcl-b49de0b49faa2b9f256293a43ce833376f29ab43.zip
tcl-b49de0b49faa2b9f256293a43ce833376f29ab43.tar.gz
tcl-b49de0b49faa2b9f256293a43ce833376f29ab43.tar.bz2
* library/clock.tcl (tcl::clock::add): Fixed error message formatting
in the case where [clock add] is presented with a bad switch. * tests/clock.test (clock-65.1) Added a test case for the above problem [Bug 2481670].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ffff1a..3b8570c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-03 Kevin B. Kenny <kennykb@acm.org>:
+
+ * library/clock.tcl (tcl::clock::add): Fixed error message formatting
+ in the case where [clock add] is presented with a bad switch.
+ * tests/clock.test (clock-65.1) Added a test case for the above
+ problem [Bug 2481670].
+
+
2008-12-21 Don Porter <dgp@users.sourceforge.net>
*** 8.5.6 TAGGED FOR RELEASE ***