diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-07-30 18:58:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-07-30 18:58:55 (GMT) |
commit | 89523cfd09df9126005a8a40871fc44b9da1e89c (patch) | |
tree | c73858f31b459de2dd184ea80c069ca4f59723e3 /ChangeLog | |
parent | d65e0fcd3ab6b395d6a6c9b2670d9e6ecccefdbd (diff) | |
download | tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.zip tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.tar.gz tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.tar.bz2 |
Fixed Bug 1505383
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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] |