summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-10-27 03:24:17 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-10-27 03:24:17 (GMT)
commita648c376f2e2af0c348cd95d5d91171889d16744 (patch)
tree275e600ff3157b078f48c2830eb8dfbf372c421c /ChangeLog
parent30a3c0dd1ee3d281c2131f4c2a8d13302b594e18 (diff)
downloadtcl-a648c376f2e2af0c348cd95d5d91171889d16744.zip
tcl-a648c376f2e2af0c348cd95d5d91171889d16744.tar.gz
tcl-a648c376f2e2af0c348cd95d5d91171889d16744.tar.bz2
* library/clock.tcl (ParseClockScanFormat):
Corrected a problem where [clock scan] didn't load the timezone soon enough when processing a time format that lacked a complete date. [Bug 2886852] * tests/clock.test (clock-66.1): Added a test case for the above bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ca691e..a62d233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-27 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/clock.tcl (ParseClockScanFormat):
+ Corrected a problem where [clock scan] didn't load the timezone
+ soon enough when processing a time format that lacked a complete
+ date. [Bug 2886852]
+ * tests/clock.test (clock-66.1):
+ Added a test case for the above bug.
+
2009-10-24 Kevin B. Kenny <kennykb@acm.org>
* library/clock.tcl (ProcessPosixTimeZone):