diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-10-22 14:27:38 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-10-22 14:27:38 (GMT) |
commit | 9f2e0752a6f6ab07ff0b2411c9a945ba52804aff (patch) | |
tree | 34ad284fc57b23779e572af23ea0751968d1f54c /ChangeLog | |
parent | ca054492e8f0b534d337d8bbb1bedab26f3942a1 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |