summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-11-30 19:24:00 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-11-30 19:24:00 (GMT)
commit1f9fea3af39eecdba2e1abbc05a09746c9a6d0c5 (patch)
tree60482ecd9fee645d9218ac4b32eab419842a8468 /ChangeLog
parent99d7ee217cf3b720c3781056a7a423bd1170595c (diff)
downloadtcl-1f9fea3af39eecdba2e1abbc05a09746c9a6d0c5.zip
tcl-1f9fea3af39eecdba2e1abbc05a09746c9a6d0c5.tar.gz
tcl-1f9fea3af39eecdba2e1abbc05a09746c9a6d0c5.tar.bz2
* library/clock.tcl (format, ParseClockScanFormat): Added a
[string map] to get rid of namespace delimiters before caching a scan or format procedure [Bug 2362156]. * tests/clock.test (clock-64.[12]): Added test cases for the bug that was tickled by a namespace delimiter inside a format string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e7289e..806fb77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-30 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/clock.tcl (format, ParseClockScanFormat): Added a
+ [string map] to get rid of namespace delimiters before caching a
+ scan or format procedure [Bug 2362156].
+ * tests/clock.test (clock-64.[12]): Added test cases for the bug
+ that was tickled by a namespace delimiter inside a format string.
+
+
2008-11-29 Donal K. Fellows <dkf@users.sf.net>
TIP #210 IMPLEMENTATION