diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-03-09 01:08:58 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-03-09 01:08:58 (GMT) |
commit | 452ddd16c36251a8d907fa8d956b3bb97bc8d345 (patch) | |
tree | 4062c627db96b3badc823f799b481e74612e0fe8 /ChangeLog | |
parent | b22292c6011d63a4bee083d4afc3678880140fce (diff) | |
download | tcl-452ddd16c36251a8d907fa8d956b3bb97bc8d345.zip tcl-452ddd16c36251a8d907fa8d956b3bb97bc8d345.tar.gz tcl-452ddd16c36251a8d907fa8d956b3bb97bc8d345.tar.bz2 |
* library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to
the code for version-2 'zoneinfo' files.
* tests/clock.test (clock-56.3): Added a test case for Y2038 and
'zoneinfo'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-03-08 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to + the code for version-2 'zoneinfo' files. + * tests/clock.test (clock-56.3): Added a test case for Y2038 and + 'zoneinfo'. + 2007-03-08 Don Porter <dgp@users.sourceforge.net> * generic/tclListObj.c (TclLsetList): Rewrite so that the routine |