diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-08 18:32:02 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-08 18:32:02 (GMT) |
commit | 70cac415298381ec7a3f978f729a0e0b97aec972 (patch) | |
tree | 411867877941d89f82151c47835cc302aa39023b /ChangeLog | |
parent | a8f71a729447a54a46df56f612ef6380d2a5a459 (diff) | |
download | tcl-70cac415298381ec7a3f978f729a0e0b97aec972.zip tcl-70cac415298381ec7a3f978f729a0e0b97aec972.tar.gz tcl-70cac415298381ec7a3f978f729a0e0b97aec972.tar.bz2 |
* compat/strftime.c (_conv): Corrected a problem where hour 0
would format as a blank format group with %k.
* tests/clock.test (clock-41.1): Added regression test case for
%k at the zero hour.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-09-08 Kevin B. Kenny <kennykb@acm.org> + + * compat/strftime.c (_conv): Corrected a problem where hour 0 + would format as a blank format group with %k. + * tests/clock.test (clock-41.1): Added regression test case for + %k at the zero hour. + 2004-09-07 Kevin B. Kenny <kennykb@acm.org> * generic/tclTimer.c: Removed a premature optimisation that |