summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-11 14:13:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-11 14:13:33 (GMT)
commit936a7590ee71857bd3d31be363540e25cf74a346 (patch)
treee8041b301a592f2008f9f59411a68d336889e1c7 /ChangeLog
parent07779703b451dce687221a6608d0bef01e3afde0 (diff)
downloadtcl-936a7590ee71857bd3d31be363540e25cf74a346.zip
tcl-936a7590ee71857bd3d31be363540e25cf74a346.tar.gz
tcl-936a7590ee71857bd3d31be363540e25cf74a346.tar.bz2
Added basic test suite for zlib
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dd1c8e2..2b3d782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
+2008-12-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/zlib.test: Start of test suite for zlib command.
+
2008-12-11 Jan Nijtmans <nijtmans@users.sf.net>
- * library/clock.tcl (ProcessPosixTimeZone): Fallback to
- European time zone DST rules, when the timezone is
- between 0 and -12 [Bug 2207436].
+ * library/clock.tcl (ProcessPosixTimeZone): Fallback to European time
+ zone DST rules, when the timezone is between 0 and -12. [Bug 2207436]
* tests/clock.test (clock-64.[12]): Test cases for [Bug 2207436]
2008-12-11 Donal K. Fellows <dkf@users.sf.net>