summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87ebc19..1b414ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-10-22 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/clock.tcl: Fixed a typo where the fallback time zone
+ became ::localtime instead of :localtime. Fixed a bug where
+ time zone names containing hyphens could not be loaded.
+ * tests/clock.test: Added regression test cases that covers
+ both bugs.
+ Thanks to Todd M. Helfter <tmh@jumpgate.itsp.purdue.edu> for
+ finding these bugs.
+
2004-10-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclExecute.c (TclCompEvalObj, Tcl_ExprObj):