summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-03-09 02:26:05 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-03-09 02:26:05 (GMT)
commit8f5385f1339e582fc7a451a31f304c8e2e290130 (patch)
treee97cc9f43b51ab9b08cd72eff8da1b1e844e56b7 /ChangeLog
parent452ddd16c36251a8d907fa8d956b3bb97bc8d345 (diff)
downloadtcl-8f5385f1339e582fc7a451a31f304c8e2e290130.zip
tcl-8f5385f1339e582fc7a451a31f304c8e2e290130.tar.gz
tcl-8f5385f1339e582fc7a451a31f304c8e2e290130.tar.bz2
Modified test initialisation to use the
'loadTestedCommands' function of tcltest to bring in the correct path for the registry library.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d2f5ebc..4b4f189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
-2007-03-08 Kevin B. Kenny <kennykb@acm.org>
+2007-03-09 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'.
+ 'zoneinfo'. Modified test initialisation to use the
+ 'loadTestedCommands' function of tcltest to bring in the
+ correct path for the registry library.
2007-03-08 Don Porter <dgp@users.sourceforge.net>