summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-08 18:32:02 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-08 18:32:02 (GMT)
commit70cac415298381ec7a3f978f729a0e0b97aec972 (patch)
tree411867877941d89f82151c47835cc302aa39023b /ChangeLog
parenta8f71a729447a54a46df56f612ef6380d2a5a459 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c10802c..f615885 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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