diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-07-30 19:15:41 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-07-30 19:15:41 (GMT) |
commit | 7286027bfe63e54eb30b77335cd0f2061003eda3 (patch) | |
tree | 2a252e1553be442e4cca07ad0b5b6eb3640053a5 /ChangeLog | |
parent | 89523cfd09df9126005a8a40871fc44b9da1e89c (diff) | |
download | tcl-7286027bfe63e54eb30b77335cd0f2061003eda3.zip tcl-7286027bfe63e54eb30b77335cd0f2061003eda3.tar.gz tcl-7286027bfe63e54eb30b77335cd0f2061003eda3.tar.bz2 |
Fixed Bug 1494664
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ 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]. + %EC, %Ey, and %W format groups [Bug 1505383]. Corrected a bug + in cache management for format strings containing [glob] + metacharacters [Bug 1494664]. * 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' |