summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-05-27 18:25:44 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-05-27 18:25:44 (GMT)
commit548e81835d388898084e2cf99284fefa19c4887b (patch)
treeb4282f41a675e74a6b4eae5a60e64a2c324a44ae /ChangeLog
parent745b7fd7ab8c61fc34586c00f4cb09945292c3ea (diff)
downloadtcl-548e81835d388898084e2cf99284fefa19c4887b.zip
tcl-548e81835d388898084e2cf99284fefa19c4887b.tar.gz
tcl-548e81835d388898084e2cf99284fefa19c4887b.tar.bz2
* tests/clock.test: Added a single test for the presence of %G
in [clock format], and conditioned out the clock-10.x series if they're all going to fail because of a broken strftime() call. [Bug 961714]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e3cac6..41f9b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-27 Kevin B. Kenny <kennykb@acm.org>
+
+ * tests/clock.test: Added a single test for the presence of %G
+ in [clock format], and conditioned out the clock-10.x series if
+ they're all going to fail because of a broken strftime() call.
+ [Bug 961714]
+
2004-05-27 Reinhard Max <max@suse.de>
* generic/tclEncoding.c: