summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-11-30 19:25:45 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-11-30 19:25:45 (GMT)
commit336831b7a640936c4ab784e96c3c0116fe3b04aa (patch)
tree12fea22f154a2af56eb7b8ae0a62c91062558c0b /ChangeLog
parent4f1e14923d50353097e8f629a8138d1acb8e64a1 (diff)
downloadtcl-336831b7a640936c4ab784e96c3c0116fe3b04aa.zip
tcl-336831b7a640936c4ab784e96c3c0116fe3b04aa.tar.gz
tcl-336831b7a640936c4ab784e96c3c0116fe3b04aa.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 80b6cc6..ae75031 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-25 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre