summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-07-30 18:58:55 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-07-30 18:58:55 (GMT)
commit89523cfd09df9126005a8a40871fc44b9da1e89c (patch)
treec73858f31b459de2dd184ea80c069ca4f59723e3 /ChangeLog
parentd65e0fcd3ab6b395d6a6c9b2670d9e6ecccefdbd (diff)
downloadtcl-89523cfd09df9126005a8a40871fc44b9da1e89c.zip
tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.tar.gz
tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.tar.bz2
Fixed Bug 1505383
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc22633..eafa5f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-07-30 Kevin Kenny <kennykb@acm.org>
+
+ * library/clock.tcl: Corrected syntax errors in generated code for
+ %EC, %Ey, and %W format groups [Bug 1505383].
+ * tools/makeTestCases.tcl: Added code to make sure that %U and %V
+ format groups are included in the tests. (The code depends on
+ %U and %V formatting working correctly when 'makeTestCases.tcl'
+ is run, rather than making a completely independent check.)
+ * tests/clock.test: Rebuilt with new test cases.
+
2006-07-30 Joe English <jenglish@users.sourceforge.net>
* doc/AppInit.3: Fix typo [Bug 1496886]