diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-01-03 04:26:49 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-01-03 04:26:49 (GMT) |
commit | 094f9a80a6b856e6e646826421ade2c562b5aa26 (patch) | |
tree | 0d0ff7202d691330cc3e5b269ab3edd73b5b5566 /ChangeLog | |
parent | 7ef4c9067d6da796ce288343198eb0fa100f1e60 (diff) | |
download | tcl-094f9a80a6b856e6e646826421ade2c562b5aa26.zip tcl-094f9a80a6b856e6e646826421ade2c562b5aa26.tar.gz tcl-094f9a80a6b856e6e646826421ade2c562b5aa26.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-01-02 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]. + 2009-01-02 Donal K. Fellows <dkf@users.sf.net> * unix/tcl.m4 (SC_CONFIG_CFLAGS): Force the use of the compatibility |