diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-17 20:33:27 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-17 20:33:27 (GMT) |
commit | 79f95e949c348b6380830c77f049542e91136874 (patch) | |
tree | a25167c78e1abefdc98c78a48ce989ddeb4873fd /ChangeLog | |
parent | 372594a4ce239511deada5573dcbe7e9463e4028 (diff) | |
download | tcl-79f95e949c348b6380830c77f049542e91136874.zip tcl-79f95e949c348b6380830c77f049542e91136874.tar.gz tcl-79f95e949c348b6380830c77f049542e91136874.tar.bz2 |
* library/clock.tcl: Fixed the naming of
::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in the global
namespace.
* doc/clock.n: Clarified the cases in which legacy time zone is
recognized. [Bug 1656002]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-04-17 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl: Fixed the naming of + ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in the + global namespace. + * doc/clock.n: Clarified the cases in which legacy time zone is + recognized. [Bug 1656002] + + 2007-04-17 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212] |