summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-07-30 19:15:41 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-07-30 19:15:41 (GMT)
commit7286027bfe63e54eb30b77335cd0f2061003eda3 (patch)
tree2a252e1553be442e4cca07ad0b5b6eb3640053a5 /ChangeLog
parent89523cfd09df9126005a8a40871fc44b9da1e89c (diff)
downloadtcl-7286027bfe63e54eb30b77335cd0f2061003eda3.zip
tcl-7286027bfe63e54eb30b77335cd0f2061003eda3.tar.gz
tcl-7286027bfe63e54eb30b77335cd0f2061003eda3.tar.bz2
Fixed Bug 1494664
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eafa5f2..05e03ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'