summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-10-22 14:27:38 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-10-22 14:27:38 (GMT)
commit9f2e0752a6f6ab07ff0b2411c9a945ba52804aff (patch)
tree34ad284fc57b23779e572af23ea0751968d1f54c /ChangeLog
parentca054492e8f0b534d337d8bbb1bedab26f3942a1 (diff)
downloadtcl-9f2e0752a6f6ab07ff0b2411c9a945ba52804aff.zip
tcl-9f2e0752a6f6ab07ff0b2411c9a945ba52804aff.tar.gz
tcl-9f2e0752a6f6ab07ff0b2411c9a945ba52804aff.tar.bz2
* 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. Thanks to Todd M. Helfter <tmh@jumpgate.itsp.purdue.edu> for finding these bugs. * tests/clock.test: Added regression test cases that covers both bugs.
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):