summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-03-09 01:08:58 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-03-09 01:08:58 (GMT)
commit452ddd16c36251a8d907fa8d956b3bb97bc8d345 (patch)
tree4062c627db96b3badc823f799b481e74612e0fe8 /ChangeLog
parentb22292c6011d63a4bee083d4afc3678880140fce (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0deb5c3..d2f5ebc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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