summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-10-29 01:17:54 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-10-29 01:17:54 (GMT)
commitd6e3f26a3c15aa9926fafac19a13388a9fae9367 (patch)
tree69ad1f8c77ef864732b188ee501ba3ca98ed5887 /ChangeLog
parent78dd3b3955f6c2f710b83b1cbdde2aa96be2aecb (diff)
downloadtcl-d6e3f26a3c15aa9926fafac19a13388a9fae9367.zip
tcl-d6e3f26a3c15aa9926fafac19a13388a9fae9367.tar.gz
tcl-d6e3f26a3c15aa9926fafac19a13388a9fae9367.tar.bz2
* library/clock.tcl (LocalizeFormat):
* tests/clock.test (clock-67.1): Corrected a problem where '%%' followed by a letter in a format group could expand recursively: %%R would turn into %%H:%M:%S. [Bug 2819334]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e548e4a..17377c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-29 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/clock.tcl (LocalizeFormat):
+ * tests/clock.test (clock-67.1):
+ Corrected a problem where '%%' followed by a letter in a format group
+ could expand recursively: %%R would turn into %%H:%M:%S. [Bug 2819334]
+
2009-10-28 Don Porter <dgp@users.sourceforge.net>
* generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044].